Node.js (Express) app template — z3k platform
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| .dockerignore | ||
| Dockerfile | ||
| package.json | ||
| README.md | ||
| server.js | ||
node
Node.js (Express) app template for the z3k platform.
- Listens on
PORT(default 3000), binds0.0.0.0. GET /healthreturns200 ok— used by the platform probes.- Environment variables (like
APP_NAME) are managed from the console Configuration tab. - Push to
mainto deploy: the workflow builds the image and the platform rolls it out.
Prefer Fastify, Hono or NestJS? They all work — just swap server.js and package.json.