arch/pkg/de-p1st-repo/arch-repo.cfg

16 lines
452 B
INI
Raw Normal View History

2021-05-13 17:14:49 +02:00
# Host from ssh configuration which logs in
2021-04-22 11:19:15 +02:00
# as correct user to have write access to
2021-05-13 17:14:49 +02:00
# REMOTE_PKG_DIR.
2021-04-22 11:06:27 +02:00
REMOTE_SSH_HOST=rootnas
2021-04-22 11:19:15 +02:00
2021-05-13 15:57:01 +02:00
LOCAL_PKG_DIRS=('/home/custompkgs' '/home/yoda/Downloads/git/arch/out')
2021-04-22 11:06:27 +02:00
REMOTE_PKG_DIR=/mnt/data/live/arch-repo
2021-04-26 18:25:29 +02:00
REMOTE_DB_NAME=de-p1st
#
2021-05-13 17:14:49 +02:00
# Some variables for index.html generation.
2021-04-26 18:25:29 +02:00
#
HTML_TITLE='privacy1st.de Arch Packages'
HTML_HEADING='My personalized Arch Packages'
HTML_LINK_SRC='https://codeberg.org/privacy1st/arch'