Adds immich, puts redis/database on NVME, uses postgres for wallabag and nextcloud, adds backup services

This commit is contained in:
2025-11-15 08:56:05 +01:00
parent 7b21388adc
commit e552750f66
36 changed files with 158 additions and 81 deletions

View File

@@ -0,0 +1,6 @@
[Unit]
Description=Backups the paperless database
[Service]
Type=oneshot
ExecStart=/opt/bin/backup-postgres.sh

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Timer for the backup-database service
[Timer]
OnCalendar=12:00:00
Persistent=true
Unit=backup-database.service
[Install]
WantedBy=timers.target