mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
50 lines
761 B
INI
50 lines
761 B
INI
[settings]
|
|
include = /etc/ahriman.ini.d
|
|
logging = /etc/ahriman.ini.d/logging.ini
|
|
|
|
[alpm]
|
|
aur_url = https://aur.archlinux.org
|
|
database = /var/lib/pacman
|
|
repositories = core extra community multilib
|
|
root = /
|
|
|
|
[auth]
|
|
enabled = no
|
|
|
|
[build]
|
|
archbuild_flags =
|
|
build_command = extra-x86_64-build
|
|
ignore_packages =
|
|
makechrootpkg_flags =
|
|
makepkg_flags =
|
|
|
|
[repository]
|
|
name = aur-clone
|
|
root = /var/lib/ahriman
|
|
|
|
[sign]
|
|
target =
|
|
|
|
[report]
|
|
target =
|
|
|
|
[email]
|
|
no_empty_report = yes
|
|
template_path = /usr/share/ahriman/repo-index.jinja2
|
|
ssl = disabled
|
|
|
|
[html]
|
|
template_path = /usr/share/ahriman/repo-index.jinja2
|
|
|
|
[upload]
|
|
target =
|
|
|
|
[rsync]
|
|
command = rsync --archive --compress --partial --delete
|
|
|
|
[s3]
|
|
chunk_size = 8388608
|
|
|
|
[web]
|
|
host = 127.0.0.1
|
|
templates = /usr/share/ahriman |