Update terraform/authentik/proxy-apps.tfvars
This commit is contained in:
@@ -206,5 +206,22 @@ EOT
|
|||||||
create_group = true
|
create_group = true
|
||||||
access_groups = ["admins"]
|
access_groups = ["admins"]
|
||||||
}
|
}
|
||||||
|
"remnawave" = {
|
||||||
|
name = "RemnaWave"
|
||||||
|
slug = "remnawave"
|
||||||
|
group = "Tools"
|
||||||
|
external_host = "https://rw.hexor.cy"
|
||||||
|
internal_host = "https://remnawave.remnawave.svc:3000"
|
||||||
|
internal_host_ssl_validation = false
|
||||||
|
meta_description = ""
|
||||||
|
skip_path_regex = <<-EOT
|
||||||
|
/api/sub/
|
||||||
|
EOT
|
||||||
|
meta_icon = "https://camo.githubusercontent.com/0fbcff9dfaebb0363774139d00ef58d7f128eed3ddabaaf2bf7d18b68fd296a1/68747470733a2f2f63646e2e72656d6e612e73742f6c6f676f732f6c6f676f2e737667"
|
||||||
|
mode = "proxy"
|
||||||
|
outpost = "kubernetes-outpost"
|
||||||
|
create_group = true
|
||||||
|
access_groups = ["admins"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user