forgejo: disable zip download #149
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,6 @@ apt_packages_extra:
|
||||||
### mgrote_restic
|
### mgrote_restic
|
||||||
restic_folders_to_backup: "/usr/local /etc /root /home {{ gitea_home }}"
|
restic_folders_to_backup: "/usr/local /etc /root /home {{ gitea_home }}"
|
||||||
|
|
||||||
|
|
||||||
### geerlingguy_postgres
|
### geerlingguy_postgres
|
||||||
postgresql_databases:
|
postgresql_databases:
|
||||||
- name: "{{ gitea_db_name }}"
|
- name: "{{ gitea_db_name }}"
|
||||||
|
@ -54,7 +53,6 @@ ufw_rules:
|
||||||
from_ip: 0.0.0.0/0
|
from_ip: 0.0.0.0/0
|
||||||
|
|
||||||
### ansible_role_gitea
|
### ansible_role_gitea
|
||||||
# https://git.mgrote.net/ansible-roles-mirrors/ansible_role_gitea
|
|
||||||
gitea_fork: "forgejo"
|
gitea_fork: "forgejo"
|
||||||
# gitea update
|
# gitea update
|
||||||
gitea_version: "1.21.7-0" # alt zum renovate testen
|
gitea_version: "1.21.7-0" # alt zum renovate testen
|
||||||
|
@ -140,6 +138,8 @@ gitea_extra_config: |
|
||||||
; disabled; see: https://github.com/go-gitea/gitea/issues/25992
|
; disabled; see: https://github.com/go-gitea/gitea/issues/25992
|
||||||
[repo-archive]
|
[repo-archive]
|
||||||
ENABLED = false
|
ENABLED = false
|
||||||
|
[repository]
|
||||||
|
DISABLE_DOWNLOAD_SOURCE_ARCHIVES = true
|
||||||
# oauth2
|
# oauth2
|
||||||
gitea_oauth2_jwt_secret: "{{ lookup('viczem.keepass.keepass', 'forgejo_oauth2_jwt_secret', 'password') }}"
|
gitea_oauth2_jwt_secret: "{{ lookup('viczem.keepass.keepass', 'forgejo_oauth2_jwt_secret', 'password') }}"
|
||||||
# Fail2Ban configuration
|
# Fail2Ban configuration
|
||||||
|
|
Loading…
Reference in a new issue