From eca4ad0d1eee2c1d173d7462b6b3c60801373bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Tue, 10 Dec 2024 11:09:26 -0500 Subject: [PATCH] Change port value type to numeric --- json/authentik.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/authentik.json b/json/authentik.json index 2e436f5e..8b091892 100644 --- a/json/authentik.json +++ b/json/authentik.json @@ -8,7 +8,7 @@ "type": "ct", "updateable": true, "privileged": false, - "interface_port": "9000", + "interface_port": 9000, "documentation": "https://docs.goauthentik.io/docs/", "website": "https://goauthentik.io/", "logo": "https://github.com/goauthentik/authentik/blob/main/website/static/img/icon.png",