Node.js (Express) app template — z3k platform
Find a file Use this template
Arthur Zinck 37e0f3b48e
Some checks failed
build-image / build (push) Failing after 2s
ci: preview build on pull requests
2026-07-27 11:51:37 +00:00
.forgejo/workflows ci: preview build on pull requests 2026-07-27 11:51:37 +00:00
.dockerignore feat: node template — .dockerignore 2026-07-26 21:03:36 +00:00
Dockerfile feat: platform base images (z3k-images) 2026-07-27 07:13:40 +00:00
package.json feat: node template — package.json 2026-07-26 21:03:34 +00:00
README.md feat: node template — README.md 2026-07-26 21:03:37 +00:00
server.js feat: node template — server.js 2026-07-26 21:03:34 +00:00

node

Node.js (Express) app template for the z3k platform.

  • Listens on PORT (default 3000), binds 0.0.0.0.
  • GET /health returns 200 ok — used by the platform probes.
  • Environment variables (like APP_NAME) are managed from the console Configuration tab.
  • Push to main to 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.