Closed jpmens closed 8 months ago
Upon configuring Quicksetup we automagically set up friends and add them to mosquitto.acl, give them passwords in mosquitto.pw and htpasswd.
mosquitto.acl
mosquitto.pw
htpasswd
In Mosquitto's ACL we configure one friend can see all which at least for the moment is okay'ish.
But when configuring httpmode for a friend, there's no automatic addition of anybody to the friends in HTTP mode Recorder database.
httpmode
This is both an enhancement and a bug. ;-)
MQTT relationships can be constructed with friend-specific ACLs. (Fixed in https://github.com/owntracks/quicksetup/issues/25)
At best we'll revisit HTTP mode much much later.
Upon configuring Quicksetup we automagically set up friends and add them to
mosquitto.acl
, give them passwords inmosquitto.pw
andhtpasswd
.In Mosquitto's ACL we configure one friend can see all which at least for the moment is okay'ish.
But when configuring
httpmode
for a friend, there's no automatic addition of anybody to the friends in HTTP mode Recorder database.This is both an enhancement and a bug. ;-)