mirror of
https://github.com/tale/headplane.git
synced 2026-08-13 07:06:51 +00:00
fix: allow hostname passthrough for hono node
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { HeadplaneConfig } from '~/server/config/schema';
|
||||
import log from '~/utils/log';
|
||||
import { hp_getConfig } from '~server/context/global';
|
||||
import type { HeadplaneConfig } from '~server/context/parser';
|
||||
import { Integration } from './abstract';
|
||||
// import dockerIntegration from './docker';
|
||||
// import kubernetesIntegration from './kubernetes';
|
||||
@@ -66,5 +65,5 @@ function getIntegration(integration: HeadplaneConfig['integration']) {
|
||||
|
||||
// IMPORTANT THIS IS A SIDE EFFECT ON INIT
|
||||
// TODO: Switch this to the new singleton system
|
||||
const context = hp_getConfig();
|
||||
// const context = hp_getConfig();
|
||||
// hp_loadIntegration(context.integration);
|
||||
|
||||
Reference in New Issue
Block a user