Skip to content

Commit

Permalink
Continuing homepage experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Apr 7, 2024
1 parent b7c1639 commit 0e85da6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
13 changes: 11 additions & 2 deletions kubernetes/main/apps/self-hosted/homepage/app/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,24 @@ data:
key: {{HOMEPAGE_VAR_CLOUDFLARED_API_TOKEN}}
fields: ["status"]
- PiHole:
href: https://pihole.{{HOMEPAGE_VAR_SECRET_TECH_DOMAIN_NAME}}
icon: pihole.png
href: https://pihole.{{HOMEPAGE_VAR_SECRET_TECH_DOMAIN_NAME}}/admin
icon: pi-hole.png
description: PiHole DNS
widget:
type: pihole
url: https://pihole.{{HOMEPAGE_VAR_SECRET_TECH_DOMAIN_NAME}}
key: {{HOMEPAGE_VAR_PIHOLE_TOKEN}}
- Media:
- Overseerr:
href: https://overseerr.{{HOMEPAGE_VAR_SECRET_DOMAIN_NAME}}
siteMonitor: https://overseerr.{{HOMEPAGE_VAR_SECRET_DOMAIN_NAME}}
icon: overseerr.png
description: Media Requests
widget:
type: overseerr
url: http://overseerr.media
key: {{HOMEPAGE_VAR_OVERSEERR_TOKEN}}
- Sonarr:
href: https://sonarr.{{HOMEPAGE_VAR_SECRET_DOMAIN_NAME}}
siteMonitor: https://sonarr.{{HOMEPAGE_VAR_SECRET_DOMAIN_NAME}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ spec:

## Media
HOMEPAGE_VAR_PROWLARR_TOKEN: "{{ .prowlarr_APIKEY }}"
HOMEPAGE_VAR_OVERSEERR_TOKEN: "{{ .overseerr_API_KEY }}"
HOMEPAGE_VAR_QBITTORRENT_USERNAME: "{{ .qbittorrent_username }}"
HOMEPAGE_VAR_QBITTORRENT_PASSWORD: "{{ .qbittorrent_password }}"
HOMEPAGE_VAR_RADARR_TOKEN: "{{ .radarr_RADARR_APIKEY }}"
Expand Down Expand Up @@ -71,6 +72,12 @@ spec:
- regexp:
source: "(.*)"
target: "home_assistant_$1"
- extract:
key: overseerr
rewrite:
- regexp:
source: "(.*)"
target: "overseerr_$1"
- extract:
key: pihole
rewrite:
Expand Down

0 comments on commit 0e85da6

Please sign in to comment.