NextExplorer
Docker 应用程序 from MaybeGrim's Repository
概述
运行时参数
- 网络用户界面
http://[IP]:[PORT:3000]- 网络
bridge- 外壳
bash- 特权
- false
模板配置
Port for the NextExplorer web interface.
- 目标
- 3000
- 默认值
- 3000
- 价值
- 3000
Persistent storage for database, settings, and session data. Do not delete.
- 目标
- /config
- 默认值
- /mnt/user/appdata/nextexplorer/config
- 价值
- /mnt/user/appdata/nextexplorer/config
Thumbnail cache and search indexes. Safe to clear if troubleshooting.
- 目标
- /cache
- 默认值
- /mnt/user/appdata/nextexplorer/cache
- 价值
- /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'.
- 目标
- /mnt/Data
- 默认值
- /mnt/user
- 价值
- /mnt/user
External URL used for cookies, CORS, and callback URLs. Set this to your reverse proxy URL if using one (no trailing slash).
- 默认值
- http://[IP]:3000
- 价值
- http://[IP]:3000
Email for the admin account created on first launch. Only used during initial setup.
- 目标
- AUTH_ADMIN_EMAIL
Password for the admin account created on first launch. Only used during initial setup.
- 目标
- 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).
- 目标
- SESSION_SECRET
Runtime environment. Leave as production.
- 默认值
- production
- 价值
- production
Internal container port. Should match the Web UI Port mapping.
- 目标
- PORT
- 默认值
- 3000
- 价值
- 3000
Set to 'true' to enable OpenID Connect single sign-on. Requires OIDC provider configuration below.
- 目标
- OIDC_ENABLED
- 默认值
- false
- 价值
- false
Client ID from your OIDC identity provider (e.g. Authentik, Authelia, Keycloak).
- 目标
- OIDC_CLIENT_ID
Client secret from your OIDC identity provider.
- 目标
- OIDC_CLIENT_SECRET
OIDC issuer/discovery URL from your identity provider (e.g. https://auth.example.com).
- 目标
- 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.
- 目标
- TRUST_PROXY
Number of failed login attempts before the account is temporarily locked.
- 目标
- AUTH_MAX_FAILED
- 默认值
- 5
- 价值
- 5
Duration in minutes that an account stays locked after exceeding failed login attempts.
- 目标
- AUTH_LOCK_MINUTES
- 默认值
- 15
- 价值
- 15
类别
下载统计数据
详细信息
在Unraid 上运行 NextExplorer 。
NextExplorer 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。