Initial: RPi Docker Compose stack

- Mosquitto MQTT broker
- Zigbee2MQTT with BLZ dongle (ThirdReality, BL702, Pine64 fork)
- Node-RED 5.0 with dashboard
- justfile for remote management
This commit is contained in:
2026-06-30 19:17:18 -07:00
commit 3674dd747e
6 changed files with 216 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
/**
* This is the default settings file provided by Node-RED.
*
* It can contain any valid JavaScript code that will get run when Node-RED
* is started.
*
* Lines that start with // are commented out.
* Each entry should be separated from the entries above and below by a comma ','
*
* For more information about individual settings, refer to the documentation:
* https://nodered.org/docs/user-guide/runtime/configuration
*
* The settings are split into the following sections:
* - Flow File and User Directory Settings
* - Security
* - Server Settings
* - Runtime Settings
* - Editor Settings
* - Node Settings
*
**/
module.exports = {
/*******************************************************************************
* Flow File and User Directory Settings
* - flowFile
* - credentialSecret
* - flowFilePretty
* - userDir