roles/gitea: support giteaUninstall variable

This commit is contained in:
2023-01-21 18:25:02 -06:00
parent e8fe024b77
commit af53eb4637
10 changed files with 94 additions and 45 deletions

View File

@@ -18,7 +18,7 @@ ROOT = /var/lib/gitea/gitea-repositories
[server]
SSH_DOMAIN = git.{{ domain }}
DOMAIN = git.{{ domain }}
HTTP_PORT = 3000
HTTP_PORT = {{ giteaPort }}
ROOT_URL = https://git.{{ domain }}/
DISABLE_SSH = false
SSH_PORT = 22