18 Commits

Author SHA1 Message Date
bc09e3a0cf Add Coolify deploy key so Coolify can clone this private repo 2026-07-08 00:37:38 +00:00
0cd6cc68fb Make env-var parsing handle Coolify's full quote-escaping scenarios; try multiple unescaping candidates before failing 2026-07-07 23:54:10 +00:00
4d01664787 Make PROJECT_CREDENTIALS and ROUTE_MAP parsing robust against wrapping quotes from hosting platforms; add clearer debug output 2026-07-07 11:51:54 +00:00
bfe7051262 Update .gitignore to include compiled dist/ output and TypeScript build artifacts 2026-07-07 04:18:46 +00:00
3a921deb27 Update README to reflect TypeScript source structure and dev workflow 2026-07-07 04:18:07 +00:00
2e21d1a407 Update Dockerfile to multi-stage build that compiles TypeScript 2026-07-07 04:17:35 +00:00
563c2a73dd Update package.json with TypeScript build/dev deps and scripts 2026-07-07 04:17:25 +00:00
1d899a3f18 Replace server.js with thin entry pointing at compiled TS output 2026-07-07 04:16:55 +00:00
d1fe43302b Add TypeScript source for the proxy server 2026-07-07 04:15:04 +00:00
94d92fa204 Add TypeScript compiler config 2026-07-07 04:14:00 +00:00
2f204bb442 Replace placeholder README with full setup, configuration, and multi-project docs 2026-07-07 04:11:46 +00:00
33a9626054 Add docker-compose example for Coolify deployment 2026-07-07 04:10:43 +00:00
0699e343f7 Add .gitignore for Node.js 2026-07-07 04:10:29 +00:00
bb5a81ff63 Add package.json with express dependency 2026-07-07 04:10:16 +00:00
1d379164ab Add minimal Node 20 Alpine Dockerfile 2026-07-07 04:09:50 +00:00
69155f4998 Add .env.example with documented config 2026-07-07 04:09:37 +00:00
882d4deba7 Add core Express server with multi-project webhook routing 2026-07-07 04:09:37 +00:00
5ac551cca8 Initial commit 2026-07-07 04:08:45 +00:00