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 /roles/gitea | |
parent | 839244775356a1aa4fb0044336d9d8e770fffd9c (diff) | |
download | ansible_collection-b1030896c67c59c12db51a65d842169d3b73339a.tar.gz |
finally fix gitea
Diffstat (limited to 'roles/gitea')
-rw-r--r-- | roles/gitea/templates/app.ini.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |