Post

Squid

Squid is a mature caching and forwarding proxy server that can operate as an authenticated HTTP forward proxy for outbound web traffic. This container deploys Squid with basic authentication, generated initial credentials, and a guided MOTD for simple user management.

Squid

Installation

Default install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/squid.sh)"
CPU: 1 cores RAM: 512 MB Disk: 4 GB OS: Debian 13

Configuration

Config file:

1
/etc/squid/squid.conf

Notes

Create a proxy user after installation with htpasswd /etc/squid/passwords </code>.</div> </div> ## Web Interface
Port: 3128
## Links - [Official Website](https://www.squid-cache.org/) - [Documentation](https://wiki.squid-cache.org/SquidFaq) ---
Source code
Loading...