forgejo: disable repo-archives
This commit is contained in:
parent
a2331652dc
commit
9d30eef8de
1 changed files with 3 additions and 0 deletions
|
@ -128,6 +128,9 @@ gitea_extra_config: |
|
||||||
; für Import/Migration aus anderen Git-Systemen
|
; für Import/Migration aus anderen Git-Systemen
|
||||||
[migrations]
|
[migrations]
|
||||||
ALLOWED_DOMAINS = *
|
ALLOWED_DOMAINS = *
|
||||||
|
; disabled; see: https://github.com/go-gitea/gitea/issues/25992
|
||||||
|
[repo-archive]
|
||||||
|
ENABLED = false
|
||||||
# oauth2
|
# oauth2
|
||||||
gitea_oauth2_jwt_secret: "{{ lookup('keepass', 'forgejo_oauth2_jwt_secret', 'password') }}"
|
gitea_oauth2_jwt_secret: "{{ lookup('keepass', 'forgejo_oauth2_jwt_secret', 'password') }}"
|
||||||
# Fail2Ban configuration
|
# Fail2Ban configuration
|
||||||
|
|
Loading…
Reference in a new issue