This commit is contained in:
2023-09-21 12:44:34 +02:00
parent 287b4b8caa
commit cfed1eb857
23 changed files with 1009 additions and 780 deletions

View File

@@ -60,6 +60,7 @@ resource "authentik_provider_proxy" "prj_forward" {
resource "authentik_application" "prj_application" {
name = "${var.component}"
slug = "${var.component}-${var.instance}"
group = var.app-group
protocol_provider = authentik_provider_proxy.prj_forward.id
meta_launch_url = format("https://%s.%s", var.sub-domain, var.domain-name)
meta_icon = format("https://%s.%s/%s", var.sub-domain, var.domain-name, local.app-icon)

View File

@@ -6,11 +6,6 @@ metadata:
name: traefik-ui
description: Access to the Traefik UI
options:
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
ingress-class:
default: traefik
examples:
@@ -31,6 +26,16 @@ options:
examples:
- your-company
type: string
app-group:
default: infra
examples:
- infra
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
dependencies:
- dist: null
category: share