EasyUploader
Docker 应用程序 from DevlinDelFuego's Repository
概述
运行时参数
- 网络用户界面
http://[IP]:[PORT:3000]/admin- 网络
bridge- 特权
- false
模板配置
Port for the Easy Uploader web interface.
- 目标
- 3000
- 默认值
- 3000
- 价值
- 3000
Where uploaded files are stored on your server. Map this to the share or folder where you want files to land.
- 目标
- /app/uploads
- 默认值
- /mnt/user/appdata/easy-uploader/uploads
- 价值
- /mnt/user/appdata/easy-uploader/uploads
Where the database file is stored. Keep this on persistent storage.
- 目标
- /app/data
- 默认值
- /mnt/user/appdata/easy-uploader/data
- 价值
- /mnt/user/appdata/easy-uploader/data
Username for the admin panel.
- 目标
- ADMIN_USERNAME
- 默认值
- admin
- 价值
- admin
Password for the admin panel. Required.
- 目标
- ADMIN_PASSWORD
A long random string used to sign session cookies. Generate one at: https://generate-secret.vercel.app/64
- 目标
- SESSION_SECRET
Maximum size per uploaded file, in megabytes.
- 目标
- MAX_FILE_SIZE_MB
- 默认值
- 500
- 价值
- 500
User ID the container runs as. Use 99 for nobody (Unraid default).
- 默认值
- 99
- 价值
- 99
Group ID the container runs as. Use 100 for users (Unraid default).
- 默认值
- 100
- 价值
- 100
Node.js environment. Keep as production.
- 默认值
- production
- 价值
- production
Set to true only if you are accessing the app over HTTPS via a reverse proxy. Leave false for plain HTTP.
- 默认值
- false
- 价值
- false
Set to true only if running behind a reverse proxy (e.g. Nginx Proxy Manager, Swag). Leave false for direct access.
- 默认值
- false
- 价值
- false
下载统计数据
详细信息
devlindelfuego/easy-uploader:latest在Unraid 上运行 EasyUploader 。
EasyUploader 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。