chore: initial test commit
This commit is contained in:
commit
1312ca5fbc
5 changed files with 47 additions and 0 deletions
1
kener/Dockerfile
Normal file
1
kener/Dockerfile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
FROM ghcr.io/rajnandan1/kener:3.2.13
|
17
kener/config.yaml
Normal file
17
kener/config.yaml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
name: Kener
|
||||||
|
description: Modern Statuspage
|
||||||
|
version: "0.1.0"
|
||||||
|
slug: kener
|
||||||
|
init: false
|
||||||
|
|
||||||
|
arch:
|
||||||
|
- amd64
|
||||||
|
|
||||||
|
ports:
|
||||||
|
3000/tcp: null
|
||||||
|
ports_description:
|
||||||
|
3000/tcp: Web interface
|
||||||
|
|
||||||
|
ingress: true
|
||||||
|
panel_icon: mdi:chart-timeline
|
||||||
|
panel_title: Kener
|
3
repository.yaml
Normal file
3
repository.yaml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
name: foosinns repository
|
||||||
|
url: https://git.kube.f2o.io/foosinn/hass-addmins
|
||||||
|
maintainer: foosinn <hass@f2o.io>
|
3
victoriametrics/Dockerfile
Normal file
3
victoriametrics/Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
FROM victoriametrics/victoria-metrics:v1.115.0-scratch
|
||||||
|
|
||||||
|
CMD ["-storageDataPath=/share/victoriametrics", "--promscrape.config=/share/victoriametrics/prometheus.yml"]
|
23
victoriametrics/config.yaml
Normal file
23
victoriametrics/config.yaml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
name: VictoraMetrics
|
||||||
|
description: VictoriaMetrics Data
|
||||||
|
version: "0.1.0"
|
||||||
|
slug: victoriametrics
|
||||||
|
init: false
|
||||||
|
|
||||||
|
arch:
|
||||||
|
- amd64
|
||||||
|
|
||||||
|
ports:
|
||||||
|
8428/tcp: null
|
||||||
|
ports_description:
|
||||||
|
8428/tcp: Web interface
|
||||||
|
|
||||||
|
map:
|
||||||
|
- share:rw
|
||||||
|
|
||||||
|
homeassistant_api: true
|
||||||
|
startup: services
|
||||||
|
|
||||||
|
ingress: true
|
||||||
|
panel_icon: mdi:chart-timeline
|
||||||
|
panel_title: VM
|
Loading…
Add table
Add a link
Reference in a new issue