docker-stacks/mosquitto/README.md
Alexey Skobkin 73cf64a39c
All checks were successful
continuous-integration/drone/pr Build is passing
mosquitto. draft (closes #94).
2024-11-07 23:35:30 +03:00

620 B

Usage

Configuration

cp config/files/acls.dist config/files/acls
cp config/files/passwords.dist config/files/passwords
cp config/files/passwords.dist config/files/passwords
cp config/mosquitto.conf.dist config/mosquitto.conf

Edit configuration to suit your needs.

Passwords

To generate password hashes, you can use pw tool located at the /mosquitto/pw inside the container.

docker compose exec mosquitto sh
/mosquitto/pw --help
/mosquitto/pw -p MyPasswordString

ACL's

Refer to the documentation.