Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/ hello Public

a small test container used as a placeholder for iac and other usecases

Notifications You must be signed in to change notification settings

ebox86/hello

Repository files navigation

ebox86/hello πŸ‘‹

Tiny Next.js "hello" container for smoke tests and IaC placeholders.

Screenshot

  • Big hello πŸ‘‹ in the center
  • Light/dark toggle
  • Gradient background
  • Small debug panel (time + basic connection info)
  • JSON endpoint at /api/hello

Run locally

 npm install
 npm run dev
 # http://localhost:3000

Docker

Build:

 docker build -t ghcr.io/ebox86/hello:latest .

Run:

 docker run --rm -p 3000:3000 ghcr.io/ebox86/hello:latest
 # http://localhost:3000
 # http://localhost:3000/api/hello

Image (distroless Node 22, Next.js standalone):

  • ~172 MB uncompressed (see with docker images ghcr.io/ebox86/hello)

API

GET /api/hello β†’ JSON like:

 {
 "message": "hello πŸ‘‹",
 "time": "2025-12-12T04:41:06.123Z",
 "host": "localhost:3000",
 "path": "/api/hello",
 "protocol": "http",
 "containerHostname": "hello-7c9d4bbf47-abcde",
 "version": "0.1.0"
 }

Image reference

Use this in IaC / manifests:

 ghcr.io/ebox86/hello:latest

About

a small test container used as a placeholder for iac and other usecases

Resources

Stars

Watchers

Forks

Packages

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /