feat(apt-cacher-ng): move to stable and add docs (#3707)

* feat(apt-cacher-ng): move to stable and add docs

* chore(orbital-sync): update image ref
This commit is contained in:
Stavros Kois
2022-09-06 00:52:24 +03:00
committed by GitHub
parent f5e7d2824e
commit d833fa650a
12 changed files with 52 additions and 39 deletions
@@ -0,0 +1,11 @@
# 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:
```conf
Acquire::HTTP::Proxy "http://SERVER.IP:3142";
Acquire::HTTPS::Proxy "false";
```
> Don't forget to replace `SERVER.IP` with your actual server IP.