gitea: fix outdated theme for v1.22.0^

This commit is contained in:
cpunch 2024-07-10 21:23:22 -05:00
parent 219bd304d6
commit f71c3f6233

View File

@ -6,7 +6,7 @@
gitea_fqdn: 'git.{{ domain }}'
gitea_home: '/var/lib/gitea'
gitea_db_type: 'sqlite3'
gitea_theme_default: 'arc-green'
gitea_theme_default: 'gitea-dark'
gitea_root_url: 'https://git.{{ domain }}'
gitea_protocol: http
gitea_http_port: "{{ giteaPort }}"