Rebuilt from scratch in Go with streaming uploads (5GB support), password protection, rate limiting, secure shredding, and a retro-chaotic UI with random GIF backgrounds.
10 lines
169 B
TOML
10 lines
169 B
TOML
webroot = "www"
|
|
lport = "5000"
|
|
vhost = "hardfiles.org"
|
|
filelen = 6
|
|
folder = "files"
|
|
bgfolder = "backgrounds"
|
|
max_upload_mb = 5120
|
|
ttl_hours = 24
|
|
rate_limit_per_min = 30
|