Homepage/k8s/configmap.yaml
Alexis Bruneteau af573c6674 arr widgets
2025-09-05 01:48:35 +02:00

117 lines
3.5 KiB
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: homepage
namespace: homepage
labels:
app.kubernetes.io/name: homepage
data:
kubernetes.yaml: |
mode: cluster
settings.yaml: |
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
custom.css: ""
custom.js: ""
bookmarks.yaml: |
- Developer:
- Github:
- abbr: GH
href: https://github.com/sortifal
- Gitea:
- abbr: GT
href: https://gitea.vidoks.fr
services.yaml: |
- 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: Virtualization
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"]
widgets.yaml: |
- 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
docker.yaml: ""