formula-apt-cacher/apt-cacher/ng/files/security.conf
Alexander Weidinger 7714f45b2f Revert "Drop default AdminAuth"
This reverts commit e4d1e7de10.
Sry, I was on the wrong branch.
2018-04-27 13:08:19 +02:00

13 lines
525 B
Plaintext

# This file contains confidential data and should be protected with file
# permissions from being read by untrusted users.
#
# NOTE: permissions are fixated with dpkg-statoverride on Debian systems.
# Read its manual page for details.
# Basic authentication with username and password, required to
# visit pages with administrative functionality. Format: username:password
{% from "apt-cacher/ng/map.jinja" import apt_cacher_ng with context %}
AdminAuth: {{ apt_cacher_ng.admin_account }}:{{ apt_cacher_ng.admin_passwd }}