fix authelia defaults

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-31 21:18:06 +02:00
parent fd06609a4a
commit d533b1a10a
2 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -38,4 +38,4 @@ sources:
- https://github.com/authelia/chartrepo - https://github.com/authelia/chartrepo
- https://github.com/authelia/authelia - https://github.com/authelia/authelia
type: application type: application
version: 1.6.3 version: 1.6.4
+30 -30
View File
@@ -331,13 +331,13 @@ questions:
label: "integration_key" label: "integration_key"
schema: schema:
type: string type: string
defaults: "" default: ""
required: true required: true
- variable: plain_api_key - variable: plain_api_key
label: "plain_api_key" label: "plain_api_key"
schema: schema:
type: string type: string
defaults: "" default: ""
required: true required: true
- variable: session - variable: session
@@ -370,21 +370,21 @@ questions:
description: "The time in seconds before the cookie expires and session is reset." description: "The time in seconds before the cookie expires and session is reset."
schema: schema:
type: string type: string
defaults: "1h" default: "1h"
required: true required: true
- variable: inactivity - variable: inactivity
label: "Inactivity Time" label: "Inactivity Time"
description: "The inactivity time in seconds before the session is reset." description: "The inactivity time in seconds before the session is reset."
schema: schema:
type: string type: string
defaults: "5m" default: "5m"
required: true required: true
- variable: inactivity - variable: inactivity
label: "Remember-Me duration" label: "Remember-Me duration"
description: "The remember me duration" description: "The remember me duration"
schema: schema:
type: string type: string
defaults: "5M" default: "5M"
required: true required: true
- variable: regulation - variable: regulation
@@ -405,14 +405,14 @@ questions:
description: "The time range during which the user can attempt login before being banned." description: "The time range during which the user can attempt login before being banned."
schema: schema:
type: string type: string
defaults: "2m" default: "2m"
required: true required: true
- variable: ban_time - variable: ban_time
label: "Ban Duration" label: "Ban Duration"
description: "The length of time before a banned user can login again" description: "The length of time before a banned user can login again"
schema: schema:
type: string type: string
defaults: "5m" default: "5m"
required: true required: true
@@ -434,7 +434,7 @@ questions:
description: "The amount of time to wait before we refresh data from the authentication backend" description: "The amount of time to wait before we refresh data from the authentication backend"
schema: schema:
type: string type: string
defaults: "5m" default: "5m"
required: true required: true
- variable: ldap - variable: ldap
label: "LDAP backend configuration" label: "LDAP backend configuration"
@@ -516,75 +516,75 @@ questions:
description: "The base dn for every LDAP query." description: "The base dn for every LDAP query."
schema: schema:
type: string type: string
defaults: "DC=example,DC=com" default: "DC=example,DC=com"
required: true required: true
- variable: username_attribute - variable: username_attribute
label: "Username Attribute" label: "Username Attribute"
description: "The attribute holding the username of the user" description: "The attribute holding the username of the user"
schema: schema:
type: string type: string
defaults: "" default: ""
required: true required: true
- variable: additional_users_dn - variable: additional_users_dn
label: "Additional Users DN" label: "Additional Users DN"
description: "An additional dn to define the scope to all users." description: "An additional dn to define the scope to all users."
schema: schema:
type: string type: string
defaults: "OU=Users" default: "OU=Users"
required: true required: true
- variable: users_filter - variable: users_filter
label: "Users Filter" label: "Users Filter"
description: "The groups filter used in search queries to find the groups of the user." description: "The groups filter used in search queries to find the groups of the user."
schema: schema:
type: string type: string
defaults: "" default: ""
required: true required: true
- variable: additional_groups_dn - variable: additional_groups_dn
label: "Additional Groups DN" label: "Additional Groups DN"
description: "An additional dn to define the scope of groups." description: "An additional dn to define the scope of groups."
schema: schema:
type: string type: string
defaults: "OU=Groups" default: "OU=Groups"
required: true required: true
- variable: groups_filter - variable: groups_filter
label: "Groups Filter" label: "Groups Filter"
description: "The groups filter used in search queries to find the groups of the user." description: "The groups filter used in search queries to find the groups of the user."
schema: schema:
type: string type: string
defaults: "" default: ""
required: true required: true
- variable: group_name_attribute - variable: group_name_attribute
label: "Group name Attribute" label: "Group name Attribute"
description: "The attribute holding the name of the group" description: "The attribute holding the name of the group"
schema: schema:
type: string type: string
defaults: "" default: ""
required: true required: true
- variable: mail_attribute - variable: mail_attribute
label: "Mail Attribute" label: "Mail Attribute"
description: "The attribute holding the primary mail address of the user" description: "The attribute holding the primary mail address of the user"
schema: schema:
type: string type: string
defaults: "" default: ""
required: true required: true
- variable: display_name_attribute - variable: display_name_attribute
label: "Display Name Attribute" label: "Display Name Attribute"
description: "he attribute holding the display name of the user. This will be used to greet an authenticated user." description: "he attribute holding the display name of the user. This will be used to greet an authenticated user."
schema: schema:
type: string type: string
defaults: "" default: ""
- variable: user - variable: user
label: "Admin User" label: "Admin User"
description: "The username of the admin user used to connect to LDAP." description: "The username of the admin user used to connect to LDAP."
schema: schema:
type: string type: string
defaults: "CN=Authelia,DC=example,DC=com" default: "CN=Authelia,DC=example,DC=com"
required: true required: true
- variable: plain_password - variable: plain_password
label: "Password" label: "Password"
schema: schema:
type: string type: string
defaults: "" default: ""
required: true required: true
- variable: file - variable: file
label: "File backend configuration" label: "File backend configuration"
@@ -603,7 +603,7 @@ questions:
label: "Path" label: "Path"
schema: schema:
type: string type: string
defaults: "/config/users_database.yml" default: "/config/users_database.yml"
required: true required: true
- variable: password - variable: password
label: "Password Settings" label: "Password Settings"
@@ -680,7 +680,7 @@ questions:
label: "File Path" label: "File Path"
schema: schema:
type: string type: string
defaults: "/config/notification.txt" default: "/config/notification.txt"
required: true required: true
- variable: smtp - variable: smtp
label: "SMTP Provider" label: "SMTP Provider"
@@ -699,58 +699,58 @@ questions:
label: "Host" label: "Host"
schema: schema:
type: string type: string
defaults: "smtp.mail.svc.cluster.local" default: "smtp.mail.svc.cluster.local"
required: true required: true
- variable: port - variable: port
label: "Port" label: "Port"
schema: schema:
type: int type: int
defaults: 25 default: 25
required: true required: true
- variable: timeout - variable: timeout
label: "Timeout" label: "Timeout"
schema: schema:
type: string type: string
defaults: "5s" default: "5s"
required: true required: true
- variable: username - variable: username
label: "Username" label: "Username"
schema: schema:
type: string type: string
defaults: "" default: ""
required: true required: true
- variable: plain_password - variable: plain_password
label: "Password" label: "Password"
schema: schema:
type: string type: string
defaults: "" default: ""
required: true required: true
- variable: sender - variable: sender
label: "Sender" label: "Sender"
schema: schema:
type: string type: string
defaults: "" default: ""
required: true required: true
- variable: identifier - variable: identifier
label: "Identifier" label: "Identifier"
description: "HELO/EHLO Identifier. Some SMTP Servers may reject the default of localhost." description: "HELO/EHLO Identifier. Some SMTP Servers may reject the default of localhost."
schema: schema:
type: string type: string
defaults: "localhost" default: "localhost"
required: true required: true
- variable: subject - variable: subject
label: "Subject" label: "Subject"
description: "Subject configuration of the emails sent, {title} is replaced by the text from the notifier" description: "Subject configuration of the emails sent, {title} is replaced by the text from the notifier"
schema: schema:
type: string type: string
defaults: "[Authelia] {title}" default: "[Authelia] {title}"
required: true required: true
- variable: startup_check_address - variable: startup_check_address
label: "Startup Check Address" label: "Startup Check Address"
description: "This address is used during the startup check to verify the email configuration is correct." description: "This address is used during the startup check to verify the email configuration is correct."
schema: schema:
type: string type: string
defaults: "test@authelia.com" default: "test@authelia.com"
required: true required: true
- variable: disable_require_tls - variable: disable_require_tls
label: "Disable Require TLS" label: "Disable Require TLS"