mirror of
https://github.com/CPunch/openpunk-ansible.git
synced 2025-11-11 18:00:05 +00:00
roles/gitea: support giteaUninstall variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user