Package: sponsorship-requests
Severity: wishlist
Dear mentors,
I am looking for a sponsor for my package "simplefilehost":
* Package name : simplefilehost
Version : 2.0-4
Upstream contact : Nikolay Kravtsov <kravtsovnd08@gmail.com>
* URL : https://github.com/Kolya080808/SimpleFileHost
* License : MIT
* Vcs : https://github.com/Kolya080808/SimpleFileHost
Section : net
The source builds the following binary packages:
simplefilehost - Lightweight file sharing server with TLS and QR support
To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/simplefilehost/
Alternatively, you can download the package with 'dget' using this command:
dget -x https://mentors.debian.net/debian/pool/main/s/simplefilehost/simplefilehost_2.0-4.dsc
Or with GitHub releases:
mkdir temp; cd temp; wget
https://github.com/Kolya080808/SimpleFileHost/releases/download/v2.0/release.zip;
unzip release.zip; chmod +x install.sh; sudo ./install.sh; cd ../; rm
-r temp
Changes for the initial release:
simplefilehost (2.0-4) unstable; urgency=medium
.
* New upstream release 2.0.
- Major refactor of server and CLI modules.
- TLS/HTTPS support via OpenSSL for secure file transfers.
- New CLI options: --tls, --auto-bind, --max-size, --verbose, --bind.
- Added zip/archive functionality, including directory sharing.
- Improved dependency management and build scripts.
- Enhanced documentation and usage instructions.
- Auto-shutdown server after transfer completion.
- Security improvements: random one-time token ports and URLs,
bind-address controls, and upload size limits.
- Edited README, debian/, made normal structure, fixed all
lintian warnings.
Regards,