Update Authelia access control rules and SMTP configuration; modify Traefik labels for consistency

This commit is contained in:
elfateh4
2025-12-02 04:04:56 +01:00
parent 58cc1b1e92
commit a5cd34d9ab
2 changed files with 74 additions and 71 deletions

View File

@@ -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: {}