From 65a8ca4a76a0d3d70c06a1d16e45ed0091038fd3 Mon Sep 17 00:00:00 2001 From: Philip Guyton Date: Wed, 11 Dec 2024 18:45:57 +0000 Subject: [PATCH] Remove all but one password re-enter requirements #94 As a server-set, with ordered install, we can inherit (via the shared config arrangement) all intra Bareos service passwords. File and Storage containers are now able to self-config when uses in this intended AIO setup. This is akin to the rpms default behaviour of reading each-others config in order to auto-setup the initial server set. Includes minor Description rewording. --- bareos-backup-server.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/bareos-backup-server.json b/bareos-backup-server.json index a5bdce2d..d061c535 100644 --- a/bareos-backup-server.json +++ b/bareos-backup-server.json @@ -1,6 +1,6 @@ { "Bareos-backup-server": { - "description": "Bareos Director/Catalog/Storage and Director-local (Catalog backup) File services. Network-based open-source backup and recovery for all major operating systems.

Before install run: groupadd --system --gid 105 bareos && useradd --system --uid 105 --comment 'bareos' --home-dir /var/lib/bareos -g bareos -G disk,tape --shell /bin/false bareos

Based on custom docker images from the Rockstor maintainers, available for amd64 architecture only.

", + "description": "Network-based open-source backup and recovery for all major operating systems. All-in-one Director/Catalog/Storage and Director-local (Catalog backup) File services.

Before install run: groupadd --system --gid 105 bareos && useradd --system --uid 105 --comment 'bareos' --home-dir /var/lib/bareos -g bareos -G disk,tape --shell /bin/false bareos

Based on custom docker images from the Rockstor maintainers, available for amd64 architecture only.

", "ui": { "slug": "bareos-webui" }, @@ -151,12 +151,6 @@ "ui": false } }, - "environment": { - "BAREOS_SD_PASSWORD": { - "description": "Re-enter 'Storage' service password.", - "label": "Re-enter 'Storage' password" - } - }, "opts": [ [ "--volumes-from", @@ -169,12 +163,6 @@ "tag": "main", "launch_order": 4, "uid": 105, - "environment": { - "BAREOS_FD_PASSWORD": { - "description": "Re-enter Director's local 'File'/client service (bareos-fd) password.", - "label": "Re-enter Director's local 'File' password" - } - }, "opts": [ [ "--volumes-from",