added pihole
This commit is contained in:
@@ -197,6 +197,12 @@ data:
|
||||
icon: termix.png
|
||||
href: https://termix.dooplex.hu
|
||||
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:
|
||||
icon: qbittorrent.png
|
||||
href: https://qbittorrent.dooplex.hu
|
||||
@@ -208,7 +214,6 @@ data:
|
||||
password: "{{HOMEPAGE_VAR_QBITTORRENT_PASS}}"
|
||||
enableLeechProgress: true # optional, defaults to false
|
||||
enableLeechSize: true # optional, defaults to false
|
||||
|
||||
- Media:
|
||||
- Arcade:
|
||||
icon: romm.png
|
||||
@@ -763,6 +768,11 @@ spec:
|
||||
secretKeyRef:
|
||||
name: homepage-secrets
|
||||
key: immich-api-key
|
||||
- name: HOMEPAGE_VAR_PIHOLE_API_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: homepage-secrets
|
||||
key: pihole
|
||||
- name: HOMEPAGE_VAR_AUDIOBOOKSHELF_API_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
Reference in New Issue
Block a user