No Description

admin 89cdd19268 reanabled webui 1 year ago
data c263ca2a47 initial 1 year ago
.env.template c263ca2a47 initial 1 year ago
.gitignore c263ca2a47 initial 1 year ago
README.md 9bec7c56f3 added example 1 year ago
docker-compose.yml 89cdd19268 reanabled webui 1 year ago

README.md

Transfer.sh

Simple to use file sharing service supporting http upload. Learn more: https://github.com/dutchcoders/transfer.sh/

Dependencies

  • reverse-proxy

Setup

# Configuration
cp .env.template .env && vi .env

# Create data folders with proper permissions
mkdir -p      ./data/files ./data/temp
chown -R 5000:5000 ./data/

Usage

# Upload
curl --upload-file somefile.zip https://transfer.example.com/somefile.zip -u "someuser:somepassword"

#Download
wget https://transfer.example.com/get/randomKey/somefile.zip