gg
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/pull_request_closed/gitleaks Pipeline was successful
ci/woodpecker/pr/ansible-lint Pipeline failed
ci/woodpecker/pull_request_closed/ansible-lint Pipeline failed

This commit is contained in:
Michael Grote 2024-07-30 22:19:08 +02:00
parent bb6f7d1853
commit bb89cc06e8

View file

@ -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