NextExplorer
NextExplorer
Docker app from MaybeGrim's Repository
Overview
Runtime arguments
- Web UI
http://[IP]:[PORT:3000]- Network
bridge- Shell
bash- Privileged
- false
Template configuration
Port for the NextExplorer web interface.
- Target
- 3000
- Default
- 3000
- Value
- 3000
Persistent storage for database, settings, and session data. Do not delete.
- Target
- /config
- Default
- /mnt/user/appdata/nextexplorer/config
- Value
- /mnt/user/appdata/nextexplorer/config
Thumbnail cache and search indexes. Safe to clear if troubleshooting.
- Target
- /cache
- Default
- /mnt/user/appdata/nextexplorer/cache
- Value
- /mnt/user/appdata/nextexplorer/cache
Root directory to browse. Mounted paths appear as top-level volumes in the UI. Add more by clicking 'Add another Path'.
- Target
- /mnt/Data
- Default
- /mnt/user
- Value
- /mnt/user
External URL used for cookies, CORS, and callback URLs. Set this to your reverse proxy URL if using one (no trailing slash).
- Default
- http://[IP]:3000
- Value
- http://[IP]:3000
Email for the admin account created on first launch. Only used during initial setup.
- Target
- AUTH_ADMIN_EMAIL
Password for the admin account created on first launch. Only used during initial setup.
- Target
- AUTH_ADMIN_PASSWORD
Random string (32+ chars) used to sign session cookies. Set a stable value to keep sessions valid across container restarts. Leave blank to auto-generate (sessions reset on restart).
- Target
- SESSION_SECRET
Runtime environment. Leave as production.
- Default
- production
- Value
- production
Internal container port. Should match the Web UI Port mapping.
- Target
- PORT
- Default
- 3000
- Value
- 3000
Set to 'true' to enable OpenID Connect single sign-on. Requires OIDC provider configuration below.
- Target
- OIDC_ENABLED
- Default
- false
- Value
- false
Client ID from your OIDC identity provider (e.g. Authentik, Authelia, Keycloak).
- Target
- OIDC_CLIENT_ID
Client secret from your OIDC identity provider.
- Target
- OIDC_CLIENT_SECRET
OIDC issuer/discovery URL from your identity provider (e.g. https://auth.example.com).
- Target
- OIDC_ISSUER
Express trust proxy setting for running behind a reverse proxy. Usually auto-derived from PUBLIC_URL. Set to 'true', a number of hops, or a CIDR range if needed.
- Target
- TRUST_PROXY
Number of failed login attempts before the account is temporarily locked.
- Target
- AUTH_MAX_FAILED
- Default
- 5
- Value
- 5
Duration in minutes that an account stays locked after exceeding failed login attempts.
- Target
- AUTH_LOCK_MINUTES
- Default
- 15
- Value
- 15
Categories
Download Statistics
Details
nxzai/explorer:latestRun NextExplorer on Unraid.
NextExplorer is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.