Added wiki generator
All checks were successful
Terraform / Terraform (push) Successful in 33s

This commit is contained in:
AB from home.homenet
2025-09-16 16:24:30 +03:00
parent 4b6090910c
commit 18a9bfa22a
2 changed files with 31 additions and 12 deletions

View File

@@ -99,13 +99,14 @@ output "applications_for_wiki" {
value = {
proxy_apps = {
for k, v in var.proxy_applications : k => {
name = v.name
type = "Proxy"
url = v.external_host
group = v.group
description = v.meta_description
icon = v.meta_icon
slug = v.slug
name = v.name
type = "Proxy"
url = v.external_host
internal_url = v.internal_host
group = v.group
description = v.meta_description
icon = v.meta_icon
slug = v.slug
}
}
oauth_apps = {