hledger-web: init

This commit is contained in:
2026-07-24 11:17:01 +02:00
parent 8c9e85ce3e
commit 57f34131c5
2 changed files with 27 additions and 0 deletions
+12
View File
@@ -48,6 +48,7 @@ apt install -y \
ufw \
unattended-upgrades \
unzip \
hledger-web \
vim
################################################################################
@@ -173,6 +174,17 @@ sleep 1
mountpoint /mnt/kdrive
ls /mnt/kdrive
###############################################################################
# hledger-web
##############################################################################
step "Initializing hledger-web"
cp systemd/hledger-web.service \
/etc/systemd/system/
systemctl daemon-reload
systemctl enable --now hledger-web
################################################################################
# ArchiveBox
################################################################################