peter21581 / docker-squidmin-all-in-one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-squidmin-all-in-one

Requirements

  • docker
  • docker-compose

Ubuntu 22.04 LTS Install

apt update
apt upgrade -y
apt install apt-transport-https ca-certificates curl software-properties-common wget vim nano make cmake git -y
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"
apt-cache policy docker-ce
apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-compose -y
systemctl status docker
docker --version
docker-compose --version

Setup

git clone https://github.com/peter21581/docker-squidmin-all-in-one
cd docker-squidmin-all-in-one
git clone https://github.com/peter21581/squid-db-auth-web src
git clone https://github.com/peter21581/squid-db-auth-ip infra/docker/squid/external_module/squid-db-auth-ip
make init
make fresh

Modifiled

  • Dockers IP range: 172.19.0.0/24
  • MySQL IP: 172.19.0.5 (Only local)
  • Squid Proxy Port: 443

About

License:Apache License 2.0


Languages

Language:Makefile 59.6%Language:Dockerfile 40.4%