Compare commits

...

2 Commits

Author SHA1 Message Date
Fritz Grimpen a3610995f0 gives me acces 2024-02-06 22:21:57 +01:00
Fritz Grimpen 81803de24e Add reverse proxy for auth.ccchb.de 2024-02-06 22:21:24 +01:00
2 changed files with 11 additions and 1 deletions

View File

@ -42,6 +42,8 @@ haproxy_http:
addr: '2a01:4f8:150:926f::13'
- host: 'frab.ccchb.de'
addr: '2a01:4f8:150:926f::17'
- host: 'auth.ccchb.de'
addr: '2a01:4f8:150:926f::11'
haproxy_sni:
- host: 'ccchb.de'
@ -72,6 +74,8 @@ haproxy_sni:
addr: '2a01:4f8:150:926f::13'
- host: 'frab.ccchb.de'
addr: '2a01:4f8:150:926f::17'
- host: 'auth.ccchb.de'
addr: '2a01:4f8:150:926f::11'
bhyve_ipv4: 10.0.0.0
bhyve_ipv6: 2a01:4f8:150:926f::4

View File

@ -1,6 +1,6 @@
vm_index: 2
gitea_version: "1.17.1"
gitea_version: "1.21.2"
gitea_app_name: "dev.ccchb.de"
# technical:
@ -29,6 +29,9 @@ gitea_require_signin: false
gitea_register_email_confirm: true
gitea_enable_captcha: true
gitea_disable_registration: false
gitea_only_allow_external_registration: true
# privacy:
gitea_offline_mode: true
gitea_disable_gravatar: true
@ -45,3 +48,6 @@ user_mgmt:
humm:
state: present
groups: sudo
fritz:
state: present
groups: sudo