14 lines
430 B
YAML
14 lines
430 B
YAML
---
|
|
# Defaults
|
|
gitea_web_install: "httpd"
|
|
gitea_web_config: "true"
|
|
gitea_web_config_certs_internal: "true"
|
|
gitea_web_config_certs_external: "false"
|
|
gitea_themes: "auto,gitea,arc-green,gitea-blue,gitea-modern,carbonred,darkred,pitchblack"
|
|
gitea_basename: "git.resf.org"
|
|
gitea_automation_user: "rockyautomation"
|
|
gitea_raise_memlock_nofile_limits: "true"
|
|
gitea_net_cap: "true"
|
|
gitea_server_admin: "infrastructure@rockylinux.org"
|
|
...
|