ix_values.yaml 1007 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. images:
  2. image:
  3. repository: ccr.ccs.tencentyun.com/seembox/ghcr.io_authelia_authelia
  4. tag: 4.39.8
  5. redis_image:
  6. repository: valkey/valkey
  7. tag: 8.1.3
  8. postgres_17_image:
  9. repository: postgres
  10. tag: 17.6-bookworm
  11. postgres_upgrade_image:
  12. repository: ixsystems/postgres-upgrade
  13. tag: 1.0.4
  14. consts:
  15. authelia_container_name: authelia
  16. postgres_container_name: postgres
  17. redis_container_name: redis
  18. perms_container_name: permissions
  19. db_user: authelia
  20. db_name: authelia
  21. warning: |
  22. You are using a dummy configuration file.</br>
  23. Please create your own and uncheck the "Use Dummy Configuration" box.
  24. dummy_config_path: /dummy-config.yaml
  25. dummy_config: |
  26. authentication_backend:
  27. file:
  28. path: /config/users.yaml
  29. notifier:
  30. filesystem:
  31. filename: /config/notification.txt
  32. access_control:
  33. default_policy: one_factor
  34. session:
  35. cookies:
  36. - domain: example.com
  37. authelia_url: https://example.com