Commit Graph

12 Commits

Author SHA1 Message Date
wmantly 94ad6143cc Dockerize the proxy (all-in-one image) + Docker docs
All-in-one Dockerfile bundling OpenResty + the Node mgmt app + Redis in one
container, mirroring the bare-metal ops/install.sh layout:
- Dockerfile (openresty/openresty:1.31.1.1-2-bookworm-fat base; dumb-init PID 1;
  luarocks install lua-resty-auto-ssl/luasocket/lua-resty-ipmatcher; node 22.x;
  npm ci --omit=dev; OpenResty confs + lua copied into place).
- docker-entrypoint.sh: fallback cert, sed-parameterize RESOLVER/REAL_IP_FROM,
  start bundled redis + node app, exec openresty foreground.
- docker-compose.yml (standalone), .dockerignore, DEPLOYMENT.md.
- nodejs/routes/render.js: /health endpoint for healthchecks.
- nodejs/models/user_ldap.js: tlsOptions forwarded to ldapts Client so the
  proxy can bind ldaps:// with a self-signed cert (app_ldap__tlsOptions__*).
- nodejs/package.json: bump @simpleworkjs/conf to ^1.1.0 (app_* env overrides).
- docs/docker.md + index.md: Docker deployment guide + fronting an SSO Manager.
- ops/proxy.service: add WorkingDirectory=/var/www/proxy/nodejs (bare-metal
  cwd fix so relative conf/ paths resolve).

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-11 17:02:52 -04:00
wmantly 0a857f8de4 ignore LE account cert 2024-07-31 20:47:32 -04:00
wmantly dad2e65ed2 ignore LE account cert 2024-07-31 20:47:15 -04:00
wmantly 8c44ab91f9 fixes for allowing editing of conf outside of VM 2023-08-20 14:09:46 -04:00
wmantly ddb28ddf50 added folder to gain access to conf of vagrant container 2023-08-20 13:21:08 -04:00
wmantly 94941e5bcd ignore 2023-08-16 11:06:54 -04:00
wmantly 607a5f33af ldap user 2020-05-01 17:57:25 -04:00
wmantly d39c423da0 removed chef vendor 2020-04-11 22:44:33 -04:00
wmantly d78b715687 added redis base 2019-09-02 11:33:55 -04:00
ajones f7461e0509 #2 feature added 2019-09-02 00:00:08 +00:00
wmantly 6a330af319 Added ignore 2019-06-30 21:37:41 -04:00
wmantly 83a1ef366f Initial commit 2018-02-06 05:38:10 +00:00