2020-07-28 03:20:50 +00:00
|
|
|
# container settings
|
|
|
|
gitea_name: gitea
|
2022-05-27 06:28:51 +00: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 04:02:45 +00:00
|
|
|
gitea_volume: "{{ gitea_name }}"
|
2022-09-18 19:21:16 +00:00
|
|
|
gitea_rooturl: "https://{{ gitea_domain }}"
|
2022-05-27 04:02:45 +00:00
|
|
|
gitea_signup: true
|
2020-07-28 03:20:50 +00:00
|
|
|
|
|
|
|
# database settings
|
2022-08-12 01:04:07 +00:00
|
|
|
gitea_dbtype: mysql
|
2022-05-27 04:02:45 +00:00
|
|
|
gitea_dbhost: host.docker.internal
|
|
|
|
gitea_dbname: "{{ gitea_name }}"
|
|
|
|
gitea_dbuser: "{{ gitea_name }}"
|
2020-07-28 03:20:50 +00:00
|
|
|
|
2022-05-28 04:18:15 +00:00
|
|
|
# proxy settings
|
|
|
|
gitea_proxy_limit: "1"
|
|
|
|
gitea_trusted_proxies: "172.16.0.0/12"
|
|
|
|
|
2020-07-28 03:20:50 +00:00
|
|
|
# host
|
2022-05-28 03:14:06 +00:00
|
|
|
gitea_root: "{{ docker_compose_root }}/{{ gitea_name }}"
|