reverse-proxy-guard-values.yaml 742 B

12345678910111213141516171819202122232425262728293031323334353637
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Etc/UTC
  6. twofactor_auth:
  7. app_key: aaaaaaaabbbbbbbbccccccccdddddddd
  8. app_name: 2FAuth
  9. app_url: http://localhost:8080
  10. site_owner_email: admin@example.com
  11. authentication_guard: reverse-proxy-guard
  12. authentication_header_user: some-header-user
  13. authentication_header_email: some-header-email
  14. webauthn_user_verification: preferred
  15. trusted_proxies:
  16. - 127.0.0.1
  17. - ::1
  18. additional_envs: []
  19. network:
  20. host_network: false
  21. web_port:
  22. bind_mode: published
  23. port_number: 8080
  24. ix_volumes:
  25. config: /opt/tests/mnt/config
  26. storage:
  27. config:
  28. type: ix_volume
  29. ix_volume_config:
  30. dataset_name: config
  31. create_host_path: true
  32. additional_storage: []