CT Duplicati & Jellyfin: Fixes for upgrade to Debian 13

- Duplicati: Fixed curl commands  and  migrated install to deb package
- Jellyfin: Install failed due to 'missing'  libjemalloc,  this  will now be installed earlier in the process
This commit is contained in:
2025-10-25 19:01:24 +02:00
parent 1e559cbb22
commit 9e8acf8144
8 changed files with 31 additions and 77 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
duplicati-server-util --server-datafolder /var/lib/Duplicati change-password
systemctl stop duplicati
echo "SETTINGS_ENCRYPTION_KEY=\"$(openssl rand -hex 32)\"" >> /etc/default/duplicati
systemctl daemon-reload
systemctl start duplicati