Skip to content

Commit 943a5f4

Browse files
authored
Authelia: Fix the URL of the container (#5064)
* Update authelia.sh * Update authelia.json
1 parent 4efa882 commit 943a5f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ct/authelia.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ description
5555
msg_ok "Completed Successfully!\n"
5656
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
5757
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
58-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:9091${CL}"
58+
echo -e "${TAB}${GATEWAY}${BGN}https://YOUR_AUTHELIA_URL${CL}"

frontend/public/json/authelia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "ct",
99
"updateable": true,
1010
"privileged": false,
11-
"interface_port": 9091,
11+
"interface_port": 443,
1212
"documentation": "https://www.authelia.com/integration/deployment/bare-metal/",
1313
"website": "https://www.authelia.com/",
1414
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/authelia.webp",

0 commit comments

Comments
 (0)