landing page updates
This commit is contained in:
@@ -47,5 +47,5 @@
|
||||
window.GITEA_APP_URL = "{{AppUrl}}";
|
||||
window.GITEA_SUB_URL = "{{AppSubUrl}}";
|
||||
</script>
|
||||
<script src="{{AppSubUrl}}/assets/js/custom-landing.js"></script>
|
||||
<script src="{{AppSubUrl}}/assets/js/custom-landing.js?v=2"></script>
|
||||
{{template "base/footer" .}}
|
||||
|
||||
@@ -57,6 +57,10 @@ spec:
|
||||
value: "false"
|
||||
- name: GITEA__openid__ENABLE_OPENID_SIGNUP
|
||||
value: "false"
|
||||
- name: GITEA__ui__DEFAULT_THEME
|
||||
value: "gitea-dark"
|
||||
- name: GITEA__ui__THEMES
|
||||
value: "gitea-dark"
|
||||
volumeMounts:
|
||||
- name: gitea-data
|
||||
mountPath: /data
|
||||
|
||||
Reference in New Issue
Block a user