We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0965e6 + eae3cf5 commit 91725cbCopy full SHA for 91725cb
roles/gitea/tasks/main.yml
@@ -53,7 +53,7 @@
53
DB_PASSWD: "gitea"
54
RUN_MODE: "prod"
55
SSH_DOMAIN: "{{ ansible_nas_hostname }}"
56
- SSH_PORT: "{{ gitea_port_ssh }}"
+ SSH_PORT: "22"
57
ROOT_URL: "http://{{ gitea_hostname }}:{{ gitea_port_http }}/"
58
USER_UID: "1000"
59
USER_GID: "1000"
0 commit comments