mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 07:17:17 +00:00
65 lines
1.2 KiB
INI
65 lines
1.2 KiB
INI
[settings]
|
|
include = ahriman.ini.d
|
|
logging = ahriman.ini.d/logging.ini
|
|
database = /var/lib/ahriman/ahriman.db
|
|
|
|
[alpm]
|
|
database = /var/lib/pacman
|
|
repositories = core extra community multilib
|
|
root = /
|
|
|
|
[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 =
|
|
build_command = extra-x86_64-build
|
|
ignore_packages =
|
|
makechrootpkg_flags =
|
|
makepkg_flags = --nocolor --ignorearch
|
|
triggers = ahriman.core.report.ReportTrigger ahriman.core.upload.UploadTrigger
|
|
|
|
[repository]
|
|
name = aur-clone
|
|
root = /var/lib/ahriman
|
|
|
|
[sign]
|
|
target =
|
|
|
|
[report]
|
|
target = console
|
|
|
|
[console]
|
|
use_utf = yes
|
|
|
|
[email]
|
|
no_empty_report = yes
|
|
template_path = /usr/share/ahriman/templates/email-index.jinja2
|
|
ssl = disabled
|
|
|
|
[html]
|
|
template_path = /usr/share/ahriman/templates/repo-index.jinja2
|
|
|
|
[telegram]
|
|
template_path = /usr/share/ahriman/templates/telegram-index.jinja2
|
|
|
|
[upload]
|
|
target =
|
|
|
|
[rsync]
|
|
command = rsync --archive --compress --partial --delete
|
|
|
|
[s3]
|
|
chunk_size = 8388608
|
|
|
|
[web]
|
|
debug = no
|
|
debug_check_host = no
|
|
debug_allowed_hosts =
|
|
host = 127.0.0.1
|
|
static_path = /usr/share/ahriman/templates/static
|
|
templates = /usr/share/ahriman/templates |