-
Version 4.0.0 Stable
released this
2022-05-02 00:39:53 -06:00 | 0 commits to main since this releaseVersion 4.0.0
- Monitor up to 5 directories!
Downloads
-
Version 3.0.0 Stable
released this
2022-02-26 22:16:40 -07:00 | 3 commits to main since this release- multi-stage build to remove npm (too many unpatched security issues)
- final container is now ~50% smaller
- updated base Alpine version to 3.15 using nodejs LTS 16
(this release and the associated container can both be verified for integrity using Codenotary Attestation Service)
Downloads
-
Version 2.7 Stable
released this
2021-08-01 02:33:38 -06:00 | 9 commits to main since this release- reworked javascript entirely, signals now captured properly and handled
- sigterm (normal docker exit) no longer reported as an error condition (node issue)
- container gracefully closes connections on exit
- added MIT license
- update readme with new repo and docker locations
- new repo and docker image naming scheme to distinguish this from upstream source
(you may verify this tag with CodeNotary using vcn)
Downloads
-
Version 2.5.1 Stable
released this
2021-07-29 22:55:32 -06:00 | 16 commits to main since this release- update env sample file to match newly fixed exclusion defaults
(you may verify this tag with CodeNotary using vcn)
Downloads
-
Version 2.5 Stable
released this
2021-07-28 04:45:08 -06:00 | 17 commits to main since this release- exclusions are fixed
- exclusions no longer require escaped JavaScript regex format, simple regex is fine
- slightly cleaner JavaScript
- container updates component versions on each rebuild
- add option to track git commit via docker label
(you may verify this tag with CodeNotary using vcn)
Downloads
-
Version 2.3 Stable
released this
2021-07-24 21:12:46 -06:00 | 23 commits to main since this releaseFirst release in 2.x series
- refactored, no longer using node-livereload CLI, using customized JS
- ability to use HTTPS connections and sockets
- switch between HTTP/HTTPS using environment variable
- container auto-generates self-signed certificates if desired
- customizable hostname via environment variable for certificate generation
- entrypoint script uses dedicated action verbs to make container interaction easier
- certificates can have permissions set to allow access from shared GID
- container has customizable UID and GID along with separated alpine and node versions
- add healthcheck to the container so that integrating with a stack can be done properly
- N.B. Exclusions don't seem to be working, filed upstream issue and will update upon resolution
(you may verify this tag with CodeNotary using vcn)
Downloads
-
Version 1.2 Stable
released this
2021-07-24 20:58:01 -06:00 | 58 commits to main since this releaseLast release in 1.x branch
- dockerized node-livereload CLI
- Alpine 3.14 with Node 16.4
- basic HTTP container with optional docker-compose stack using AB-NGINX
(you may verify this tag with CodeNotary using vcn)
Downloads