From ef3be761a7a25626ae267daa5a2f186f12c9ec7b Mon Sep 17 00:00:00 2001 From: simonox Date: Sat, 16 Sep 2023 17:58:20 +0200 Subject: [PATCH] added a chapter about backup and hosting --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 057a2b7..1535ae6 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,17 @@ Have a look at the [the document in this repository](./docs/dashboard/README.md) As an example you can use a Shelly plug flashed with Tasmota and feed MQTT data with Node-RED into InfluxDB and visualize it with Grafana. Have a look, [here](./docs/shelly/README.md). +## Backup und hosting + +This is just a prototype. You should not expose the services as-it-is to the public internet. + +Also you have to think about a backup solution. At the moment data lives in Docker volumes, that could be backed up: + +* influxdb2: The time series database +* grafana-dashboards: Grafana dashboards +* grafana-data: Grafana data +* nodered-data: Flows created in Node-RED + ## Contribution Feel free to open an issue for bugs, feature requests, or questions. Contributions are welcome.