Skip to content

Commit

Permalink
Remove all but one password re-enter requirements rockstor#94
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
phillxnet committed Dec 11, 2024
1 parent 7dce2b3 commit 65a8ca4
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions bareos-backup-server.json
Original file line number Diff line number Diff line change
@@ -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.<p><strong>Before install run: </strong><code>groupadd --system --gid 105 bareos</code> && <code>useradd --system --uid 105 --comment 'bareos' --home-dir /var/lib/bareos -g bareos -G disk,tape --shell /bin/false bareos</code><p>Based on custom docker images from the Rockstor maintainers, available for amd64 architecture only.</p>",
"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.<p><strong>Before install run: </strong><code>groupadd --system --gid 105 bareos</code> && <code>useradd --system --uid 105 --comment 'bareos' --home-dir /var/lib/bareos -g bareos -G disk,tape --shell /bin/false bareos</code><p>Based on custom docker images from the Rockstor maintainers, available for amd64 architecture only.</p>",
"ui": {
"slug": "bareos-webui"
},
Expand Down Expand Up @@ -151,12 +151,6 @@
"ui": false
}
},
"environment": {
"BAREOS_SD_PASSWORD": {
"description": "Re-enter 'Storage' service password.",
"label": "Re-enter 'Storage' password"
}
},
"opts": [
[
"--volumes-from",
Expand All @@ -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",
Expand Down

0 comments on commit 65a8ca4

Please sign in to comment.