Update Authelia access control rules and SMTP configuration; modify Traefik labels for consistency
This commit is contained in:
@@ -18,6 +18,10 @@ access_control:
|
||||
rules:
|
||||
- domain: 'pgadmin.test.3launchpad.com'
|
||||
policy: 'two_factor'
|
||||
- domain: 'beszel.test.3launchpad.com'
|
||||
policy: 'two_factor'
|
||||
- domain: 'traefik.test.3launchpad.com'
|
||||
policy: 'two_factor'
|
||||
- domain: '*.test.3launchpad.com'
|
||||
policy: 'one_factor'
|
||||
|
||||
@@ -36,10 +40,16 @@ storage:
|
||||
|
||||
notifier:
|
||||
disable_startup_check: true
|
||||
# Configure SMTP for production email notifications
|
||||
# For testing, you can use filesystem notifier instead:
|
||||
# filesystem:
|
||||
# filename: /config/notification.txt
|
||||
smtp:
|
||||
address: 'smtp://localhost:25'
|
||||
username: 'authelia'
|
||||
sender: 'authelia@example.com'
|
||||
address: 'submissions://smtp.gmail.com:465'
|
||||
username: 'your-email@gmail.com'
|
||||
sender: 'Authelia <noreply@3launchpad.com>'
|
||||
# For Gmail, use an App Password (not your regular password)
|
||||
# Generate at: https://myaccount.google.com/apppasswords
|
||||
|
||||
identity_validation:
|
||||
reset_password: {}
|
||||
|
||||
Reference in New Issue
Block a user