From f2d1ca82db6ce1fb0d6b0f6947016c9a430ade99 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Mon, 18 May 2026 14:03:47 +0200 Subject: [PATCH] fix(invidious): correct access URL port from 8086 to 3000 --- ct/invidious.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/invidious.sh b/ct/invidious.sh index b856e504..33ab533d 100644 --- a/ct/invidious.sh +++ b/ct/invidious.sh @@ -78,4 +78,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}:8086${CL}" +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3000${CL}"