Add glance stack

This commit is contained in:
Daniel Cosme
2026-05-07 11:51:35 -04:00
parent 9ed2e10454
commit 58c733260f
11 changed files with 160 additions and 1 deletions

View File

@@ -43,6 +43,16 @@ var Immich = Service{
},
}
var Glance = Service{
Name: "glance",
Image: "",
Port: 0, // Server Port
// Public: &Public{
// URL: "https://photos.danicos.me",
// NodePort: 30011,
// },
}
var (
Longhorn = "longhorn"
Monitoring = "monitoring"