Files Sharing
Open Source and self-hosted files sharing application based on unique and temporary links.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3'
services:
app:
image: axeloz/filesharing:latest
environment:
UPLOAD_MAX_FILESIZE: "1G"
UPLOAD_MAX_FILES: "100"
UPLOAD_LIMIT_IPS: "127.0.0.1"
UPLOAD_PREVENT_DUPLICATES: true
HASH_MAX_FILESIZE: "1G"
LIMIT_DOWNLOAD_RATE: "1M"
volumes:
- ./files:/app/storage/content
ports:
- 8080:80Resources
Website: https://filesharing.box.webinno.fr/
GitHub: https://github.com/axeloz/filesharing
Docker Hub: https://hub.docker.com/r/axeloz/filesharing
Configuration: https://github.com/axeloz/filesharing#installation