aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--galaxy.yml2
-rw-r--r--roles/gitea/templates/app.ini.j22
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 <himself@jonasgunz.de>
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 }}