convert to app template
This commit is contained in:
@@ -70,13 +70,20 @@ spec:
|
||||
key: /cl01tl/radarr5-4k/key
|
||||
metadataPolicy: None
|
||||
property: key
|
||||
- secretKey: HOMEPAGE_VAR_LIDARR_KEY
|
||||
- secretKey: HOMEPAGE_VAR_LIDARR2_KEY
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /cl01tl/lidarr2/key
|
||||
metadataPolicy: None
|
||||
property: key
|
||||
- secretKey: HOMEPAGE_VAR_READARR_BOOKS_KEY
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /cl01tl/readarr-books/key
|
||||
metadataPolicy: None
|
||||
property: key
|
||||
- secretKey: HOMEPAGE_VAR_PROWLARR_KEY
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
|
@@ -485,11 +485,11 @@ homepage:
|
||||
icon: sonarr.png
|
||||
description: TV Shows
|
||||
href: https://sonarr.alexlebens.net
|
||||
siteMonitor: http://sonarr4.sonarr4:8989
|
||||
siteMonitor: http://sonarr4.sonarr4:80
|
||||
statusStyle: dot
|
||||
widget:
|
||||
type: sonarr
|
||||
url: http://sonarr4.sonarr4:8989
|
||||
url: http://sonarr4.sonarr4:80
|
||||
key: {{ "{{HOMEPAGE_VAR_SONARR_KEY}}" }}
|
||||
fields: ["wanted", "queued", "series"]
|
||||
enableQueue: false
|
||||
@@ -497,11 +497,11 @@ homepage:
|
||||
icon: sonarr.png
|
||||
description: TV Shows 4K
|
||||
href: https://sonarr-4k.alexlebens.net
|
||||
siteMonitor: http://sonarr4-4k.sonarr4-4k:8989
|
||||
siteMonitor: http://sonarr4-4k.sonarr4-4k:80
|
||||
statusStyle: dot
|
||||
widget:
|
||||
type: sonarr
|
||||
url: http://sonarr4-4k.sonarr4-4k:8989
|
||||
url: http://sonarr4-4k.sonarr4-4k:80
|
||||
key: {{ "{{HOMEPAGE_VAR_SONARR4K_KEY}}" }}
|
||||
fields: ["wanted", "queued", "series"]
|
||||
enableQueue: false
|
||||
@@ -510,11 +510,11 @@ homepage:
|
||||
icon: radarr.png
|
||||
description: Movies
|
||||
href: https://radarr.alexlebens.net
|
||||
siteMonitor: http://radarr5.radarr5:7878
|
||||
siteMonitor: http://radarr5.radarr5:80
|
||||
statusStyle: dot
|
||||
widget:
|
||||
type: radarr
|
||||
url: http://radarr5.radarr5:7878
|
||||
url: http://radarr5.radarr5:80
|
||||
key: {{ "{{HOMEPAGE_VAR_RADARR_KEY}}" }}
|
||||
fields: ["wanted", "queued", "movies"]
|
||||
enableQueue: false
|
||||
@@ -522,11 +522,11 @@ homepage:
|
||||
icon: radarr.png
|
||||
description: Movies 4K
|
||||
href: https://radarr-4k.alexlebens.net
|
||||
siteMonitor: http://radarr5-4k.radarr5-4k:7878
|
||||
siteMonitor: http://radarr5-4k.radarr5-4k:80
|
||||
statusStyle: dot
|
||||
widget:
|
||||
type: radarr
|
||||
url: http://radarr5-4k.radarr5-4k:7878
|
||||
url: http://radarr5-4k.radarr5-4k:80
|
||||
key: {{ "{{HOMEPAGE_VAR_RADARR4K_KEY}}" }}
|
||||
fields: ["wanted", "queued", "movies"]
|
||||
enableQueue: false
|
||||
@@ -540,14 +540,20 @@ homepage:
|
||||
widget:
|
||||
type: lidarr
|
||||
url: http://lidarr2.lidarr2:80
|
||||
key: {{ "{{HOMEPAGE_VAR_LIDARR_KEY}}" }}
|
||||
key: {{ "{{HOMEPAGE_VAR_LIDARR2_KEY}}" }}
|
||||
fields: ["wanted", "queued", "artists"]
|
||||
- Readarr Books:
|
||||
icon: readarr.png
|
||||
description: Books
|
||||
href: https://readarr-books.alexlebens.net
|
||||
siteMonitor: http://readarr-books.readarr-books:8787
|
||||
siteMonitor: http://readarr-books.readarr-books:80
|
||||
statusStyle: dot
|
||||
widget:
|
||||
type: readarr
|
||||
url: http://readarr-books.readarr-books:80
|
||||
key: {{ "{{HOMEPAGE_VAR_READARR_BOOKS_KEY}}" }}
|
||||
fields: ["wanted", "queued", "series"]
|
||||
enableQueue: false
|
||||
- Lazy Librarian:
|
||||
icon: lazylibrarian.png
|
||||
description: Books
|
||||
|
Reference in New Issue
Block a user