mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-27 15:26:41 +00:00
generate traefik config for maintenance ui
This commit is contained in:
@@ -23,6 +23,7 @@ import { initCleanup } from "#dynamic/cleanup";
|
||||
import license from "#dynamic/license/license";
|
||||
import { initLogCleanupInterval } from "@server/lib/cleanupLogs";
|
||||
import { fetchServerIp } from "@server/lib/serverIpService";
|
||||
import { startMaintenanceServer } from "./lib/traefik/maintenance-server.js";
|
||||
|
||||
async function startServers() {
|
||||
await setHostMeta();
|
||||
@@ -55,6 +56,8 @@ async function startServers() {
|
||||
integrationServer = createIntegrationApiServer();
|
||||
}
|
||||
|
||||
startMaintenanceServer();
|
||||
|
||||
await initCleanup();
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user