https://github.com/bookgin/sand
Sand is a minimal self-hosted file-sharing service, like Firefox Send but without encryption.
https://github.com/bookgin/sand
docker file-sharing file-upload firefox-send golang self-hosted selfhosted
Last synced: 6 months ago
JSON representation
Sand is a minimal self-hosted file-sharing service, like Firefox Send but without encryption.
- Host: GitHub
- URL: https://github.com/bookgin/sand
- Owner: BookGin
- Created: 2021-06-08T12:46:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-13T03:02:01.000Z (about 5 years ago)
- Last Synced: 2024-06-20T16:32:12.906Z (about 2 years ago)
- Topics: docker, file-sharing, file-upload, firefox-send, golang, self-hosted, selfhosted
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sand

Sand is a minimal self-hosted file-sharing service, like Firefox Send but **without** encryption.
- Go 1.15+
- Redis 6.0+
## Getting Started
```
docker-compose up
# Access http://127.0.0.1:8080/upload
```
See `docker-compose.yml` for the configuration of environment variables. Also see `./redis.conf` for a example Redis configuration.
## Related works
- [mozilla/send](https://github.com/mozilla/send)
- [timvisee/ffsend](https://github.com/timvisee/ffsend)
- [Forceu/Gokapi](https://github.com/Forceu/Gokapi)