diff options
-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 }} |