Skip to content

Commit

Permalink
add missing ui slug for new images compatibility rockstor#94
Browse files Browse the repository at this point in the history
  • Loading branch information
phillxnet committed Dec 7, 2024
1 parent 0500110 commit 7cea032
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bareos-backup-server.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"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>",
"ui": {
"slug": "bareos-webui"
},
"version": "0.0.1",
"website": "https://www.bareos.org/",
"container_links": {
Expand Down

0 comments on commit 7cea032

Please sign in to comment.