update ewsposter

This commit is contained in:
t3chn0m4g3 2019-03-13 22:04:07 +00:00
parent 0b92b56c55
commit 2b7d8ee01e
2 changed files with 5 additions and 1 deletions

View file

@ -20,7 +20,7 @@ RUN apk -U --no-cache add \
py-requests \
py-setuptools && \
pip install --no-cache-dir -U pip && \
pip install --no-cache-dir pyOpenSSL && \
pip install --no-cache-dir pyOpenSSL xmljson && \
# Setup ewsposter
git clone --depth=1 https://github.com/rep/hpfeeds /opt/hpfeeds && \

View file

@ -24,6 +24,10 @@ port = 0
channels = 0
ident = 0
secret= 0
# path/to/certificate for tls broker - or "false" for non-tls broker
tlscert = false
# hpfeeds submission format: "ews" (xml) or "json"
hpfformat = json
[EWSJSON]
json = false