Skip to content

dxfrontier/nexo-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nexo Container

A lightweight status page featuring Nexo, the dxfrontier robot mascot, served from a minimal Node.js container.

Usage

docker pull ghcr.io/dxfrontier/nexo-container:latest
docker run -p 3000:3000 ghcr.io/dxfrontier/nexo-container:latest

Open http://localhost:3000

Endpoints

Path Description
/ Nexo status page
/healthz Health check ({"status":"ok"})

Build locally

docker build -t nexo .
docker run -p 3000:3000 nexo

License

MIT

About

Nexo - dxfrontier status page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors