mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
fix: pass context to cert and cache
This commit is contained in:
parent
910a2efbd9
commit
0162e10c53
7 changed files with 68 additions and 35 deletions
|
@ -38,7 +38,9 @@ func Boot(ctx context.Context) {
|
|||
InitNodeSecret,
|
||||
InitCryptoSecret,
|
||||
validation.Init,
|
||||
cache.Init,
|
||||
func() {
|
||||
cache.Init(ctx)
|
||||
},
|
||||
CheckAndCleanupOTAContainers,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue