diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2023-07-22 21:58:53 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2023-07-22 21:58:53 +0200 |
commit | b1030896c67c59c12db51a65d842169d3b73339a (patch) | |
tree | 3fc54a092d26806b821d95f922d4f6c5abd711a8 | |
parent | 839244775356a1aa4fb0044336d9d8e770fffd9c (diff) | |
download | ansible_collection-b1030896c67c59c12db51a65d842169d3b73339a.tar.gz |
finally fix gitea
-rw-r--r-- | galaxy.yml | 2 | ||||
-rw-r--r-- | roles/gitea/templates/app.ini.j2 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 }} |