Skip to content

Commit

Permalink
Update version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
antst committed Nov 13, 2024
1 parent fcb1abc commit c0b8e67
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion anonymous-mosquitto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

- Initial version, fork of official add-on v6.4.1.

## 1.0.2
## 1.0.4
-
2 changes: 1 addition & 1 deletion anonymous-mosquitto/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 1.0.2
version: 1.0.4
name: Anonymous Mosquitto broker
slug: anonymous_mosquitto
description: An Open Source MQTT broker. Clone of official addon, but with enabled back option for anonymous mode.
Expand Down
2 changes: 1 addition & 1 deletion anonymous-mosquitto/rootfs/etc/cont-init.d/mosquitto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ fi
# Generate mosquitto configuration.
bashio::var.json \
cafile "${cafile}" \
certfile "${certfile}" \
anonymous "^$(bashio::config 'anonymous')" \
customize "^$(bashio::config 'customize.active')" \
customize_folder "$(bashio::config 'customize.folder')" \
keyfile "${keyfile}" \
Expand Down
7 changes: 2 additions & 5 deletions anonymous-mosquitto/rootfs/usr/share/tempio/mosquitto.gtpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ persistence_location /data/
max_queued_messages 8192

# Anonimous authentitication
{{ if .anonymous }}
allow_anonymous true
{{ else }}
allow_anonymous false
{{ end }}

allow_anonymous {{ .anonymous }}

# Authentication plugin
auth_plugin /usr/share/mosquitto/go-auth.so
Expand Down

0 comments on commit c0b8e67

Please sign in to comment.