refactor(gitea): support using forgejo in the role

This commit is contained in:
2023-10-07 22:18:02 +02:00
parent 4a2d1dec92
commit 5f19b5d9a9
3 changed files with 15 additions and 11 deletions

View File

@ -14,7 +14,7 @@ gitea_container_port_ssh: 22
gitea_config_base:
RUN_MODE: prod
RUN_USER: "{{ gitea_user }}"
RUN_USER: "{{ gitea_run_user }}"
server:
SSH_DOMAIN: "{{ gitea_domain }}"
DOMAIN: "{{ gitea_domain }}"