f
This commit is contained in:
parent
dda1273951
commit
7406729ddd
1 changed files with 4 additions and 1 deletions
|
@ -119,10 +119,13 @@ gitea_federation_enabled: false
|
||||||
gitea_packages_enabled: false
|
gitea_packages_enabled: false
|
||||||
# actions
|
# actions
|
||||||
gitea_actions_enabled: false
|
gitea_actions_enabled: false
|
||||||
# webhook: wird für drone benötigt, sonst wird der Webhook nicht "gesendet"
|
|
||||||
gitea_extra_config: |
|
gitea_extra_config: |
|
||||||
|
|webhook: wird für drone benötigt, sonst wird der Webhook nicht "gesendet"
|
||||||
[webhook]
|
[webhook]
|
||||||
ALLOWED_HOST_LIST = *.mgrote.net
|
ALLOWED_HOST_LIST = *.mgrote.net
|
||||||
|
; fur ImportjMigration aus anderen Git-Systemen
|
||||||
|
[migrations]
|
||||||
|
ALLOWED_DOMAINS = *
|
||||||
# oauth2
|
# oauth2
|
||||||
gitea_oauth2_jwt_secret: "{{ lookup('keepass', 'gitea_oauth2_jwt_secret', 'password') }}"
|
gitea_oauth2_jwt_secret: "{{ lookup('keepass', 'gitea_oauth2_jwt_secret', 'password') }}"
|
||||||
# Fail2Ban configuration
|
# Fail2Ban configuration
|
||||||
|
|
Loading…
Reference in a new issue