Skip to content

Commit 1ecac3d

Browse files
authored
Create kener.json for Kener platform configuration
Added JSON configuration for Kener monitoring platform.
1 parent c43fe3f commit 1ecac3d

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

frontend/public/json/kener.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"name": "Kener",
3+
"slug": "kener",
4+
"categories": [
5+
9
6+
],
7+
"date_created": "2026-02-07",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 3000,
12+
"documentation": "https://kener.ing/docs/home",
13+
"website": "https://kener.ing",
14+
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/kener.webp",
15+
"config_path": "/opt/kener/docker-compose.yaml",
16+
"description": "Kener is a lightweight and flexible monitoring platform designed to track the status, performance, and availability of services and applications in real-time. It provides transparent reporting of incidents, planned maintenance, and uptime history, making it easier for administrators and users to stay informed about system health. With a modern interface and support for notifications, Kener helps teams quickly identify issues, reduce downtime, and maintain reliable operations across their infrastructure.",
17+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "ct/kener.sh",
21+
"resources": {
22+
"cpu": 1,
23+
"ram": 1024,
24+
"hdd": 16,
25+
"os": "debian",
26+
"version": "13"
27+
}
28+
}
29+
],
30+
"default_credentials": {
31+
"username": null,
32+
"password": null
33+
},
34+
"notes": [
35+
{
36+
"text": "To register the first user, open /manage/setup on your domain or IP address (e.g., https://example.com/manage/setup or http://192.168.1.100:3000/manage/setup).",
37+
"type": "info"
38+
},
39+
{
40+
"text": "Kener runs in Docker, and all configuration is managed through the docker-compose.yaml file and the .env file.",
41+
"type": "info"
42+
},
43+
{
44+
"text": "Once running, the Kener web UI is accessible at the ORIGIN URL defined in .env.",
45+
"type": "info"
46+
}
47+
]
48+
}

0 commit comments

Comments
 (0)