Compare commits
No commits in common. "cf767c4e6c0c7ec375e62c6f4178219cd9153183" and "d6f9b0a282115702c23ca08716dddf6b0f1b210e" have entirely different histories.
cf767c4e6c
...
d6f9b0a282
4 changed files with 25 additions and 27 deletions
|
@ -1 +0,0 @@
|
|||
FROM twinproduction/gatus:v5.17.0@sha256:e97c1c92c78852d8c13c0fb87e219e61a3ba0205fe0aab2edb6899f71d3c8ec2
|
|
@ -1,26 +0,0 @@
|
|||
name: Gatus
|
||||
description: Statuspage
|
||||
version: "0.1.0"
|
||||
slug: gatus
|
||||
init: false
|
||||
|
||||
arch:
|
||||
- amd64
|
||||
|
||||
ports:
|
||||
8080/tcp: null
|
||||
ports_description:
|
||||
8080/tcp: Web interface
|
||||
|
||||
ingress: true
|
||||
ingress_port: 8080
|
||||
|
||||
panel_icon: mdi:chart-timeline
|
||||
panel_title: Gatus
|
||||
webui: http://[HOST]:[PORT:8080]
|
||||
|
||||
environment:
|
||||
GATUS_CONFIG_PATH: /addon/config.yaml
|
||||
|
||||
map:
|
||||
addon_config: /addon/config.yaml
|
1
kener/Dockerfile
Normal file
1
kener/Dockerfile
Normal file
|
@ -0,0 +1 @@
|
|||
FROM ghcr.io/rajnandan1/kener:3.2.13
|
24
kener/config.yaml
Normal file
24
kener/config.yaml
Normal file
|
@ -0,0 +1,24 @@
|
|||
name: Kener
|
||||
description: Modern Statuspage
|
||||
version: "0.1.7"
|
||||
slug: kener
|
||||
init: false
|
||||
|
||||
arch:
|
||||
- amd64
|
||||
|
||||
ports:
|
||||
3000/tcp: null
|
||||
ports_description:
|
||||
3000/tcp: Web interface
|
||||
|
||||
ingress: true
|
||||
ingress_port: 3000
|
||||
|
||||
panel_icon: mdi:chart-timeline
|
||||
panel_title: Kener
|
||||
webui: http://[HOST]:[PORT:3000]
|
||||
|
||||
environment:
|
||||
KENER_SECRET_KEY: secret_key
|
||||
ORIGIN: http://192.168.2.130:3128
|
Loading…
Add table
Add a link
Reference in a new issue