added tandoor, seer
This commit is contained in:
@@ -254,6 +254,14 @@ data:
|
|||||||
type: prowlarr
|
type: prowlarr
|
||||||
url: http://prowlarr.servarr-system.svc.cluster.local:9696
|
url: http://prowlarr.servarr-system.svc.cluster.local:9696
|
||||||
key: "{{HOMEPAGE_VAR_PROWLARR_API_KEY}}"
|
key: "{{HOMEPAGE_VAR_PROWLARR_API_KEY}}"
|
||||||
|
- Seerr:
|
||||||
|
icon: overseerr.png
|
||||||
|
href: https://seerr.dooplex.hu
|
||||||
|
description: Movie, TV Show Request
|
||||||
|
widget:
|
||||||
|
type: overseerr
|
||||||
|
url: http://seerr.servarr-system.svc.cluster.local:5055
|
||||||
|
key: "{{HOMEPAGE_VAR_SEERR_API_KEY}}"
|
||||||
|
|
||||||
- Productivity:
|
- Productivity:
|
||||||
- ActialBudget:
|
- ActialBudget:
|
||||||
@@ -284,6 +292,14 @@ data:
|
|||||||
icon: privatebin.png
|
icon: privatebin.png
|
||||||
href: https://privatebin.dooplex.hu
|
href: https://privatebin.dooplex.hu
|
||||||
description: Pastebin
|
description: Pastebin
|
||||||
|
- Tandoor:
|
||||||
|
icon: tandoor.png
|
||||||
|
href: https://tandoor.dooplex.hu
|
||||||
|
description: Recipe Manager
|
||||||
|
widget:
|
||||||
|
type: tandoor
|
||||||
|
url: http://tandoor.tandoor-system.cluster.local:8080
|
||||||
|
key: "{{HOMEPAGE_VAR_TANDOOR_API_KEY}}"
|
||||||
- Vaultwarden:
|
- Vaultwarden:
|
||||||
icon: bitwarden.png
|
icon: bitwarden.png
|
||||||
href: https://vaultwarden.dooplex.hu
|
href: https://vaultwarden.dooplex.hu
|
||||||
@@ -314,7 +330,7 @@ data:
|
|||||||
icon: https://nextcloud.dooplex.hu/s/sD9GdyEZNFdxRns/download
|
icon: https://nextcloud.dooplex.hu/s/sD9GdyEZNFdxRns/download
|
||||||
- greeting:
|
- greeting:
|
||||||
text_size: xl
|
text_size: xl
|
||||||
text: "Welcome to Dooplex"
|
text: "Welcome!"
|
||||||
- datetime:
|
- datetime:
|
||||||
text_size: l
|
text_size: l
|
||||||
format:
|
format:
|
||||||
@@ -419,6 +435,11 @@ spec:
|
|||||||
- name: TZ
|
- name: TZ
|
||||||
value: "Europe/Budapest"
|
value: "Europe/Budapest"
|
||||||
# Optional: Widget API keys (create secret with these if needed)
|
# Optional: Widget API keys (create secret with these if needed)
|
||||||
|
- name: HOMEPAGE_VAR_TANDOOR_API_KEY
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: homepage-secrets
|
||||||
|
key: tandoor-api-key
|
||||||
- name: HOMEPAGE_VAR_PROWLARR_API_KEY
|
- name: HOMEPAGE_VAR_PROWLARR_API_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
@@ -439,6 +460,11 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: homepage-secrets
|
name: homepage-secrets
|
||||||
key: radarrkids-api-key
|
key: radarrkids-api-key
|
||||||
|
- name: HOMEPAGE_VAR_SEERR_API_KEY
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: homepage-secrets
|
||||||
|
key: seerr-api-key
|
||||||
- name: HOMEPAGE_VAR_IMMICH_API_KEY
|
- name: HOMEPAGE_VAR_IMMICH_API_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user