From 943a5f4d8fc59ccff536ca91652859624edfc156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:19:15 +0200 Subject: [PATCH] Authelia: Fix the URL of the container (#5064) * Update authelia.sh * Update authelia.json --- ct/authelia.sh | 2 +- frontend/public/json/authelia.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/authelia.sh b/ct/authelia.sh index 64123b767..2ab3bce03 100644 --- a/ct/authelia.sh +++ b/ct/authelia.sh @@ -55,4 +55,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:9091${CL}" +echo -e "${TAB}${GATEWAY}${BGN}https://YOUR_AUTHELIA_URL${CL}" diff --git a/frontend/public/json/authelia.json b/frontend/public/json/authelia.json index 62af2fcdf..e94491c0d 100644 --- a/frontend/public/json/authelia.json +++ b/frontend/public/json/authelia.json @@ -8,7 +8,7 @@ "type": "ct", "updateable": true, "privileged": false, - "interface_port": 9091, + "interface_port": 443, "documentation": "https://www.authelia.com/integration/deployment/bare-metal/", "website": "https://www.authelia.com/", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/authelia.webp",