feat(admin-ui): add configurable Admin UI domain routing

This commit is contained in:
2026-05-24 14:46:35 +00:00
parent a86d83f835
commit d91fda084b
11 changed files with 551 additions and 38 deletions
+1
View File
@@ -280,6 +280,7 @@ export interface ISetting {
// Application settings
export interface IAppSettings {
serverIP?: string;
adminUiDomain?: string;
cloudflareToken?: string;
cloudflareZoneId?: string;
dcrouterMode?: 'managed' | 'external' | 'disabled';