Files
agessaman e1b480d279 feat(mqtt): enable neighbors configuration in meshat-se preset
Added a new `neighbors: true` setting to the `meshat-se.yaml` configuration file under the MQTT brokers section, allowing for neighbor discovery functionality to be enabled in this preset.
2026-07-30 13:03:31 -07:00

30 lines
991 B
YAML

# Meshat.se MC2MQTT broker preset.
#
# Meshat.se is a Swedish community MeshCore visualization and analytics
# platform. Their single ingest broker speaks the standard MeshCoreToMQTT
# (MC2MQTT) protocol with the LetsMesh-compatible topic structure
# (meshcore/{IATA}/{PUBLIC_KEY}/...).
#
# Reference all Meshat.se endpoints with: brokers: [{preset: meshat-se}]
#
# Optional UI metadata. Consumed by the GET /api/broker_presets endpoint
# so the React/Vue admin can render this preset in the "From Template"
# dropdown. `display_name` and `website` are advisory only -- they are
# never read by the runtime broker connection code.
display_name: "Meshat.se"
website: "https://meshat.se"
brokers:
- name: "Meshat.se"
enabled: true
host: meshcore-mqtt.meshat.se
port: 443
transport: "websockets"
audience: "meshcore-mqtt.meshat.se"
use_jwt_auth: true
format: letsmesh
retain_status: false
neighbors: true
tls:
enabled: true
insecure: false