Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andreas Müller
Docker Images
Commits
8a38796c
Commit
8a38796c
authored
Jun 12, 2021
by
Andreas Müller
Browse files
Updated VerneMQ
parent
98cf4532
Changes
2
Hide whitespace changes
Inline
Side-by-side
vernemq/Dockerfile.amd64
View file @
8a38796c
FROM erlang:23 as vmq-build
ENV VERNEMQ_VERSION=1.12.
0
ENV VERNEMQ_VERSION=1.12.
1
RUN apt-get update && apt-get -y upgrade && \
apt-get -y install bash procps openssl iproute2 curl jq libsnappy-dev net-tools && \
...
...
@@ -14,7 +14,7 @@ RUN cd vernemq && make rel
FROM mcr.microsoft.com/dotnet/sdk:latest as control-build
ENV CONTROL_VERSION=v
0.2
ENV CONTROL_VERSION=v
1.1.0
RUN git clone https://github.com/AndreasAmMueller/VerneMQ-Control.git && \
cd VerneMQ-Control && \
...
...
@@ -25,7 +25,7 @@ RUN cd VerneMQ-Control && dotnet publish -c Release -r linux-x64 --self-containe
FROM debian:stable-slim
LABEL maintainer="webmaster@am-wd.de" VerneMQ="v1.12.
0
" Control="v
0.2
"
LABEL maintainer="webmaster@am-wd.de" VerneMQ="v1.12.
1
" Control="v
1.1.0
"
ENV S6_OVERLAY_VERSION=v2.2.0.3 \
PATH="/vernemq/bin:$PATH"
...
...
vernemq/vendor/vernemq/etc/vernemq.conf.local
View file @
8a38796c
...
...
@@ -22,11 +22,11 @@ listener.vmq.clustering = ###IPADDRESS###:44053
listener.http.default = 127.0.0.1:8888
listener.tcp.default = 127.0.0.1:18830
listener.tcp.allowed_protocol_versions = 3,4,131,132
listener.tcp.allowed_protocol_versions = 3,4,
5,
131,132
listener.tcp.default.proxy_protocol = on
listener.ws.default = 127.0.0.1:8080
listener.ws.allowed_protocol_versions = 3,4,
131,132
listener.ws.allowed_protocol_versions = 3,4,
5
systree_enabled = on
systree_interval = 60000
...
...
@@ -39,13 +39,21 @@ plugins.vmq_diversity = off
plugins.vmq_passwd = off
plugins.vmq_webhooks = on
vmq_webhooks.auth.hook = auth_on_register
vmq_webhooks.auth.endpoint = http://127.0.0.1:5000/auth/mqtt
vmq_webhooks.sub.hook = auth_on_subscribe
vmq_webhooks.sub.endpoint = http://127.0.0.1:5000/auth/mqtt
vmq_webhooks.pub.hook = auth_on_publish
vmq_webhooks.pub.endpoint = http://127.0.0.1:5000/auth/mqtt
vmq_webhooks.pub.no_payload = on
vmq_webhooks.auth3.hook = auth_on_register
vmq_webhooks.auth3.endpoint = http://127.0.0.1:5000/auth/mqtt
vmq_webhooks.sub3.hook = auth_on_subscribe
vmq_webhooks.sub3.endpoint = http://127.0.0.1:5000/auth/mqtt
vmq_webhooks.pub3.hook = auth_on_publish
vmq_webhooks.pub3.endpoint = http://127.0.0.1:5000/auth/mqtt
vmq_webhooks.pub3.no_payload = on
vmq_webhooks.auth5.hook = auth_on_register_m5
vmq_webhooks.auth5.endpoint = http://127.0.0.1:5000/auth/mqtt
vmq_webhooks.sub5.hook = auth_on_subscribe_m5
vmq_webhooks.sub5.endpoint = http://127.0.0.1:5000/auth/mqtt
vmq_webhooks.pub5.hook = auth_on_publish_m5
vmq_webhooks.pub5.endpoint = http://127.0.0.1:5000/auth/mqtt
vmq_webhooks.pub5.no_payload = on
log.console = console
log.console.level = warning
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment