We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3078f2 + 89f4647 commit d86a5cdCopy full SHA for d86a5cd
.templates/mosquitto/filter.acl
@@ -0,0 +1,6 @@
1
+user admin
2
+topic read #
3
+topic write #
4
+
5
+pattern read #
6
+pattern write #
.templates/mosquitto/mosquitto.conf
@@ -1,4 +1,10 @@
persistence true
persistence_location /mosquitto/data/
log_dest file /mosquitto/log/mosquitto.log
+#Uncomment to enable passwords
#password_file /mosquitto/config/pwfile
7
+#allow_anonymous false
8
9
+#Uncomment to enable filters
10
+#acl_file /mosquitto/config/filter.acl
.templates/mosquitto/service.yml
@@ -10,4 +10,5 @@
- ./volumes/mosquitto/data:/mosquitto/data
11
- ./volumes/mosquitto/log:/mosquitto/log
12
- ./services/mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf
13
+ - ./services/mosquitto/filter.acl:/mosquitto/config/filter.acl
14
0 commit comments