feat(settings): update settings support configuration sub-routes, ACL, and SSH, third-party domain (#1136)

* feat(settings): add entrance endpoint url & fix WebSocket keep-alive

* feat: update settings system page support VPN config

* feat:  settings supports custom third-party domain

* feat: ts routes

---------

Co-authored-by: hys <hysyeah@gmail.com>
This commit is contained in:
wiy
2025-03-28 21:30:10 +08:00
committed by GitHub
parent fa740be863
commit 5632fa37a4
3 changed files with 8 additions and 4 deletions

View File

@@ -251,7 +251,7 @@ spec:
- mountPath: /www
name: www-dir
- name: settings-init
image: beclab/settings:v0.2.14
image: beclab/settings:v0.2.17
imagePullPolicy: IfNotPresent
command:
- /bin/sh
@@ -381,7 +381,7 @@ spec:
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
- name: settings-server
image: beclab/settings-server:v0.2.12
image: beclab/settings-server:v0.2.17
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000