/etc/mirrorkit.conf is in mirrorkit 0.2.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | [global]
# Destination path for the mirror (mandatory)
publish_path = /var/lib/mirrorkit/www/
# Destination path for the html log files (optional)
log_path = /var/lib/mirrorkit/www/logs/
# Path of the html template for the logs (mandatory if log_path is set)
log_template_path = /usr/share/mirrorkit/log.html.tpl
# Path to the mirror relative to the http server root (optional, default to /)
http_base = /
# Path to the auto-generated apache configuration file (optional)
apache_conf_path = /etc/apache2/conf-available/mirrorkit.conf
# List of mirrors that are enabled (optional, off if empty)
# mirrors = ubuntu, ubuntu-ports
# [ubuntu]
# source = http://archive.ubuntulinux.org/ubuntu
# pockets = trusty, trusty-updates, trusty-security
# components = main, restricted, universe, multiverse
# sub-components = i18n, debian-installer
# architectures = i386, amd64
# sources = true
# [ubuntu-ports]
# source = http://ports.ubuntulinux.org/ubuntu-ports
# pockets = trusty, trusty-updates, trusty-security
# components = main, restricted, universe, multiverse
# sub-components = i18n, debian-installer
# architectures = armhf
# sources = false
|