mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
feat: add env for ignore docker socket check #1024
This commit is contained in:
parent
202ac03537
commit
5b0cbf98e1
21 changed files with 3155 additions and 2859 deletions
|
@ -51,10 +51,11 @@ func InitRouter() {
|
|||
{
|
||||
public.InitRouter(root)
|
||||
crypto.InitPublicRouter(root)
|
||||
user.InitAuthRouter(root)
|
||||
|
||||
system.InitPublicRouter(root)
|
||||
system.InitBackupRestoreRouter(root)
|
||||
system.InitSelfCheckRouter(root)
|
||||
user.InitAuthRouter(root)
|
||||
|
||||
// Authorization required and not websocket request
|
||||
g := root.Group("/", middleware.AuthRequired(), middleware.Proxy())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue