From b1030896c67c59c12db51a65d842169d3b73339a Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sat, 22 Jul 2023 21:58:53 +0200 Subject: finally fix gitea --- galaxy.yml | 2 +- roles/gitea/templates/app.ini.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index d5ff7f3..5ebf08c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: kompetenzbolzen name: stuff -version: 0.19.1 +version: 0.19.2 readme: README.md authors: - Jonas Gunz diff --git a/roles/gitea/templates/app.ini.j2 b/roles/gitea/templates/app.ini.j2 index 26c1527..bfb7e08 100644 --- a/roles/gitea/templates/app.ini.j2 +++ b/roles/gitea/templates/app.ini.j2 @@ -8,7 +8,7 @@ RUN_MODE = prod ROOT = /home/git/gitea-repositories [server] -APP_DATA_PATH = /home/git/ +APP_DATA_PATH = /var/lib/gitea/data PROTOCOL = https DOMAIN = {{ ansible_facts.fqdn }} ROOT_URL = {{ gitea.root_url }} -- cgit v1.2.3