blob: e172d7daea21dc1c70572a87f415030e8cd96a2a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
---
# apt_cacher_ng_storage:
# type: ...
# apt_cacher_ng_hostname: apt.example.com
# apt_cacher_ng_remaps:
# debrep:
# path: /debian
# backends:
# - http://deb.debian.org/debian
# debsec:
# path: /debian-security
# backends:
# - http://security.debian.org
# uburep:
# path: /ubuntu
# backends:
# - http://archive.ubuntu.com/ubuntu
# apt_cacher_ng_admin_auth:
# username: admin
# password: secret
|