Commit Graph
118 Commits
Author SHA1 Message Date
Jan-Piet Mens d80eb07645 Merge pull request #88 from gene1wood/patch-1
Update the comment about systemd
2024-11-28 08:33:23 +01:00
Gene Wood 43aa033051 Update the comment about systemd
This updates the comment about systemd to reflect the fact that LogFilterPatterns now exist and can filter out the noise generated by the HEALTHCHECK
2024-11-27 23:29:33 -08:00
Jan-Piet Mens 4591e0be5c re-introduce section on healthcheck but indicate it's a build-time setting 2024-10-30 17:57:00 +01:00
Jan-Piet Mens 013304402b will this work? 2024-10-30 14:35:44 +01:00
Jan-Piet Mens fde6940993 ensure docker entrypoint uses $OTR_TOPICS if defined, with fallback to $OTR_TOPIC
addresses #86
2024-10-30 12:49:01 +01:00
Jan-Piet Mens 0a3be1601a remove blurb about obsolete healthchecks 2024-10-30 12:41:01 +01:00
Jan-Piet Mens 685677f56e bump to 0.9.9 2024-10-25 11:08:24 +02:00
Jan-Piet Mens bf6936c2a3 Merge pull request #82 from maximbaz/patch-1
Allow passing CLI args to recorder
2024-08-01 07:31:33 +02:00
Maxim Baz 3201dfacd6 Allow passing CLI args to recorder 2024-08-01 01:13:28 +02:00
Jan-Piet Mens 130e5bec00 bump 2024-07-23 14:49:55 +02:00
Jan-Piet Mens 0a779838e8 link to badge 2024-02-06 14:40:51 +01:00
Jan-Piet Mens cab4b97726 add tzdata
addresses https://github.com/owntracks/docker-recorder/issues/75
2024-02-06 14:38:24 +01:00
Jan-Piet Mens cf3818bd9c bump to recorder 0.9.7 2024-02-06 08:56:21 +01:00
Jan-Piet Mens 329f4b9ba9 first pass 2024-02-05 19:04:27 +01:00
Jan-Piet Mens 846dea2fea tested 2024-02-05 19:04:12 +01:00
Jan-Piet Mens c4c20cdd51 reformat 2024-02-05 17:43:31 +01:00
Jan-Piet Mens 6a4717b49c bump to 0.9.6 2024-02-05 17:40:57 +01:00
Jan-Piet Mens 5d079ab39d Merge pull request #74 from ippocratis/patch-1 2024-02-04 21:21:35 +01:00
ᓰᕵᕵᓍ 229f664081 Update config.mk
The config.mk should reflect https://github.com/owntracks/recorder/commit/25cb0c3fa42a4aeac2f5d67abe382e726fe6b175 so that the Dockerfile is buildable https://github.com/owntracks/docker-recorder/issues/73#issuecomment-1917752943
2024-02-04 21:55:15 +02:00
Jan-Piet Mens 6e74369f30 and if we learned how to spell 'running' ... 2023-10-24 13:19:38 +02:00
Jan-Piet Mens 2c2a7d4958 bump to 0.9.5 2023-10-24 12:08:42 +02:00
Jan-Piet Mens 5decb442c8 set an environment variable to indicate running in docker
the Recorder code will check this and if it's set use
  openlog(LOG_PERROR) for stderr messages

  addresses https://github.com/owntracks/recorder/issues/426
