13ec1a72e9
style(livereload): format code
2021-07-28 04:12:19 -06:00
1194fc63c6
fix(livereload): fix exclusions bug
...
- read environment var as array
- convert array elements to regex objects
- update environment variable defaults
2021-07-28 03:51:56 -06:00
dfa50ea6b5
feature: add healthcheck
...
- add express npm to allow creation of health endpoint
- create health end pt as callback to livereload server listening state
- configure healthcheck in container
- allows true 'stack' operation since other services can query status
2021-07-24 03:01:01 -06:00
81cfe975b4
refactor(entrypoint): move HTTP/S message to javascript
2021-07-23 23:45:58 -06:00
e83dce3304
fix(livereload): process env vars as strings not boolean
2021-07-23 23:04:44 -06:00
8f35aaef11
feature: allow non-secure connections
...
- default to secure
- parameterize via env var
2021-07-23 13:31:01 -06:00
ee38b2468e
feature(livereload): add debug output as default
2021-07-22 21:21:59 -06:00
fdfba8ab4f
fix(livereload): match watch dir with dockerfile
2021-07-22 20:36:12 -06:00
e82fad68ac
feature(server invocation script):
2021-07-22 16:43:17 -06:00