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