mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
85 lines
1.7 KiB
INI
85 lines
1.7 KiB
INI
[settings]
|
|
include = ahriman.ini.d
|
|
logging = ahriman.ini.d/logging.ini
|
|
apply_migrations = yes
|
|
database = /var/lib/ahriman/ahriman.db
|
|
|
|
[alpm]
|
|
database = /var/lib/pacman
|
|
mirror = https://geo.mirror.pkgbuild.com/$repo/os/$arch
|
|
repositories = core extra multilib
|
|
root = /
|
|
use_ahriman_cache = yes
|
|
|
|
[auth]
|
|
target = disabled
|
|
max_age = 604800
|
|
oauth_provider = GoogleClient
|
|
oauth_scopes = https://www.googleapis.com/auth/userinfo.email
|
|
allow_read_only = yes
|
|
|
|
[build]
|
|
archbuild_flags =
|
|
ignore_packages =
|
|
makechrootpkg_flags =
|
|
makepkg_flags = --nocolor --ignorearch
|
|
triggers = ahriman.core.gitremote.RemotePullTrigger ahriman.core.report.ReportTrigger ahriman.core.upload.UploadTrigger ahriman.core.gitremote.RemotePushTrigger
|
|
triggers_known = ahriman.core.gitremote.RemotePullTrigger ahriman.core.gitremote.RemotePushTrigger ahriman.core.report.ReportTrigger ahriman.core.upload.UploadTrigger ahriman.core.support.KeyringTrigger ahriman.core.support.MirrorlistTrigger
|
|
vcs_allowed_age = 604800
|
|
|
|
[repository]
|
|
root = /var/lib/ahriman
|
|
|
|
[sign]
|
|
target =
|
|
|
|
[keyring]
|
|
target =
|
|
|
|
[mirrorlist]
|
|
target =
|
|
|
|
[remote-pull]
|
|
target =
|
|
|
|
[remote-push]
|
|
target =
|
|
|
|
[report]
|
|
target = console
|
|
|
|
[console]
|
|
use_utf = yes
|
|
|
|
[email]
|
|
no_empty_report = yes
|
|
template = email-index.jinja2
|
|
templates = /usr/share/ahriman/templates
|
|
ssl = disabled
|
|
|
|
[html]
|
|
template = repo-index.jinja2
|
|
templates = /usr/share/ahriman/templates
|
|
|
|
[status]
|
|
enabled = yes
|
|
suppress_http_log_errors = yes
|
|
|
|
[telegram]
|
|
template = telegram-index.jinja2
|
|
templates = /usr/share/ahriman/templates
|
|
|
|
[upload]
|
|
target =
|
|
|
|
[rsync]
|
|
command = rsync --archive --compress --partial --delete
|
|
|
|
[s3]
|
|
chunk_size = 8388608
|
|
|
|
[web]
|
|
host = 127.0.0.1
|
|
static_path = /usr/share/ahriman/templates/static
|
|
templates = /usr/share/ahriman/templates
|
|
unix_socket_unsafe = yes |