From 050011085dd30e15bfbd38fbbe4fd854e444c86c Mon Sep 17 00:00:00 2001 From: Philip Guyton Date: Fri, 6 Dec 2024 18:08:55 +0000 Subject: [PATCH] fix syntax and tweak user text #94 --- bareos-backup-server.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/bareos-backup-server.json b/bareos-backup-server.json index d5adc7f2..66b9f9b9 100644 --- a/bareos-backup-server.json +++ b/bareos-backup-server.json @@ -1,10 +1,10 @@ { "Bareos-backup-server": { - "description": "BareOS Director/Catalog/Storage and Director-local (Catalog backup) File services. A comprehensive network-based open-source backup and recovery solution for all major operating systems.

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

", + "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.

", "version": "0.0.1", "website": "https://www.bareos.org/", "container_links": { - "bareosnet": [ + "bareos-dir": [ { "name": "bareos-dir-to-db", "source_container": "bareos-db" @@ -30,7 +30,7 @@ "launch_order": 1, "volumes": { "/var/lib/postgresql/data": { - "description": "'Catalog' storage (Postgres DB) Share.", + "description": "'Catalog' storage (Postgres DB).", "label": "'Catalog' data [e.g. bareos-catalog]" } }, @@ -53,11 +53,11 @@ "launch_order": 2, "volumes": { "/etc/bareos": { - "description": "'Director' configuration Share.", + "description": "'Director' configuration (bareos:bareos).", "label": "'Director' config [e.g. bareos-dir-config]" }, "/var/lib/bareos": { - "description": "'Director' data/state Share.", + "description": "'Director' data/state (bareos:bareos).", "label": "'Director' data [e.g. bareos-dir-data]" } }, @@ -133,7 +133,7 @@ "launch_order": 3, "volumes": { "/var/lib/bareos/storage": { - "description": "'Storage' Share for all backups.", + "description": "'Storage' for all backups (bareos:bareos).", "label": "Backups data [e.g. bareos-backups]" } }, @@ -151,14 +151,14 @@ "description": "Re-enter 'Storage' service password.", "label": "Re-enter 'Storage' password" } - } - }, - "opts": [ - [ - "--volumes-from", - "bareos-dir" + }, + "opts": [ + [ + "--volumes-from", + "bareos-dir" + ] ] - ], + }, "bareos-fd": { "image": "ghcr.io/phillxnet/bareos-file", "tag": "main", @@ -182,8 +182,8 @@ "launch_order": 5, "volumes": { "/etc/bareos-webui": { - "description": "BareOS 'WebUI' configuration Share.", - "label": "'WebUI' config [e.g. bareos-webui-config]" + "description": "'WebUI' configuration.", + "label": "'WebUI' config [e.g. bareos-webui]" } }, "ports": {