Compatibility: protocol.

This commit is contained in:
Andrea Dell'Amico 2024-04-28 16:50:18 +02:00
parent 655394009e
commit fbcc560820
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ gitea_socket_dir: /run/gitea
gitea_repository_data: '{{ gitea_data_dir }}/repositories'
gitea_max_repository_per_user: 200
gitea_server_protocol: unix
gitea_server_protocol: "http+unix"
gitea_hostname: '{{ ansible_fqdn }}'
gitea_http_addr: '{{ gitea_socket_dir }}/gitea.sock'
gitea_http_port: 3000