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

16 lines
450 B
INI
Raw Normal View History

2021-04-22 11:19:15 +02:00
# host from ssh configuration which logs in
# as correct user to have write access to
# 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
#
# Some variables for index.html generation
#
HTML_TITLE='privacy1st.de Arch Packages'
HTML_HEADING='My personalized Arch Packages'
HTML_LINK_SRC='https://codeberg.org/privacy1st/arch'