Compare commits

...

2 commits

Author SHA1 Message Date
Renovate Bot
4e5b1e4383 Add renovate.json 2025-04-20 01:00:13 +00:00
4cae338554 fix(kener): hacky fixes 2025-04-20 00:58:29 +00:00
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,6 @@
name: Kener
description: Modern Statuspage
version: "0.1.2"
version: "0.1.4"
slug: kener
init: false
@ -19,3 +19,7 @@ panel_icon: mdi:chart-timeline
panel_title: Kener
webui: http://[HOST]:[PORT:3000]
environment:
KENER_BASE_PATH: KENER_BASE_PATH
KENER_SECRET_KEY: secret_key
ORIGIN: https://hass.home.f2o.io

3
renovate.json Normal file
View file

@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}