namoshek/Mosquitto MQTT Broker in GitHub Actions
Start a Mosquitto message broker as Docker container
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Mosquitto version to use | no | latest |
| ports | Port mappings in a [host]:[container] format, delimited by spaces (example: "1883:1883 8883:8883") | no | 1883:1883 |
| certificates | Absolute path to a directory containing certificate files which can be referenced in the config (the folder is mounted under `/mosquitto-certs`) | no | "" |
| config | Absolute path to the mosquitto.conf configuration file to use | no | "" |
| password-file | Absolute path to the mosquitto.passwd password file to use | no | "" |
| container-name | The name of the spawned Docker container (can be used as hostname when accessed from other containers) | no | mosquitto |
Outputs
no outputs