mirror of
https://github.com/Supernova3339/anonupload.git
synced 2026-07-15 17:21:53 +02:00
3dc11557a0b0ef4f60a8e4c7f015451f748a824a
Apply fixes from StyleCI
![]()
Secure and anonymous file sharing without a database
About
AnonUpload is a simple, databaseless PHP file uploader. It's built with privacy in mind, by not showing the direct filename used. AnonUpload is designed to work anywhere! Nginx, Apache, Lightspeed, Anything Will Work! We don't use rewrites, just pure PHP. Heck, you could convert it to a laravel app if you wanted to!
Installation
docker run --name anonupload -p 80:80 -v /etc/anonupload/files:/var/www/html/files -e ADMIN_EMAIL=admin@admin.com -e ADMIN_PASSWORD=password -e APP_FILELIST=jpeg,jpg,gif,png,zip,xls,doc,mp3,mp4,mpeg,wav,avi,rar,7z,txt -e APP_SIZE_VERIFICATION=true -e APP_FILE_DESTINATION=files -e APP_BASE_URL=https://xxx.xxx/ -e APP_MAX_SIZE=10000000000 -e APP_MIN_SIZE=0 -e APP_CONTACT_EMAIL=changeme@dontforget.okay -e APP_DOWNLOAD_TIME=30 ghcr.io/supernova3339/anonfiles:1
Features
- Anonymous
- Databaseless
- Plausible Analytics Integration
- Dockerized
Documentation
Description
Languages
CSS
70.6%
PHP
21.8%
SCSS
4%
JavaScript
3.3%
Dockerfile
0.3%

