diff options
author | Steffen Vogel <post@steffenvogel.de> | 2022-05-02 18:47:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-02 18:47:04 +0000 |
commit | 4ae2404af0336b7f564dd3efda6e32a5c924c1fb (patch) | |
tree | 804a9ad7250d161714c4b56c30228d9c0a08091d | |
parent | add anti-features section to TOC (diff) | |
download | awesome-selfhosted-4ae2404af0336b7f564dd3efda6e32a5c924c1fb.tar.gz awesome-selfhosted-4ae2404af0336b7f564dd3efda6e32a5c924c1fb.zip |
Add GoSƐ file-uploader (#2949)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -901,6 +901,7 @@ _Related: [Groupware](#groupware)_ - [FireShare](https://github.com/rockmanvnx6/FireShare) - A full-stack, pub-sub, real-time secure file sharing system. ([Demo](https://auspham.dev/FireShare)) `MIT` `Nodejs` - [Gokapi](https://github.com/Forceu/gokapi) - Lightweight server to share files, which expire after a set amount of downloads or days. Similar to the discontinued Firefox Send, with the difference that only the admin is allowed to upload files. `GPL-3.0` `Go` - [goploader](https://github.com/Depado/goploader) - Easy file sharing with server-side encryption, curl/httpie/wget compliant. `MIT` `Go` +- [GoSƐ](https://github.com/stv0g/gose) - GoSƐ is a modern file-uploader focusing on scalability and simplicity. It only depends on a S3 storage backend and hence scales horizontally without the need for additional databases or caches. ([Demo](https://gose.0l.de)) `Apache-2.0` `Go/Typescript` - [image-uploader](https://github.com/daggy1234/image-uploader) - A shareX compatible image uploader built for speed with a web interface and REST API. `AGPL-3.0` `Rust` - [imgpush](https://github.com/hauxir/imgpush) - imgpush is a self-hosted file upload service that can easily be integrated into other webapps. `MIT` `Python` - [Jirafeau](https://gitlab.com/mojo42/Jirafeau) - Jirafeau is a web site permitting to upload a file in a simple way and give an unique link to it. ([Demo](http://jirafeau.net/)) `AGPL-3.0` `PHP` |