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"