mirror of
https://github.com/owntracks/docker-recorder.git
synced 2026-02-13 20:49:51 +00:00
add JSON.lua
addresses https://github.com/owntracks/recorder/issues/340
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
|
||||
- UPD: add JSON.lua into /config (https://github.com/owntracks/recorder/issues/340)
|
||||
- UPD: Remove healthcheck feature (systemd log spam). (#35)
|
||||
- UPD: run ot-recorder as non-privileged user (#33)
|
||||
- FIX: comment out CAPATH in recorder.conf (#339)
|
||||
|
||||
@@ -40,6 +40,7 @@ RUN apk add --no-cache \
|
||||
VOLUME ["/store", "/config"]
|
||||
|
||||
COPY recorder.conf /config/recorder.conf
|
||||
COPY JSON.lua /config/JSON.lua
|
||||
|
||||
# If you absolutely need health-checking, enable the option below. Keep in
|
||||
# mind that until https://github.com/systemd/systemd/issues/6432 is resolved,
|
||||
|
||||
@@ -204,3 +204,6 @@ See [here](https://hub.docker.com/_/eclipse-mosquitto) for info on the eclipse-m
|
||||
- Maybe put the most common Mosquitto options in the section which uses an MQTT broker in the docker-compose file
|
||||
- Possibly add support for Let's Encrypt
|
||||
|
||||
## Credits
|
||||
|
||||
- [JSON.lua](http://regex.info/blog/lua/json), by Jeffrey Friedl. [LICENSE](https://creativecommons.org/licenses/by/3.0/)
|
||||
|
||||
Reference in New Issue
Block a user