move rsync and s3 options to configuration

This commit is contained in:
2021-03-30 02:38:18 +03:00
parent 7280d30748
commit bd2b61494f
5 changed files with 10 additions and 18 deletions

View File

@ -21,7 +21,6 @@ root = /var/lib/ahriman
[sign]
target =
key =
[report]
target =
@ -36,10 +35,12 @@ template_path = ../web/templates/repo-index.jinja2
target =
[rsync]
command = rsync --archive --verbose --compress --partial --delete
remote =
[s3]
bucket =
command = aws s3 sync --quiet --delete
[web]
templates = ../web/templates