Kener.ing provides a straightforward way to build and manage your own service status page. As an open-source solution, it gives you complete control over your data and hosting environment. Built with a modern technology stack including Svelte and TailwindCSS, it delivers a fast, responsive, and visually appealing interface for your users to check the health of your services.
Keep your audience informed and build trust through transparency. This tool allows you to:
services:
kener:
image: rajnandan1/kener:latest
container_name: kener
environment:
- TZ=UTC
- NODE_ENV=production
- GH_TOKEN=${GH_TOKEN}
- API_TOKEN=${API_TOKEN}
ports:
- "3000:3000"
volumes:
- ./config:/config
restart: unless-stopped
# GitHub Personal Access Token (required if using GitHub as an incident source)
GH_TOKEN=your_github_personal_access_token
# Secret token for securing Kener API endpoints
API_TOKEN=your_super_secret_api_token
Auto-fetched 6 minutes ago
Auto-fetched 6 minutes ago