* feat(apt-cacher-ng): move to stable and add docs * chore(orbital-sync): update image ref
313 B
313 B
How-To
To start using Apt-Cacher NG on your Debian (Based) host, create the
configuration file /etc/apt/apt.conf.d/01proxy with the following content:
Acquire::HTTP::Proxy "http://SERVER.IP:3142";
Acquire::HTTPS::Proxy "false";
Don't forget to replace
SERVER.IPwith your actual server IP.