From 5659e4455bbd3cb8714cfb32fca04b1223c59f03 Mon Sep 17 00:00:00 2001 From: ab Date: Sun, 19 Oct 2025 11:28:03 +0000 Subject: [PATCH] Update terraform/authentik/proxy-apps.tfvars --- terraform/authentik/proxy-apps.tfvars | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/terraform/authentik/proxy-apps.tfvars b/terraform/authentik/proxy-apps.tfvars index 82a4b03..4c61148 100644 --- a/terraform/authentik/proxy-apps.tfvars +++ b/terraform/authentik/proxy-apps.tfvars @@ -81,6 +81,23 @@ EOT access_groups = ["admins"] } + "outfleet-rs" = { + name = "OutFleet" + slug = "outfleet-rs" + group = "Tools" + external_host = "https://vpn.hexor.cy" + internal_host = "http://outfleet-rs.vpn.svc" + internal_host_ssl_validation = false + meta_description = "" + skip_path_regex = <<-EOT +/sub/ +EOT + meta_icon = "https://img.icons8.com/?size=100&id=fqAD3lAB6zTe&format=png&color=000000" + mode = "proxy" + outpost = "kubernetes-outpost" + create_group = true + access_groups = ["admins"] + } "qbittorrent" = { name = "qBittorent" slug = "qbittorent"