fix: fix integrations not loading
This commit is contained in:
parent
d5fb8a2966
commit
1fb084451d
12 changed files with 184 additions and 202 deletions
|
|
@ -8,6 +8,12 @@ many side-effects (in this case, importing a module may run code).
|
|||
server
|
||||
├── index.ts: Loads everything and starts the web server.
|
||||
├── config/
|
||||
│ ├── integration/
|
||||
│ │ ├── abstract.ts: Defines the abstract class for integrations.
|
||||
│ │ ├── docker.ts: Contains the Docker integration.
|
||||
│ │ ├── index.ts: Determines the correct integration to use (if any).
|
||||
│ │ ├── kubernetes.ts: Contains the Kubernetes integration.
|
||||
│ │ ├── proc.ts: Contains the Proc integration.
|
||||
│ ├── env.ts: Checks the environment variables for custom overrides.
|
||||
│ ├── loader.ts: Checks the configuration file and coalesces with ENV.
|
||||
│ ├── schema.ts: Defines the schema for the Headplane configuration.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue