Dosyaya git
Giles Bradshaw 62b3c5cbd5 chore(release): 1.0.0 2020-08-11 17:36:03 +01:00
.gitignore ci: package.json and release 2020-08-11 17:35:27 +01:00
.versionrc ci: package.json and release 2020-08-11 17:35:27 +01:00
CHANGELOG.md chore(release): 1.0.0 2020-08-11 17:36:03 +01:00
Dockerfile ci: package.json and release 2020-08-11 17:35:27 +01:00
Makefile added makefile 2014-08-18 19:26:42 +03:00
README.md ci: package.json and release 2020-08-11 17:35:27 +01:00
extra-sources.acl Update extra-sources.acl 2014-08-19 13:34:35 +03:00
package.json ci: package.json and release 2020-08-11 17:35:27 +01:00
start.sh Add avahi process, log squid3 to stdout. 2014-12-16 23:02:16 -05:00
yarn.lock ci: package.json and release 2020-08-11 17:35:27 +01:00

README.md

This is a direct copy of https://github.com/mikepurvis/squid-deb-proxy

It's been copied to push to docker hub with tags rather than just using "latest" so clients can control the version which is pulled.

squid-deb-proxy Docker container

![Gitter](https://badges.gitter.im/Join Chat.svg)

squid-deb-proxy provides an easy wrapper over squid3 to enable package proxy caching for your organisation/LAN.

This Docker container image allows most (if not all) non-routeable LAN subnets and caches from sources found under extra-sources.acl

Usage:

  • On Server / Host:

docker run --name proxy --rm -v /path/to/cachedir:/cachedir -p PORT:8000 pmoust/squid-deb-proxy &

  • On a node
apt-get install squid-deb-proxy-client
echo 'Acquire::http::Proxy "http://HOST_IP:PORT";' > /etc/apt/apt.conf.d/30autoproxy