From c60e9f71cac82c9ab5db6551c97c126424a8303d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Tue, 17 Sep 2024 10:56:57 +0200 Subject: [PATCH] chore: add netbird authentik icon --- tofu/authentik/main.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tofu/authentik/main.tf b/tofu/authentik/main.tf index 758176a..72321c7 100644 --- a/tofu/authentik/main.tf +++ b/tofu/authentik/main.tf @@ -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" }