12345678910111213141516171819202122232425262728293031323334353637383940 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/ghcr.io_authelia_authelia
- tag: 4.39.8
- redis_image:
- repository: valkey/valkey
- tag: 8.1.3
- postgres_17_image:
- repository: postgres
- tag: 17.6-bookworm
- postgres_upgrade_image:
- repository: ixsystems/postgres-upgrade
- tag: 1.0.4
- consts:
- authelia_container_name: authelia
- postgres_container_name: postgres
- redis_container_name: redis
- perms_container_name: permissions
- db_user: authelia
- db_name: authelia
- warning: |
- You are using a dummy configuration file.</br>
- Please create your own and uncheck the "Use Dummy Configuration" box.
- dummy_config_path: /dummy-config.yaml
- dummy_config: |
- authentication_backend:
- file:
- path: /config/users.yaml
- notifier:
- filesystem:
- filename: /config/notification.txt
- access_control:
- default_policy: one_factor
- session:
- cookies:
- - domain: example.com
- authelia_url: https://example.com
|