Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 602 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 602 Bytes

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