netbox HTTPS instead http

This commit is contained in:
CanbiZ 2024-12-07 11:41:13 +01:00 committed by GitHub
parent f6604e09d4
commit f107a60062
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,4 +87,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}${CL}"
echo -e "${TAB}${GATEWAY}${BGN}https://${IP}${CL}"