Skip to content

Commit

Permalink
add further config elements rockstor#94
Browse files Browse the repository at this point in the history
- BAREOS_SD_PASSWORD director & storage containers.
- Place-holder ADMIN_MAIL (director).
- WEBHOOK_NOTIFICATION=true (director) to avoid/disable
smtp config for now.
- BAREOS_DIR_HOST to bareos-webui.
  • Loading branch information
phillxnet committed Aug 16, 2024
1 parent ecfc9fd commit 6122d3b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bareos-server-set.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
"description": "Set password for the `bareos` DB user.",
"label": "Catalog `bareos` user password"
},
"BAREOS_SD_PASSWORD": {
"description": "Set BareOS Storage service password.",
"label": "BareOS Storage password"
},
"BAREOS_WEBUI_PASSWORD": {
"description": "Set BareOS Web-UI 'admin' user password.",
"label": "Web-UI 'admin' user's password"
Expand Down Expand Up @@ -104,6 +108,14 @@
[
"-e",
"DB_PORT=5432"
],
[
"-e",
"ADMIN_MAIL=root@localhost"
],
[
"-e",
"WEBHOOK_NOTIFICATION=true"
]
]
},
Expand All @@ -129,6 +141,12 @@
"protocol": "tcp",
"ui": false
}
},
"environment": {
"BAREOS_SD_PASSWORD": {
"description": "Re-enter BareOS Storage service password.",
"label": "Re-enter BareOS Storage service password"
}
}
},
"bareos-webui": {
Expand All @@ -151,6 +169,10 @@
}
},
"opts": [
[
"-e",
"BAREOS_DIR_HOST=bareos-director"
],
[
"-e",
"SERVER_STATS=yes"
Expand Down

0 comments on commit 6122d3b

Please sign in to comment.