Pavel Cizinsky | e267787 | 2017-01-31 22:09:12 +0100 | [diff] [blame^] | 1 | |
2 | ============= | ||||
3 | apt-cacher-ng | ||||
4 | ============= | ||||
5 | |||||
6 | Apt-Cacher NG is a caching HTTP proxy intended for use with download clients of system distribution's package managers. | ||||
7 | |||||
8 | Sample pillars | ||||
9 | ============== | ||||
10 | |||||
11 | Single apt-cacher service | ||||
12 | |||||
13 | .. code-block:: yaml | ||||
14 | |||||
15 | apt-cacher: | ||||
16 | server: | ||||
17 | enabled: true | ||||
18 | bind: | ||||
19 | address: 0.0.0.0 | ||||
20 | port: 3142 | ||||
21 | |||||
22 | Read more | ||||
23 | ========= | ||||
24 | |||||
25 | * https://www.unix-ag.uni-kl.de/~bloch/acng/ |