From f6f2d31b87b9b4a7d26da0a32e37a85558e75628 Mon Sep 17 00:00:00 2001 From: Hooverdan96 <35113775+Hooverdan96@users.noreply.github.com> Date: Sat, 14 Dec 2024 10:51:41 -0800 Subject: [PATCH 1/2] add db encryption key --- duplicati-lsio.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/duplicati-lsio.json b/duplicati-lsio.json index beeb4341..a6bb9f23 100644 --- a/duplicati-lsio.json +++ b/duplicati-lsio.json @@ -23,24 +23,29 @@ "environment": { "PUID": { "description": "Enter a valid UID of an existing user with permission to shares.", - "label": "PUID", + "label": "User PUID", "index": 1 }, "PGID": { - "description": "Enter a valid GID of an existing group with permission to shares.", + "description": "Enter a valid GID of an existing user group with permission to shares.", "label": "PGID", "index": 2 + }, + "SETTINGS_ENCRYPTION_KEY": { + "description": "Encryption key for settings database. Minimum 8 characters, alphanumeric.", + "label": "DB Encryption Key", + "index": 3 } } } }, "description":"Duplicati is a backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers.
Based on a custom docker image: https://hub.docker.com/r/linuxserver/duplicati, available for amd64 and arm64 architecture.
", - "more_info": "While Duplicati can be used to backup any Rockstor share, they must first be made accessible to this rock-on. To do so, simply open its settings (little wrench icon), then click on 'Add Storage' and add any share you would like to backup. See Rockstor documentation for instructions.
If you were using our previous Duplicati rock-on, it is possible to migrate all backups setup to this new rock-on.
/root/.config/Duplicati
with /config
.While Duplicati can be updated from within its own UI, it is not recommended to do so in order to prevent any conflict upon re-installation. Instead, it is recommended to uninstall the rock-on, and re-install it using the same shares (no data will be lost).
", + "more_info": "While Duplicati can be used to backup any Rockstor share, they must first be made accessible to this rock-on. To do so, simply open its settings (little wrench icon), then click on 'Add Storage' and add any share you would like to backup. See Rockstor documentation for instructions.
While Duplicati can be updated from within its own UI, it is not recommended to do so in order to prevent any conflict upon re-installation. Instead, it is recommended to uninstall the rock-on, and re-install it using the same shares (no data will be lost), or use the Watchtower Rockon to manage container updates.
", "ui":{ "slug":"" }, "volume_add_support":true, "website":"https://www.duplicati.com", - "version":"1.1" + "version":"1.2" } } From 59f8fd36c3b56abda9a453cf0af9821d722f02ea Mon Sep 17 00:00:00 2001 From: Hooverdan96 <35113775+Hooverdan96@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:23:33 -0800 Subject: [PATCH 2/2] add initial password to description --- duplicati-lsio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duplicati-lsio.json b/duplicati-lsio.json index a6bb9f23..d40f78ba 100644 --- a/duplicati-lsio.json +++ b/duplicati-lsio.json @@ -39,7 +39,7 @@ } } }, - "description":"Duplicati is a backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers.Based on a custom docker image: https://hub.docker.com/r/linuxserver/duplicati, available for amd64 and arm64 architecture.
", + "description":"Duplicati is a backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers.Based on a custom docker image: https://hub.docker.com/r/linuxserver/duplicati, available for amd64 and arm64 architecture.
For first login, use password changeme
and then change the password via the Duplicati settings menu.
While Duplicati can be used to backup any Rockstor share, they must first be made accessible to this rock-on. To do so, simply open its settings (little wrench icon), then click on 'Add Storage' and add any share you would like to backup. See Rockstor documentation for instructions.
While Duplicati can be updated from within its own UI, it is not recommended to do so in order to prevent any conflict upon re-installation. Instead, it is recommended to uninstall the rock-on, and re-install it using the same shares (no data will be lost), or use the Watchtower Rockon to manage container updates.
", "ui":{ "slug":""