• v4.0.0 12ff81b91c

    Version 4.0.0 Stable

    asif released this 2022-05-02 00:39:53 -06:00 | 0 commits to main since this release

    Version 4.0.0

    • Monitor up to 5 directories!
    Downloads
  • v3.0.0 a17a9d38fd

    Version 3.0.0 Stable

    asif 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
  • v2.7 c6ccca24f7

    Version 2.7 Stable

    asif 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
  • v2.5.1 c0a4fc1c6c

    Version 2.5.1 Stable

    asif 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
  • v2.5 cad203a7c0

    Version 2.5 Stable

    asif 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
  • v2.3 d26d8a822f

    Version 2.3 Stable

    asif released this 2021-07-24 21:12:46 -06:00 | 23 commits to main since this release

    First 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
  • v1.2 48f386c312

    Version 1.2 Stable

    asif released this 2021-07-24 20:58:01 -06:00 | 58 commits to main since this release

    Last 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