2023-10-24 10:57:55 +02:00
Jan-Piet Mens 73cb9f3bd9 rephrase to eliminate inaccurate statement 2023-10-24 10:53:18 +02:00
Jan-Piet Mens ee386d7b31 Merge pull request #64 from stavros-k/patch-1
Update healthcheck to always use the correct port
2022-12-18 10:33:28 +01:00
Stavros Kois 14345a7e85 Update healthcheck to always use the correct port 2022-12-18 00:54:59 +02:00
Jan-Piet Mens b3c5560004 bump to 0.9.3 2022-12-10 19:13:27 +01:00
Jan-Piet Mens 2ac6f2595a bump to 0.9.2 2022-09-29 14:12:56 +02:00
Jan-Piet Mens bf59aae22e bump to OwnTracks Recorder 0.9.1
- Add support for WITH_TOURS
- Update to Alpine 3:16 (#57)
- NEW: Makefile now sets -DNS_ENABLE_IPV6 for IPv4 and IPv6
- NEW: tour views are written to and read from STORAGEDIR/tours
- NEW: add option --variables to ot-recorder to print list of all actual settings
- UPD: move config.js into docroot/utils/ to avoid having to proxy another uri
- NEW: @@@LABEL@@@ in view HTML is replaced by view's label attribute
- FIX: refactor environment variable handling for all settings. (#380)
- NEW: add very experimental shares functionality
- FIX: support OTR_HTTPHOST and OTR_HTTPPORT configuration in environment
2022-08-10 09:50:40 +02:00
Jan-Piet Mens 09f4247dd3 Merge pull request #59 from kirichkov/patch-1
Allows all users to read /config/recorder.conf
2022-08-01 09:09:25 +02:00
Georgi Kirichkov cd4cf8c535 Allows all users to read /config/recorder.conf
The Docker image adds /config/recorder.conf with mode 0640. When running the container using a non-root user this results in an error - "Cannot read defaults from /config/recorder.conf: Permission denied" This change will make the file readable by everyone and remove the error from the log
2022-07-31 19:22:21 +03:00
Jan-Piet Mens 46cb7b2b3f Merge branch 'jaeha-choi-jchoi-alpine-update' 2022-06-05 16:40:53 +02:00
Jaeha Choi f33c423116 Update alpine image version 2022-06-05 01:29:39 -07:00
Jan-Piet Mens 0bf71fb6b2 bump to 0.9.0 2022-05-24 10:30:21 +02:00
Jan-Piet Mens 8d5bd0006b Revert default setting of OTR_CAFILE
addresses https://github.com/owntracks/docker-recorder/issues/53
2022-05-17 08:55:20 +02:00
Jan-Piet Mens 8b83ba0671 Merge branch 'stv0g-refactoring-and-cleanups' 2022-05-16 10:43:42 +02:00
Steffen Vogel 5faedd1fa5 make shell scripts executable 2022-05-16 10:36:50 +02:00
Steffen Vogel 97fef2deb7 clarify IPv4/IPv6 semantics of OTR_HTTPHOST 2022-05-16 10:33:22 +02:00
Steffen Vogel 1a34096ac7 use lowercase nouns in README 2022-05-16 10:09:54 +02:00
Steffen Vogel 47d93467b1 listen to both IPv4 and IPv6 by default 2022-05-16 10:05:35 +02:00
Steffen Vogel 28553c96a8 use absolute workdir 2022-05-16 10:05:35 +02:00
Steffen Vogel 59db28f3c9 re-add entrypoint.sh 2022-05-16 10:05:35 +02:00
Steffen Vogel 1925429c01 re-add --no-cache option to apk 2022-05-16 09:51:14 +02:00
Steffen Vogel 86627d5237 remove entrypoint script 2022-05-14 10:16:14 +02:00
Steffen Vogel b6da99b4ae cleanup health check script 2022-05-14 10:16:02 +02:00
Steffen Vogel 406cd6ecc2 enable IPV6 in Mongoose 2022-05-14 10:15:52 +02:00
Steffen Vogel 8e3b734a1d use multi-stage Docker builds 2022-05-14 10:15:41 +02:00
Steffen Vogel a81c66d220 cleanup README 2022-05-14 10:15:01 +02:00
Jan-Piet Mens 4ceee6d824 bump to ot-recorder 0.8.8 2022-03-14 09:29:32 +01:00
Jan-Piet Mens 81c53de2a3 bump to 0.8.8 2022-03-14 09:27:18 +01:00
JP Mens f0cb7ca1d9 Merge pull request #42 from f0rdprefect/le-ssl
Add LE ssl example docker compose file and add some documentation
2021-08-03 23:40:48 +02:00