Keenrig

Nginxself-hosted with Keenrig

Máy chủ web tĩnh. Dùng để kiểm chứng một instance vừa cài: nhẹ, khởi động dưới một giây, và trang mặc định nói rõ nó đang chạy.

  • web

Nginx is the most widely deployed web server for serving static files. In the Keenrig catalog it plays a double role: a real home for a static site, and the fastest way to confirm a freshly installed instance actually works — it starts in under a second and its default page says plainly that it is running.

What you would use it for

  • Host a marketing page, documentation site or static landing page on your own domain.
  • Verify a new instance: if Nginx comes up and answers on your domain, then the gateway, DNS and certificate are all correct.
  • Serve build output pushed across from a separate pipeline.

What Keenrig handles for you

  • Pinned by digest — reinstall six months later and you get exactly that 1.27.4-alpine image, independent of any tag.
  • The gateway picks up the domain and certificate: a managed subdomain gets a cloud-issued wildcard, your own domain gets an ACME HTTP-01 certificate obtained by the instance itself.
  • Health checked at `/`; if the container dies the reconcile loop brings it back without anyone pressing anything.
  • Needs 64 MB of memory — it fits on the smallest VPS any provider sells.
What it does not do. This is Nginx serving static files: no PHP, no database, not a CMS. If you need a site with content administration, pick a different catalog entry — Nginx here exists to serve files you already have.

Install it on your instance

No instance yet? Stand one up with a single command, then install the app from the admin UI.

  1. Install Keenrig on a blank VPS

  2. Open the local admin UI at the address the machine prints

  3. Go to Catalog, pick this app and press Install

curl -fsSL https://get.keenrig.com | sh

Technical details

Version
1.27.4
Image repository
docker.io/library/nginx
Tag
1.27.4-alpine
Digest
sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591
HTTP port
80
Minimum memory
64 MB
Health check path
/
Categories
web