Try the dark theme
This commit is contained in:
@ -96,6 +96,7 @@
|
||||
DOMAIN: "{{ domain }}"
|
||||
ENABLE_OPENID_SIGNIN: "{{ enable_openid_signin }}"
|
||||
ENABLE_OPENID_SIGNUP: "{{ enable_openid_signup }}"
|
||||
GITEA_THEME: "{{ gitea_theme }}"
|
||||
HTTP_PORT: "{{ http_port }}"
|
||||
INSTALL_LOCK: "{{ install_lock }}"
|
||||
JWT_SECRET: "{{ jwt_secret }}"
|
||||
|
@ -9,6 +9,7 @@ disable_registration: "false"
|
||||
domain: "git.autonomic.zone"
|
||||
enable_openid_signin: "true"
|
||||
enable_openid_signup: "true"
|
||||
gitea_theme: "arc-green"
|
||||
http_port: "3020"
|
||||
install_lock: "true"
|
||||
mailer_enabled: "true"
|
||||
|
Reference in New Issue
Block a user