mirror of
https://github.com/owntracks/docker-recorder.git
synced 2026-05-05 02:46:34 +00:00
1
run.sh
1
run.sh
@@ -8,5 +8,4 @@ docker run -v /tmp/o2:/owntracks -p 11883:1883 -p 18883:8883 -p 8083:8083 \
|
||||
-e MQTTHOSTNAME="${cthostname}" \
|
||||
-e IPLIST="192.168.1.1 127.0.0.83 192.168.1.82" \
|
||||
-e HOSTLIST="foo.example.com bar.org.example.com ${cthostname}" \
|
||||
-e OTR_BROWSERAPIKEY="replace-me" \
|
||||
owntracks/recorderd
|
||||
|
||||
@@ -20,7 +20,7 @@ auto_start=true
|
||||
autorestart=true
|
||||
|
||||
[program:recorder]
|
||||
command=/usr/sbin/ot-recorder --http-host 0.0.0.0 --browser-apikey %(ENV_OTR_BROWSERAPIKEY)s 'owntracks/#'
|
||||
command=/usr/sbin/ot-recorder --http-host 0.0.0.0 'owntracks/#'
|
||||
redirect_stderr=true
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
|
||||
Reference in New Issue
Block a user