diff --git a/host_vars/forgejo.mgrote.net.yml b/host_vars/forgejo.mgrote.net.yml index 7851c1ad..06cfda68 100644 --- a/host_vars/forgejo.mgrote.net.yml +++ b/host_vars/forgejo.mgrote.net.yml @@ -119,10 +119,13 @@ gitea_federation_enabled: false gitea_packages_enabled: false # actions gitea_actions_enabled: false -# webhook: wird für drone benötigt, sonst wird der Webhook nicht "gesendet" gitea_extra_config: | + |webhook: wird für drone benötigt, sonst wird der Webhook nicht "gesendet" [webhook] ALLOWED_HOST_LIST = *.mgrote.net + ; fur ImportjMigration aus anderen Git-Systemen + [migrations] + ALLOWED_DOMAINS = * # oauth2 gitea_oauth2_jwt_secret: "{{ lookup('keepass', 'gitea_oauth2_jwt_secret', 'password') }}" # Fail2Ban configuration