You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mosquitto service definition - 1 of 2 - master branch
Changes `service.yml` to coalesce **file** volume references to
`mosquitto.conf` and `filter.acl` into a single **directory** volume
reference to the `services` directory, and to flag the access as
read-only. See also extended discussion at
[Issue 269](#269).
Changes `mosquitto.conf` to:
1. Improve layout, including grouping like controls.
2. Extend comments on password handling.
3. Fix small typo/bug by removing trailing "/" from
`persistence_location` path (this was showing up in the Mosquitto
log as "//").
Adds checking preamble to `directoryfix.sh` to mitigate two common
mistakes:
1. Prevents invocation from `sudo`; and
2. Warns if the working directory does not appear to be called
"IOTstack".
0 commit comments