homelab-codex-ws/hosts/chelsty-infra/runtime/mosquitto/mosquitto.conf
oskar 9d2f748557 refactor(hosts): split chelsty monolith into chelsty-ha and chelsty-infra
- remove legacy hosts/chelsty/ monolith
- chelsty-infra: add capabilities, networking, paths, runtime (mosquitto, zigbee2mqtt, stability-agent)
- chelsty-ha: add capabilities
- align with site/node model

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 14:20:49 +02:00

14 lines
376 B
Plaintext

persistence true
persistence_location /mosquitto/data/
log_dest file /mosquitto/log/mosquitto.log
log_dest stdout
# Default listener
listener 1883
allow_anonymous false
password_file /mosquitto/config/password.txt
# Local-only listener by default (inside Docker network, it's open to other containers)
# To expose to Tailscale, one might add:
# listener 1883 <tailscale_ip>