1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00

Merge remote-tracking branch 'genofire/fix-repo-path'

This commit is contained in:
L3D 2021-03-21 00:18:43 +01:00
commit ab415b8027
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -12,7 +12,7 @@ gitea_home: "/var/lib/gitea"
gitea_shell: "/bin/false"
gitea_systemd_cap_net_bind_service: false
gitea_repository_root: "{{ gitea_home }}"
gitea_repository_root: "{{ gitea_home }}/repos"
gitea_user_repo_limit: -1
gitea_http_domain: localhost