Remove deprecated deploy workflow, update README with new features and service URLs, delete unused alertmanager and prometheus configurations, refactor Authelia configuration for improved security and functionality, add Gitea and Beszel services, and enhance health checks across services.

This commit is contained in:
elfateh4
2025-12-02 03:16:38 +01:00
parent f818bd3eca
commit 58cc1b1e92
12 changed files with 279 additions and 618 deletions

View File

@@ -3,7 +3,7 @@
# This is a minimal configuration for getting started with Authelia
server:
port: 9091
address: 'tcp://:9091'
endpoints:
authz:
forward-auth:
@@ -14,45 +14,37 @@ authentication_backend:
path: '/config/users_database.yml'
access_control:
default_policy: 'deny'
default_policy: 'one_factor'
rules:
- domain: 'pgadmin.gate.${DOMAIN}'
- domain: 'pgadmin.test.3launchpad.com'
policy: 'two_factor'
- domain: '*.gate.${DOMAIN}'
- domain: '*.test.3launchpad.com'
policy: 'one_factor'
session:
name: 'authelia_session'
secret: '${AUTHELIA_SESSION_SECRET}'
cookies:
- domain: 'gate.${DOMAIN}'
authelia_url: 'https://auth.gate.${DOMAIN}'
default_redirection_url: 'https://login.gate.${DOMAIN}'
- domain: '3launchpad.com'
authelia_url: 'https://auth.test.3launchpad.com'
default_redirection_url: 'https://portainer.test.3launchpad.com'
storage:
postgres:
host: 'authelia-db'
port: 5432
address: 'tcp://authelia-db:5432'
database: 'authelia'
username: 'authelia'
password: '${AUTHELIA_DB_PASSWORD}'
notifier:
disable_startup_check: true
smtp:
address: 'smtp://localhost:25'
username: 'authelia'
password: 'dummy_password'
host: 'smtp.example.com'
port: 587
sender: 'authelia@example.com'
jwt_secret: '${AUTHELIA_JWT_SECRET}'
identity_validation:
reset_password: {}
api:
endpoints:
reset_password:
disable: false
regulations:
regulation:
max_retries: 3
find_time: 120
ban_time: 300
ban_time: 300