feat: add komodo widget
This commit is contained in:
@@ -26,6 +26,20 @@ spec:
|
|||||||
key: /cl01tl/argocd/credentials/homepage
|
key: /cl01tl/argocd/credentials/homepage
|
||||||
metadataPolicy: None
|
metadataPolicy: None
|
||||||
property: token
|
property: token
|
||||||
|
- secretKey: HOMEPAGE_VAR_KOMODO_API_KEY
|
||||||
|
remoteRef:
|
||||||
|
conversionStrategy: Default
|
||||||
|
decodingStrategy: None
|
||||||
|
key: /cl01tl/komodo/homepage
|
||||||
|
metadataPolicy: None
|
||||||
|
property: key
|
||||||
|
- secretKey: HOMEPAGE_VAR_KOMODO_API_SECRET
|
||||||
|
remoteRef:
|
||||||
|
conversionStrategy: Default
|
||||||
|
decodingStrategy: None
|
||||||
|
key: /cl01tl/komodo/homepage
|
||||||
|
metadataPolicy: None
|
||||||
|
property: secret
|
||||||
- secretKey: HOMEPAGE_VAR_SYNOLOGY_USER
|
- secretKey: HOMEPAGE_VAR_SYNOLOGY_USER
|
||||||
remoteRef:
|
remoteRef:
|
||||||
conversionStrategy: Default
|
conversionStrategy: Default
|
||||||
|
|||||||
@@ -354,18 +354,25 @@ homepage:
|
|||||||
url: http://argocd-server.argocd:80
|
url: http://argocd-server.argocd:80
|
||||||
key: {{ "{{HOMEPAGE_VAR_ARGOCD_API_TOKEN}}" }}
|
key: {{ "{{HOMEPAGE_VAR_ARGOCD_API_TOKEN}}" }}
|
||||||
fields: ["outOfSync", "progressing", "suspended", "degraded"]
|
fields: ["outOfSync", "progressing", "suspended", "degraded"]
|
||||||
- Deployment Workflows:
|
|
||||||
icon: sh-argo-cd.webp
|
|
||||||
description: Argo Workflows
|
|
||||||
href: https://argo-workflows.alexlebens.net
|
|
||||||
siteMonitor: http://argo-workflows-server.argo-workflows:2746
|
|
||||||
statusStyle: dot
|
|
||||||
- Docker Deployment:
|
- Docker Deployment:
|
||||||
icon: sh-komodo-light.webp
|
icon: sh-komodo-light.webp
|
||||||
description: Komodo
|
description: Komodo
|
||||||
href: https://komodo.alexlebens.net
|
href: https://komodo.alexlebens.net
|
||||||
siteMonitor: http://komodo-main.komodo:80
|
siteMonitor: http://komodo-main.komodo:80
|
||||||
statusStyle: dot
|
statusStyle: dot
|
||||||
|
widget:
|
||||||
|
type: komodo
|
||||||
|
url: http://komodo-main.komodo:80
|
||||||
|
key: {{ "{{HOMEPAGE_VAR_KOMODO_API_KEY}}" }}
|
||||||
|
secret: {{ "{{HOMEPAGE_VAR_KOMODO_API_SECRET}}" }}
|
||||||
|
showStacks: true
|
||||||
|
fields: ["running", "down", "unhealthy", "unknown"]
|
||||||
|
- Deployment Workflows:
|
||||||
|
icon: sh-argo-cd.webp
|
||||||
|
description: Argo Workflows
|
||||||
|
href: https://argo-workflows.alexlebens.net
|
||||||
|
siteMonitor: http://argo-workflows-server.argo-workflows:2746
|
||||||
|
statusStyle: dot
|
||||||
- Uptime:
|
- Uptime:
|
||||||
icon: sh-gatus.webp
|
icon: sh-gatus.webp
|
||||||
description: Gatus
|
description: Gatus
|
||||||
|
|||||||
Reference in New Issue
Block a user