admin c263ca2a47 initial | 2 years ago | |
---|---|---|
data | 2 years ago | |
.env.template | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
docker-compose.yml | 2 years ago |
Simple to use file sharing service supporting http upload. Learn more: https://github.com/dutchcoders/transfer.sh/
# Configuration
cp .env.template .env && vi .env
# Create data folders with proper permissions
mkdir -p ./data/files ./data/temp
chown -R 5000:5000 ./data/