docs(readme): added base path support in feature list in readme

This commit is contained in:
Raj Nandan Sharma
2024-04-29 10:55:57 +05:30
parent 1f449258ab
commit be1ecf1af6
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -31,6 +31,8 @@ It uses files to store the data. Other adapters are coming soon
- Flexible monitor configuration using YAML. Define your own parsing for monitor being UP/DOWN/DEGRADED
- Construct complex API Polls - Chain, Secrets etc
- Supports a Default Status for Monitors. Example defaultStatus=DOWN if you dont hit API per minute with Status UP
- Supports base path for hosting in k8s
- Pre-built docker image for easy deployment
**Customization and Branding:**
- Customizable status page using yaml or code
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "kener",
"version": "0.0.13",
"version": "0.0.14",
"private": false,
"license": "MIT",
"description": "Kener: An open-source Node.js status page application for real-time service monitoring, incident management, and customizable reporting. Simplify service outage tracking, enhance incident communication, and ensure a seamless user experience.",