Files
Zodiac dd6a544d01 Streaming uploads, security fixes, and documentation
- Use MultipartReader for true streaming uploads without size limit
- Fix path traversal vulnerabilities
- Fix memory leaks in file handling
- Stream file uploads to disk to prevent memory exhaustion
- Add comprehensive code documentation
2026-01-10 10:01:41 -08:00

9 lines
146 B
TOML

webroot = "www"
lport = "5000"
vhost = "hardfiles.org"
dbfile = "dbfile.db"
filelen = 6
folder = "files"
default_ttl = 86400
maximum_ttl = 604800