Simplify squid.sh by removing proxy user instructions

Removed instructions for adding a proxy user inside the container.
This commit is contained in:
CanbiZ (MickLesk)
2026-07-09 22:46:45 +02:00
committed by GitHub
parent e39e813436
commit 66fd5608c4
-2
View File
@@ -51,5 +51,3 @@ msg_ok "Completed successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW} Proxy endpoint:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}${IP}:3128${CL}"
echo -e "${INFO}${YW} Add a proxy user inside the container with:${CL}"
echo -e "${TAB}${BGN}htpasswd /etc/squid/passwords <username>${CL}"