feat: discover external gateway domains

This commit is contained in:
2026-04-29 15:34:48 +00:00
parent 452aaa3862
commit 4eba247472
2 changed files with 72 additions and 1 deletions
+1
View File
@@ -137,6 +137,7 @@ export class Cloudly {
await this.deploymentManager.start();
await this.taskManager.init();
await this.registryManager.start();
await this.domainManager.init();
await this.cloudflareConnector.init();
await this.letsencryptConnector.init();