EasyUploader

EasyUploader

Docker app from DevlinDelFuego's Repository

Overview

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.

Runtime arguments

Web UI
http://[IP]:[PORT:3000]/admin
Network
bridge
Privileged
false

Template configuration

Web UI PortPorttcp

Port for the Easy Uploader web interface.

Target
3000
Default
3000
Value
3000
Uploads PathPathrw

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

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

Username for the admin panel.

Target
ADMIN_USERNAME
Default
admin
Value
admin
Admin PasswordVariable

Password for the admin panel. Required.

Target
ADMIN_PASSWORD
Session SecretVariable

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

Target
SESSION_SECRET
Max File Size (MB)Variable

Maximum size per uploaded file, in megabytes.

Target
MAX_FILE_SIZE_MB
Default
500
Value
500
PUIDVariable

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

Default
99
Value
99
PGIDVariable

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

Default
100
Value
100
NODE_ENVVariable

Node.js environment. Keep as production.

Default
production
Value
production
COOKIE_SECUREVariable

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
TRUST_PROXYVariable

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

Download Statistics

918
Total Downloads

Details

Repository
devlindelfuego/easy-uploader:latest
Last Updated2026-05-06
First Seen2026-04-26

Run EasyUploader on Unraid.

EasyUploader is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.