EasyUploader

EasyUploader

Docker 应用程序 from DevlinDelFuego's Repository

概述

Easy Uploader is a self-hosted file and photo sharing app. Create named share links protected by passwords. Guests visit the link, enter the password, and upload files or photos directly to your server. Manage all shares and view every upload from the admin panel.

运行时参数

网络用户界面
http://[IP]:[PORT:3000]/admin
网络
bridge
特权
false

模板配置

Web UI PortPorttcp

Port for the Easy Uploader web interface.

目标
3000
默认值
3000
价值
3000
Uploads PathPathrw

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
Data PathPathrw

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
Admin UsernameVariable

Username for the admin panel.

目标
ADMIN_USERNAME
默认值
admin
价值
admin
Admin PasswordVariable

Password for the admin panel. Required.

目标
ADMIN_PASSWORD
Session SecretVariable

A long random string used to sign session cookies. Generate one at: https://generate-secret.vercel.app/64

目标
SESSION_SECRET
Max File Size (MB)Variable

Maximum size per uploaded file, in megabytes.

目标
MAX_FILE_SIZE_MB
默认值
500
价值
500
PUIDVariable

User ID the container runs as. Use 99 for nobody (Unraid default).

默认值
99
价值
99
PGIDVariable

Group ID the container runs as. Use 100 for users (Unraid default).

默认值
100
价值
100
NODE_ENVVariable

Node.js environment. Keep as production.

默认值
production
价值
production
COOKIE_SECUREVariable

Set to true only if you are accessing the app over HTTPS via a reverse proxy. Leave false for plain HTTP.

默认值
false
价值
false
TRUST_PROXYVariable

Set to true only if running behind a reverse proxy (e.g. Nginx Proxy Manager, Swag). Leave false for direct access.

默认值
false
价值
false

下载统计数据

918
下载总数

详细信息

存储库
devlindelfuego/easy-uploader:latest
最后更新2026-05-06
初见2026-04-26

在Unraid 上运行 EasyUploader 。

EasyUploader 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。