mirror of
https://github.com/Supernova3339/anonupload.git
synced 2026-05-06 10:06:56 +02:00
Update README.md
This commit is contained in:
@@ -17,7 +17,7 @@ AnonFiles is a simple, databaseless PHP file uploader. It's built with privacy i
|
||||
Host with [](https://easypanel.io/docs/templates/anonfiles)
|
||||
<!-- want your logo here? send a PR! (please make sure to follow the BRAND logo size, or we will not be able to accept you) -->
|
||||
```
|
||||
docker run --name anonfiles -p 80:80 -v /etc/anonfiles/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
|
||||
docker run --name anonfiles -p 80:80 -v /etc/anonfiles/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
|
||||
|
||||
Reference in New Issue
Block a user