chore: add netbird authentik icon
Some checks failed
checks / k8s (push) Successful in 35s
checks / pre-commit (push) Successful in 1m0s
checks / tflint (push) Successful in 27s
OpenTofu deployments / adguard (push) Successful in 36s
OpenTofu deployments / authentik (push) Failing after 3h0m50s

This commit is contained in:
cătălin 2024-09-17 10:56:57 +02:00
commit c60e9f71ca
No known key found for this signature in database

View file

@ -136,7 +136,7 @@ module "lidarr" {
app_name = "Lidarr"
app_slug = "lidarr"
app_access_group_id = authentik_group.admins.id
app_url = "https://radarr.fukurokuju.dev"
app_url = "https://lidarr.fukurokuju.dev"
internal_host = "http://192.168.1.3:38010/"
internal_host_ssl_validation = false
app_icon = "https://lidarr.audio/img/background/logo.png"
@ -159,4 +159,5 @@ module "netbird" {
extra_property_mappings = [
"goauthentik.io/providers/oauth2/scope-authentik_api"
]
app_icon = "https://vpn.fukurokuju.dev/apple-icon.png"
}