mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-11 05:42:52 +00:00
fix(jotty): Comments removed from variables, as they are interpreted. (#9002)
The following comments have been removed because they cause the comments to become part of the variable's value and therefore cannot be interpreted by the application. SSO_FALLBACK_LOCAL=yes # Allow both SSO and normal login OIDC_CLIENT_SECRET=your_client_secret # Enable confidential client mode with client authentication OIDC_ADMIN_GROUPS=admins # Map provider groups to admin role https://github.com/fccview/jotty/issues/200#issuecomment-3508394682
This commit is contained in:
@@ -40,9 +40,9 @@ NODE_ENV=production
|
|||||||
# OIDC_ISSUER=<your-oidc-issuer-url>
|
# OIDC_ISSUER=<your-oidc-issuer-url>
|
||||||
# OIDC_CLIENT_ID=<oidc-client-id>
|
# OIDC_CLIENT_ID=<oidc-client-id>
|
||||||
# APP_URL=<https://app.domain.tld>
|
# APP_URL=<https://app.domain.tld>
|
||||||
# SSO_FALLBACK_LOCAL=yes # Allow both SSO and normal login
|
# SSO_FALLBACK_LOCAL=yes
|
||||||
# OIDC_CLIENT_SECRET=your_client_secret # Enable confidential client mode with client authentication
|
# OIDC_CLIENT_SECRET=your_client_secret
|
||||||
# OIDC_ADMIN_GROUPS=admins # Map provider groups to admin role
|
# OIDC_ADMIN_GROUPS=admins
|
||||||
EOF
|
EOF
|
||||||
msg_ok "Installed ${APPLICATION}"
|
msg_ok "Installed ${APPLICATION}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user