mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
feat(modules): retrieve nginx modules status
This commit is contained in:
parent
5b0cbf98e1
commit
adf6f80061
12 changed files with 292 additions and 34 deletions
|
@ -19,6 +19,7 @@ import (
|
|||
"github.com/0xJacky/Nginx-UI/internal/helper"
|
||||
"github.com/0xJacky/Nginx-UI/internal/mcp"
|
||||
"github.com/0xJacky/Nginx-UI/internal/passkey"
|
||||
"github.com/0xJacky/Nginx-UI/internal/self_check"
|
||||
"github.com/0xJacky/Nginx-UI/internal/validation"
|
||||
"github.com/0xJacky/Nginx-UI/model"
|
||||
"github.com/0xJacky/Nginx-UI/query"
|
||||
|
@ -43,6 +44,7 @@ func Boot(ctx context.Context) {
|
|||
InitNodeSecret,
|
||||
InitCryptoSecret,
|
||||
validation.Init,
|
||||
self_check.Init,
|
||||
func() {
|
||||
InitDatabase(ctx)
|
||||
cache.Init(ctx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue