Summary: | [NEW PORT] www/rustypaste: Minimal file upload/pastebin | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jesús Daniel Colmenares Oviedo <DtxdF> | ||||
Component: | Individual Port(s) | Assignee: | Li-Wen Hsu <lwhsu> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | lwhsu | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://github.com/orhun/rustypaste/ | ||||||
Attachments: |
|
Description
Jesús Daniel Colmenares Oviedo
2022-10-15 18:03:00 UTC
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=31484c7300b6de2d2039a69abecb05c2adfb8181 commit 31484c7300b6de2d2039a69abecb05c2adfb8181 Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2022-10-15 17:48:47 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2022-10-22 15:24:21 +0000 Add www/rustypaste: Minimal file upload/pastebin service Rustypaste is a minimal file upload/pastebin service. Features: * File upload & URL shortening & upload from URL - supports basic HTTP authentication - random file names (optional) - pet name (e.g. capital-mosquito.txt) - alphanumeric string (e.g. yB84D2Dv.txt) - supports expiring links - auto-deletion of expired files (optional) - supports one shot links (can only be viewed once) - guesses MIME types - supports overriding and blacklisting - no duplicate uploads (optional) * Single binary * Simple configuration - supports hot reloading * No database - filesystem is used * Self-hosted - centralization is bad! * Written in Rust - blazingly fast! WWW: https://github.com/orhun/rustypaste/ PR: 267095 GIDs | 2 +- UIDs | 2 +- www/rustypaste/Makefile (new) | 38 +++ www/rustypaste/Makefile.crates (new) | 210 ++++++++++++++ www/rustypaste/distinfo (new) | 423 ++++++++++++++++++++++++++++ www/rustypaste/files/rustypaste.in (new +x) | 35 +++ www/rustypaste/pkg-descr (new) | 24 ++ www/rustypaste/pkg-plist (new) | 5 + 8 files changed, 737 insertions(+), 2 deletions(-) |