@@ -16,7 +16,6 @@ This is a complete list of available environment variables; required variables a
1616| DISABLE_USERPASS_LOGIN | Disables login with username and password (when using OIDC) | | ` false ` |
1717| SESSION_MAX_AGE_SECONDS | Maximum age of a session (in seconds) | | ` 1209600 ` (14 days) |
1818| KIOSK_MODE | Read-only mode for public displays or kiosks | | ` false ` |
19- | UPLOAD_TIMEOUT | Timeout for file uploads (in seconds) | | ` 600 ` (10 minutes) |
2019| SCAN_TIMEOUT | Timeout for the background scan/rescan tasks (in seconds) | | ` 14400 ` (4 hours) |
2120| SCAN_WORKERS | Number of worker processes for scanning tasks | | ` 1 ` |
2221| TASK_TIMEOUT | Timeout for the the rest of the background tasks (in seconds) | | ` 300 ` (5 minutes) |
@@ -87,6 +86,12 @@ This is a complete list of available environment variables; required variables a
8786| OIDC_REDIRECT_URI | Absolute redirect URI for OIDC authentication | | |
8887| OIDC_SERVER_APPLICATION_URL | Absolute URL of the OIDC server application | | |
8988| OIDC_TLS_CACERTFILE | Path to a file containing trusted CA certificates | | |
89+ | OAUTH_ACCESS_TOKEN_EXPIRE_SECONDS | Access token lifetime (in seconds) | | ` 1800 ` (30 minutes) |
90+ | OAUTH_REFRESH_TOKEN_EXPIRE_SECONDS | Refresh token lifetime (in seconds) | | ` 604800 ` (7 days) |
91+ | INVITE_TOKEN_EXPIRY_SECONDS | Invite token lifetime (in seconds) | | ` 600 ` (10 minutes) |
92+ | OIDC_SERVER_METADATA_URL | URL to the OIDC provider metadata endpoint | | |
93+ | OIDC_RP_INITIATED_LOGOUT | Enable RP-initiated logout flow | | ` false ` |
94+ | OIDC_END_SESSION_ENDPOINT | OIDC end-session endpoint override URL | | ` "" ` |
9095| OIDC_USERNAME_ATTRIBUTE | Attribute on OIDC user info used as the username | | ` preferred_username ` |
9196| OIDC_AUTOLOGIN | Skip click OIDC button on login page | | ` false ` |
9297| OIDC_CLAIM_ROLES | OIDC claim containing user roles | | |
0 commit comments