TF fmt
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Keycloak Terraform / Terraform (push) Successful in 27s

This commit is contained in:
Ultradesu
2026-07-30 16:39:52 +01:00
parent 99a69257e6
commit a28fed03ed
+5 -1
View File
@@ -20,6 +20,10 @@ proxy_applications = {
domain = "prom.hexor.cy" domain = "prom.hexor.cy"
allowed_groups = ["hexor-admin"] allowed_groups = ["hexor-admin"]
} }
FireflyImporter = {
domain = "import.hexor.cy"
allowed_groups = ["hexor-admin"]
}
} }
oauth2_applications = { oauth2_applications = {
@@ -70,7 +74,7 @@ oauth2_applications = {
post_logout_redirect_uris = ["https://docs.hexor.cy/*"] post_logout_redirect_uris = ["https://docs.hexor.cy/*"]
} }
Immich = { Immich = {
redirect_uris = [ redirect_uris = [
"https://photos.hexor.cy/auth/login", "https://photos.hexor.cy/auth/login",
"https://photos.hexor.cy/user-settings", "https://photos.hexor.cy/user-settings",
"app.immich:///oauth-callback", "app.immich:///oauth-callback",