Adds firefly and homebox, replaces nginx-proxy/acme-companion with acme
This commit is contained in:
@@ -6,7 +6,7 @@ setsebool -P openvpn_run_unconfined on
|
||||
semanage fcontext -a -t container_file_t "/mnt/nas(/.*)?"
|
||||
restorecon -vR /mnt/nas
|
||||
|
||||
users=("gitea" "homeassistant" "immich" "jdownloader" "kiwix" "komga" "navidrome" "nextcloud" "nginx" "overleaf" "pairdrop" "paperless" "pihole" "qbittorrent" "synapse" "wallabag")
|
||||
users=("firefly" "gitea" "homeassistant" "homebox" "immich" "firefly" "jdownloader" "kiwix" "komga" "navidrome" "nextcloud" "nexus" "nginx" "overleaf" "pairdrop" "paperless" "pihole" "qbittorrent" "synapse" "vikunja" "wallabag")
|
||||
for user in "${users[@]}"; do
|
||||
chown -R "${user}:${user}" "/var/home/${user}"
|
||||
secrets_file="/var/home/${user}/.secrets"
|
||||
@@ -29,11 +29,15 @@ systemctl --user -M "nextcloud@" enable "pre-generate-preview.timer"
|
||||
systemctl --user -M "pihole@" enable "update-hints.timer"
|
||||
systemctl --user -M "pihole@" enable "update-root.timer"
|
||||
|
||||
systemctl --user -M "firefly@" enable "backup-database.timer"
|
||||
systemctl --user -M "gitea@" enable "backup-database.timer"
|
||||
systemctl --user -M "homebox@" enable "backup-database.timer"
|
||||
systemctl --user -M "immich@" enable "backup-database.timer"
|
||||
systemctl --user -M "nextcloud@" enable "backup-database.timer"
|
||||
systemctl --user -M "nexus@" enable "backup-database.timer"
|
||||
systemctl --user -M "paperless@" enable "backup-database.timer"
|
||||
systemctl --user -M "synapse@" enable "backup-database.timer"
|
||||
systemctl --user -M "vikunja@" enable "backup-database.timer"
|
||||
systemctl --user -M "wallabag@" enable "backup-database.timer"
|
||||
|
||||
systemctl enable --now "podman-auto-update.timer" || true
|
||||
|
||||
Reference in New Issue
Block a user