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.
1 parent 6eeef51 commit ff59dd5Copy full SHA for ff59dd5
run.sh
@@ -8,4 +8,5 @@ docker run -v /tmp/o2:/owntracks -p 11883:1883 -p 18883:8883 -p 8083:8083 \
8
-e MQTTHOSTNAME="${cthostname}" \
9
-e IPLIST="192.168.1.1 127.0.0.83 192.168.1.82" \
10
-e HOSTLIST="foo.example.com bar.org.example.com ${cthostname}" \
11
+ -e OTR_BROWSERAPIKEY="replace-me" \
12
owntracks/recorderd
supervisord.conf
@@ -20,7 +20,7 @@ auto_start=true
20
autorestart=true
21
22
[program:recorder]
23
-command=/usr/sbin/ot-recorder --http-host 0.0.0.0 'owntracks/#'
+command=/usr/sbin/ot-recorder --http-host 0.0.0.0 --browser-apikey %(ENV_OTR_BROWSERAPIKEY)s 'owntracks/#'
24
redirect_stderr=true
25
stdout_logfile=/dev/stdout
26
stdout_logfile_maxbytes=0
0 commit comments