EasyUploader
EasyUploader
Docker app from DevlinDelFuego's Repository
Overview
Runtime arguments
- Web UI
http://[IP]:[PORT:3000]/admin- Network
bridge- Privileged
- false
Template configuration
Port for the Easy Uploader web interface.
- Target
- 3000
- Default
- 3000
- Value
- 3000
Where uploaded files are stored on your server. Map this to the share or folder where you want files to land.
- Target
- /app/uploads
- Default
- /mnt/user/appdata/easy-uploader/uploads
- Value
- /mnt/user/appdata/easy-uploader/uploads
Where the database file is stored. Keep this on persistent storage.
- Target
- /app/data
- Default
- /mnt/user/appdata/easy-uploader/data
- Value
- /mnt/user/appdata/easy-uploader/data
Username for the admin panel.
- Target
- ADMIN_USERNAME
- Default
- admin
- Value
- admin
Password for the admin panel. Required.
- Target
- ADMIN_PASSWORD
A long random string used to sign session cookies. Generate one at: https://generate-secret.vercel.app/64
- Target
- SESSION_SECRET
Maximum size per uploaded file, in megabytes.
- Target
- MAX_FILE_SIZE_MB
- Default
- 500
- Value
- 500
User ID the container runs as. Use 99 for nobody (Unraid default).
- Default
- 99
- Value
- 99
Group ID the container runs as. Use 100 for users (Unraid default).
- Default
- 100
- Value
- 100
Node.js environment. Keep as production.
- Default
- production
- Value
- production
Set to true only if you are accessing the app over HTTPS via a reverse proxy. Leave false for plain HTTP.
- Default
- false
- Value
- false
Set to true only if running behind a reverse proxy (e.g. Nginx Proxy Manager, Swag). Leave false for direct access.
- Default
- false
- Value
- false
Categories
Download Statistics
Details
devlindelfuego/easy-uploader:latestRun EasyUploader on Unraid.
EasyUploader is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.