mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
feat: upgrade frontend
Some checks failed
CodeQL / Analyze (go) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
Contributors / contributors (push) Waiting to run
Sync / sync-to-jihulab (push) Waiting to run
Run Tests / tests (macos) (push) Has been cancelled
Run Tests / tests (ubuntu) (push) Has been cancelled
Run Tests / tests (windows) (push) Has been cancelled
Some checks failed
CodeQL / Analyze (go) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
Contributors / contributors (push) Waiting to run
Sync / sync-to-jihulab (push) Waiting to run
Run Tests / tests (macos) (push) Has been cancelled
Run Tests / tests (ubuntu) (push) Has been cancelled
Run Tests / tests (windows) (push) Has been cancelled
This commit is contained in:
parent
f6683adb70
commit
992096b143
@ -45,8 +45,8 @@ func listConfig(c *gin.Context) (model.SettingResponse[any], error) {
|
|||||||
Oauth2Providers: config.Oauth2Providers,
|
Oauth2Providers: config.Oauth2Providers,
|
||||||
}
|
}
|
||||||
if authorized {
|
if authorized {
|
||||||
config.TLS = singleton.Conf.TLS
|
configForGuests.TLS = singleton.Conf.TLS
|
||||||
config.InstallHost = singleton.Conf.InstallHost
|
configForGuests.InstallHost = singleton.Conf.InstallHost
|
||||||
}
|
}
|
||||||
conf = model.SettingResponse[any]{
|
conf = model.SettingResponse[any]{
|
||||||
Config: configForGuests,
|
Config: configForGuests,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name: "OfficialAdmin"
|
name: "OfficialAdmin"
|
||||||
repository: "https://github.com/nezhahq/admin-frontend"
|
repository: "https://github.com/nezhahq/admin-frontend"
|
||||||
author: "nezhahq"
|
author: "nezhahq"
|
||||||
version: "v1.5.6"
|
version: "v1.5.7"
|
||||||
isadmin: true
|
isadmin: true
|
||||||
isofficial: true
|
isofficial: true
|
||||||
- path: "user-dist"
|
- path: "user-dist"
|
||||||
|
Loading…
Reference in New Issue
Block a user