auto reload config
This commit is contained in:
parent
d286c4c71b
commit
e23ff48185
7
k8s/configmap-files/bookmarks.yaml
Normal file
7
k8s/configmap-files/bookmarks.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
- Developer:
|
||||||
|
- Github:
|
||||||
|
- abbr: GH
|
||||||
|
href: https://github.com/sortifal
|
||||||
|
- Gitea:
|
||||||
|
- abbr: GT
|
||||||
|
href: https://gitea.vidoks.fr
|
||||||
0
k8s/configmap-files/custom.css
Normal file
0
k8s/configmap-files/custom.css
Normal file
0
k8s/configmap-files/custom.js
Normal file
0
k8s/configmap-files/custom.js
Normal file
0
k8s/configmap-files/docker.yaml
Normal file
0
k8s/configmap-files/docker.yaml
Normal file
1
k8s/configmap-files/kubernetes.yaml
Normal file
1
k8s/configmap-files/kubernetes.yaml
Normal file
@ -0,0 +1 @@
|
|||||||
|
mode: cluster
|
||||||
70
k8s/configmap-files/services.yaml
Normal file
70
k8s/configmap-files/services.yaml
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
- Infrastructure:
|
||||||
|
- Proxmox 1:
|
||||||
|
description: Virtualization
|
||||||
|
href: https://192.168.1.81:8006
|
||||||
|
icon: proxmox.png
|
||||||
|
ping: https://192.168.1.81:8006
|
||||||
|
widget:
|
||||||
|
type: proxmox
|
||||||
|
url: https://192.168.1.81:8006
|
||||||
|
username: api@pam!homepage
|
||||||
|
password: 3bd05cb9-f768-4e22-93c9-c2b3179ed519
|
||||||
|
|
||||||
|
- Proxmox 2:
|
||||||
|
description: Prout
|
||||||
|
href: https://192.168.1.46:8006
|
||||||
|
icon: proxmox.png
|
||||||
|
ping: https://192.168.1.46:8006
|
||||||
|
widget:
|
||||||
|
type: proxmox
|
||||||
|
url: https://192.168.1.46:8006
|
||||||
|
username: root@pam!homepage
|
||||||
|
password: 6d3707fa-be5d-4bff-b1b4-900a5a65f4f9
|
||||||
|
|
||||||
|
- Traefik:
|
||||||
|
description: Routing
|
||||||
|
href: https://192.168.1.87:8080
|
||||||
|
icon: traefik.png
|
||||||
|
ping: https://192.168.1.87:8080
|
||||||
|
widget:
|
||||||
|
type: traefik
|
||||||
|
url: http://192.168.1.87:8080
|
||||||
|
|
||||||
|
- Uptime Kuma:
|
||||||
|
description: Uptime tracker
|
||||||
|
href: https://status.vidoks.fr
|
||||||
|
icon: https://status.vidoks.fr/icon.svg
|
||||||
|
ping: https://status.vidoks.fr
|
||||||
|
widget:
|
||||||
|
type: uptimekuma
|
||||||
|
url: https://status.vidoks.fr
|
||||||
|
slug: pedalo
|
||||||
|
|
||||||
|
- Media Management:
|
||||||
|
- Sonarr:
|
||||||
|
href: http://192.168.1.19:8989
|
||||||
|
description: TV Series Management
|
||||||
|
icon: sonarr.png
|
||||||
|
widget:
|
||||||
|
type: sonarr
|
||||||
|
url: http://192.168.1.19:8989
|
||||||
|
key: 1c5ede99d43d44138fbe9362c732586d
|
||||||
|
fields: ["wanted", "queued", "series"]
|
||||||
|
- Radarr:
|
||||||
|
href: http://192.168.1.19:7878
|
||||||
|
description: Movie Management
|
||||||
|
icon: radarr.png
|
||||||
|
widget:
|
||||||
|
type: radarr
|
||||||
|
url: http://192.168.1.19:7878
|
||||||
|
key: 45180a179dae47c7994c91573cfb12c0
|
||||||
|
fields: ["wanted", "missing", "queued", "movies"]
|
||||||
|
- Prowlarr:
|
||||||
|
href: http://192.168.1.19:9696
|
||||||
|
description: Indexer Management
|
||||||
|
icon: prowlarr.png
|
||||||
|
widget:
|
||||||
|
type: prowlarr
|
||||||
|
url: http://192.168.1.19:9696
|
||||||
|
key: fa8e81fae8ba4168bcaf082bba1d0b8c
|
||||||
|
fields: ["numberOfGrabs", "numberOfQueries", "numberOfIndexers"]
|
||||||
4
k8s/configmap-files/settings.yaml
Normal file
4
k8s/configmap-files/settings.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
title: Sortifal
|
||||||
|
background:
|
||||||
|
image: https://images.unsplash.com/photo-1740775525864-d8cc2ec1983e?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D
|
||||||
|
blur: sm
|
||||||
18
k8s/configmap-files/widgets.yaml
Normal file
18
k8s/configmap-files/widgets.yaml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
- kubernetes:
|
||||||
|
cluster:
|
||||||
|
show: true
|
||||||
|
cpu: true
|
||||||
|
memory: true
|
||||||
|
showLabel: true
|
||||||
|
label: "cluster"
|
||||||
|
nodes:
|
||||||
|
show: false
|
||||||
|
cpu: true
|
||||||
|
memory: true
|
||||||
|
showLabel: true
|
||||||
|
- resources:
|
||||||
|
backend: resources
|
||||||
|
expanded: true
|
||||||
|
cpu: true
|
||||||
|
memory: true
|
||||||
|
network: default
|
||||||
Loading…
x
Reference in New Issue
Block a user