https://github.com/supernova3339/anonupload
Simple and anonymous file sharing
https://github.com/supernova3339/anonupload
anonymous filesharing uploader
Last synced: about 1 month ago
JSON representation
Simple and anonymous file sharing
- Host: GitHub
- URL: https://github.com/supernova3339/anonupload
- Owner: Supernova3339
- License: gpl-3.0
- Created: 2022-12-19T16:29:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T12:27:12.000Z (over 2 years ago)
- Last Synced: 2025-04-10T06:55:02.449Z (6 months ago)
- Topics: anonymous, filesharing, uploader
- Language: CSS
- Homepage: https://anonupload.us
- Size: 1.55 MB
- Stars: 101
- Watchers: 4
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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
Host with [](https://easypanel.io/docs/templates/anonupload)```
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
[Environment Variables](env.md) - [Volumes](mounts.md)