Skip to content

Commit

Permalink
feat: (homepage): add jellyseerr api secret
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyboardDabbler committed Sep 30, 2024
1 parent c484f58 commit da09b68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubernetes/apps/selfhosted/homepage/app/externalsecret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ spec:
HOMEPAGE_VAR_UNIFI_PASSWORD: "{{ .UNIFI_PASSWORD }}"
## Media
HOMEPAGE_VAR_JELLYFIN_API_KEY: "{{ .JELLYFIN_API_KEY }}"
HOMEPAGE_VAR_JELLYSEERR_API_KEY: "{{ .JELLYSEERR_API_KEY }}"
dataFrom:
- extract:
key: bazarr
Expand All @@ -39,6 +40,8 @@ spec:
key: homepage
- extract:
key: jellyfin
- extract:
key: jellyseerr
- extract:
key: prowlarr
- extract:
Expand Down

0 comments on commit da09b68

Please sign in to comment.