Favicon of Kener

Kener

Build and host a beautiful status page for your services. This open-source system uses Svelte and TailwindCSS to keep your users informed and updated.

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:

  • Monitor and display the status of individual system components.
  • Offer user subscriptions for real-time incident notifications.
  • Customize the look and feel, including a dark mode, to match your brand.
  • Host it on your own infrastructure for maximum privacy and control.

Directory Structure

kener
config
.env
docker-compose.yml

docker-compose.yml

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

.env

# 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

Share:

Ad
Favicon

 

  
 

Similar to Kener

Favicon

 

  
  
Favicon

 

  
  
Favicon