use dark theme in gitea because auto is not working
This commit is contained in:
+2
-2
@@ -97,7 +97,7 @@ gitea:
|
|||||||
REQUIRE_SIGNIN_VIEW: false # Allow anonymous viewing of public repos
|
REQUIRE_SIGNIN_VIEW: false # Allow anonymous viewing of public repos
|
||||||
|
|
||||||
ui:
|
ui:
|
||||||
DEFAULT_THEME: auto
|
DEFAULT_THEME: gitea-dark
|
||||||
|
|
||||||
repository:
|
repository:
|
||||||
DEFAULT_PRIVATE: false # Public repos by default for easier ArgoCD access
|
DEFAULT_PRIVATE: false # Public repos by default for easier ArgoCD access
|
||||||
@@ -124,4 +124,4 @@ affinity:
|
|||||||
preference:
|
preference:
|
||||||
matchExpressions:
|
matchExpressions:
|
||||||
- key: node-role.kubernetes.io/control-plane
|
- key: node-role.kubernetes.io/control-plane
|
||||||
operator: DoesNotExist
|
operator: DoesNotExist
|
||||||
|
|||||||
Reference in New Issue
Block a user