added pihole

This commit is contained in:
2026-01-06 17:51:07 +01:00
parent 2fd6710807
commit e3d9839612
+11 -1
View File
@@ -197,6 +197,12 @@ data:
icon: termix.png icon: termix.png
href: https://termix.dooplex.hu href: https://termix.dooplex.hu
description: Web-based Server Management description: Web-based Server Management
- Pi-hole:
icon: pi-hole.png
href: https://pihole.dooplex.hu/admin
description: DNS Sinkhole (Adblock)
version: 6
key: "{{HOMEPAGE_VAR_PIHOLE_API_KEY}}"
- qBittorrent: - qBittorrent:
icon: qbittorrent.png icon: qbittorrent.png
href: https://qbittorrent.dooplex.hu href: https://qbittorrent.dooplex.hu
@@ -208,7 +214,6 @@ data:
password: "{{HOMEPAGE_VAR_QBITTORRENT_PASS}}" password: "{{HOMEPAGE_VAR_QBITTORRENT_PASS}}"
enableLeechProgress: true # optional, defaults to false enableLeechProgress: true # optional, defaults to false
enableLeechSize: true # optional, defaults to false enableLeechSize: true # optional, defaults to false
- Media: - Media:
- Arcade: - Arcade:
icon: romm.png icon: romm.png
@@ -763,6 +768,11 @@ spec:
secretKeyRef: secretKeyRef:
name: homepage-secrets name: homepage-secrets
key: immich-api-key key: immich-api-key
- name: HOMEPAGE_VAR_PIHOLE_API_KEY
valueFrom:
secretKeyRef:
name: homepage-secrets
key: pihole
- name: HOMEPAGE_VAR_AUDIOBOOKSHELF_API_KEY - name: HOMEPAGE_VAR_AUDIOBOOKSHELF_API_KEY
valueFrom: valueFrom:
secretKeyRef: secretKeyRef: