NextExplorer
Aplicación Docker from MaybeGrim's Repository
Visión general
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:3000]- Red
bridge- Concha
bash- Privilegiado
- false
Configuración de plantillas
Port for the NextExplorer web interface.
- Objetivo
- 3000
- Por defecto
- 3000
- Valor
- 3000
Persistent storage for database, settings, and session data. Do not delete.
- Objetivo
- /config
- Por defecto
- /mnt/user/appdata/nextexplorer/config
- Valor
- /mnt/user/appdata/nextexplorer/config
Thumbnail cache and search indexes. Safe to clear if troubleshooting.
- Objetivo
- /cache
- Por defecto
- /mnt/user/appdata/nextexplorer/cache
- Valor
- /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'.
- Objetivo
- /mnt/Data
- Por defecto
- /mnt/user
- Valor
- /mnt/user
External URL used for cookies, CORS, and callback URLs. Set this to your reverse proxy URL if using one (no trailing slash).
- Por defecto
- http://[IP]:3000
- Valor
- http://[IP]:3000
Email for the admin account created on first launch. Only used during initial setup.
- Objetivo
- AUTH_ADMIN_EMAIL
Password for the admin account created on first launch. Only used during initial setup.
- Objetivo
- 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).
- Objetivo
- SESSION_SECRET
Runtime environment. Leave as production.
- Por defecto
- production
- Valor
- production
Internal container port. Should match the Web UI Port mapping.
- Objetivo
- PORT
- Por defecto
- 3000
- Valor
- 3000
Set to 'true' to enable OpenID Connect single sign-on. Requires OIDC provider configuration below.
- Objetivo
- OIDC_ENABLED
- Por defecto
- false
- Valor
- false
Client ID from your OIDC identity provider (e.g. Authentik, Authelia, Keycloak).
- Objetivo
- OIDC_CLIENT_ID
Client secret from your OIDC identity provider.
- Objetivo
- OIDC_CLIENT_SECRET
OIDC issuer/discovery URL from your identity provider (e.g. https://auth.example.com).
- Objetivo
- 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.
- Objetivo
- TRUST_PROXY
Number of failed login attempts before the account is temporarily locked.
- Objetivo
- AUTH_MAX_FAILED
- Por defecto
- 5
- Valor
- 5
Duration in minutes that an account stays locked after exceeding failed login attempts.
- Objetivo
- AUTH_LOCK_MINUTES
- Por defecto
- 15
- Valor
- 15
Categorías
Descargar estadísticas
Detalles
nxzai/explorer:latestEjecute NextExplorer en Unraid.
NextExplorer se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.