update: Major Overhaul to all subsystems
This commit is contained in:
@@ -13,6 +13,8 @@ MQTT_BROKER_PORT=1883
|
||||
MQTT_ADMIN_USERNAME=admin
|
||||
MQTT_ADMIN_PASSWORD=your-mqtt-admin-password
|
||||
MOSQUITTO_PASSWORD_FILE=/etc/mosquitto/passwd
|
||||
# Must be unique per running instance (VPS vs local dev)
|
||||
MQTT_CLIENT_ID=bellsystems-admin-panel
|
||||
# HMAC secret used to derive per-device MQTT passwords (must match firmware)
|
||||
MQTT_SECRET=change-me-in-production
|
||||
|
||||
@@ -26,3 +28,10 @@ NGINX_PORT=80
|
||||
SQLITE_DB_PATH=./mqtt_data.db
|
||||
BUILT_MELODIES_STORAGE_PATH=./storage/built_melodies
|
||||
FIRMWARE_STORAGE_PATH=./storage/firmware
|
||||
|
||||
# Nextcloud WebDAV
|
||||
NEXTCLOUD_URL=https://cloud.example.com
|
||||
NEXTCLOUD_USERNAME=service-account@example.com
|
||||
NEXTCLOUD_PASSWORD=your-password-here
|
||||
NEXTCLOUD_DAV_USER=admin
|
||||
NEXTCLOUD_BASE_PATH=BellSystems/Console
|
||||
|
||||
Reference in New Issue
Block a user