2020-07-27 23:20:50 -04:00
|
|
|
# container settings
|
|
|
|
gitea_name: gitea
|
2022-05-27 02:28:51 -04:00
|
|
|
gitea_sshport: "222"
|
|
|
|
gitea_webport: "3000"
|
|
|
|
gitea_ssh: "127.0.0.1:{{ gitea_sshport }}"
|
|
|
|
gitea_web: "127.0.0.1:{{ gitea_webport }}"
|
2022-05-27 00:02:45 -04:00
|
|
|
gitea_volume: "{{ gitea_name }}"
|
2022-09-18 15:21:16 -04:00
|
|
|
gitea_rooturl: "https://{{ gitea_domain }}"
|
2022-05-27 00:02:45 -04:00
|
|
|
gitea_signup: true
|
2020-07-27 23:20:50 -04:00
|
|
|
|
|
|
|
# database settings
|
2022-08-11 21:04:07 -04:00
|
|
|
gitea_dbtype: mysql
|
2022-05-27 00:02:45 -04:00
|
|
|
gitea_dbhost: host.docker.internal
|
|
|
|
gitea_dbname: "{{ gitea_name }}"
|
|
|
|
gitea_dbuser: "{{ gitea_name }}"
|
2020-07-27 23:20:50 -04:00
|
|
|
|
2022-05-28 00:18:15 -04:00
|
|
|
# proxy settings
|
|
|
|
gitea_proxy_limit: "1"
|
|
|
|
gitea_trusted_proxies: "172.16.0.0/12"
|
|
|
|
|
2020-07-27 23:20:50 -04:00
|
|
|
# host
|
2022-05-27 23:14:06 -04:00
|
|
|
gitea_root: "{{ docker_compose_root }}/{{ gitea_name }}"
|