diff --git a/terraform/authentik/proxy-apps.tfvars b/terraform/authentik/proxy-apps.tfvars index b995698..ee273f2 100644 --- a/terraform/authentik/proxy-apps.tfvars +++ b/terraform/authentik/proxy-apps.tfvars @@ -129,12 +129,12 @@ EOT access_groups = ["admins"] } - "syncthing-master" = { - name = "Syncthing-master" - slug = "syncthing-master" + "syncthing-router" = { + name = "Syncthing" + slug = "syncthing" group = "Media and Storage" external_host = "https://ss.hexor.cy" - internal_host = "https://syncthing-master.syncthing.svc:8384" + internal_host = "https://syncthing-router.syncthing.svc:80" internal_host_ssl_validation = false meta_description = "" meta_icon = "https://img.icons8.com/?size=100&id=Id4NcEcXcYzF&format=png&color=000000"