* Add CC0 1.0 Universal License
Added the Creative Commons CC0 1.0 Universal license to the project, identical to fork master
* minor cleanup, new CI
* actions update
* add updates2mqtt and link check
* lint fixes
* More link fixes
* link fixes
* awesome-lint fixes
* remove another awesome lint disablement
* link fixes
* Fix formatting in README.md header spacing
* Add RobustMQ to MQTT broker list in README
* new links
* lint fix
* anpr2mqtt
* rebased
* Add CC0 1.0 Universal License
Added the Creative Commons CC0 1.0 Universal license to the project, identical to fork master
* minor cleanup, new CI
* actions update
* add updates2mqtt and link check
* lint fixes
* More link fixes
* link fixes
* awesome-lint fixes
* remove another awesome lint disablement
* link fixes
* Fix formatting in README.md header spacing
* Add RobustMQ to MQTT broker list in README
* new links
* lint fix
This commit adds [mqtt-unifi-protect-bridge](https://github.com/terafin/mqtt-unifi-protect-bridge) to the list.
mqtt-unifi-protect-bridge is a docker container for transmitting the motion-alert-status of UniFi Protect Cameras to MQTT for further automation.
* Added a link to letsencrypt-mosquitto
This docker container makes it really easy to create encrypted connections to a Mosquitto MQTT server. It uses the caddy web server to generate lets encrypt certificates which the Mosquitto MQTT broker then uses. It also includes the Mosquitto Go Authorization plugin https://github.com/iegomez/mosquitto-go-auth. The idea is to make life as easy as possible for the Mosquitto administrator.
* Improved the Mosquitto Broker Listing
Now it includes links to the test server, an actively maintained authorization plugin, and the docker container which makes it easy to generate lets encrypt certificats, and includes the authorization plugin.
We will see if this one passes the tests...