Authelia: Fix the URL of the container (#5064)

* Update authelia.sh

* Update authelia.json
This commit is contained in:
Slaviša Arežina
2025-06-09 09:19:15 +02:00
committed by GitHub
parent 4efa882558
commit 943a5f4d8f
2 changed files with 2 additions and 2 deletions

View File

@ -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}"