parent
7b71ecfa96
commit
2b6f1a0c41
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
appVersion: v0.9.0.5
|
appVersion: v0.9.0.5
|
||||||
description: Bazarr is a companion application to Bazarr and Radarr. It manages and downloads subtitles based on your requirements
|
description: Bazarr is a companion application to Bazarr and Radarr. It manages and downloads subtitles based on your requirements
|
||||||
name: bazarr
|
name: bazarr
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
upstream_version: 5.2.1
|
upstream_version: 5.2.1
|
||||||
keywords:
|
keywords:
|
||||||
- bazarr
|
- bazarr
|
|
@ -248,8 +248,23 @@ questions:
|
||||||
$ref:
|
$ref:
|
||||||
- "normalize/ixVolume"
|
- "normalize/ixVolume"
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enabled"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
required: true
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
|
- variable: emptyDir
|
||||||
|
label: "emptyDir"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
- variable: datasetName
|
- variable: datasetName
|
||||||
label: "downloads Name"
|
label: "Dataset Name"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "downloads"
|
default: "downloads"
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: lazylibrarian
|
name: lazylibrarian
|
||||||
description: A Helm chart for deploying LazyLibrarian
|
description: A Helm chart for deploying LazyLibrarian
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
appVersion: 1.7.2
|
appVersion: 1.7.2
|
||||||
upstream_version: 2.1.0
|
upstream_version: 2.1.0
|
||||||
keywords:
|
keywords:
|
|
@ -249,8 +249,23 @@ questions:
|
||||||
$ref:
|
$ref:
|
||||||
- "normalize/ixVolume"
|
- "normalize/ixVolume"
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enabled"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
required: true
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
|
- variable: emptyDir
|
||||||
|
label: "emptyDir"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
- variable: datasetName
|
- variable: datasetName
|
||||||
label: "downloads Name"
|
label: "Dataset Name"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "downloads"
|
default: "downloads"
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
appVersion: 0.8.0.1886
|
appVersion: 0.8.0.1886
|
||||||
description: Looks and smells like Sonarr but made for music
|
description: Looks and smells like Sonarr but made for music
|
||||||
name: lidarr
|
name: lidarr
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
keywords:
|
keywords:
|
||||||
- lidarr
|
- lidarr
|
||||||
- torrent
|
- torrent
|
|
@ -248,8 +248,23 @@ questions:
|
||||||
$ref:
|
$ref:
|
||||||
- "normalize/ixVolume"
|
- "normalize/ixVolume"
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enabled"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
required: true
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
|
- variable: emptyDir
|
||||||
|
label: "emptyDir"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
- variable: datasetName
|
- variable: datasetName
|
||||||
label: "downloads Name"
|
label: "Dataset Name"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "downloads"
|
default: "downloads"
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
appVersion: 4.0.8
|
appVersion: 4.0.8
|
||||||
description: Lychee is a free photo-management tool, which runs on your server or web-space
|
description: Lychee is a free photo-management tool, which runs on your server or web-space
|
||||||
name: lychee
|
name: lychee
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
upstream_version: 2.3.1
|
upstream_version: 2.3.1
|
||||||
keywords:
|
keywords:
|
||||||
- lychee
|
- lychee
|
|
@ -241,14 +241,29 @@ questions:
|
||||||
type: hostpath
|
type: hostpath
|
||||||
required: true
|
required: true
|
||||||
- variable: sym
|
- variable: sym
|
||||||
label: "downloads dataset"
|
label: "sym dataset"
|
||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
$ref:
|
$ref:
|
||||||
- "normalize/ixVolume"
|
- "normalize/ixVolume"
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enabled"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
required: true
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
|
- variable: emptyDir
|
||||||
|
label: "emptyDir"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
- variable: datasetName
|
- variable: datasetName
|
||||||
label: "sym Name"
|
label: "Dataset Name"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "sym"
|
default: "sym"
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
appVersion: 3.0.0.3989
|
appVersion: 3.0.0.3989
|
||||||
description: A fork of Sonarr to work with movies à la Couchpotato
|
description: A fork of Sonarr to work with movies à la Couchpotato
|
||||||
name: radarr
|
name: radarr
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
keywords:
|
keywords:
|
||||||
- radarr
|
- radarr
|
||||||
- torrent
|
- torrent
|
|
@ -249,8 +249,23 @@ questions:
|
||||||
$ref:
|
$ref:
|
||||||
- "normalize/ixVolume"
|
- "normalize/ixVolume"
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enabled"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
required: true
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
|
- variable: emptyDir
|
||||||
|
label: "emptyDir"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
- variable: datasetName
|
- variable: datasetName
|
||||||
label: "downloads Name"
|
label: "Dataset Name"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "downloads"
|
default: "downloads"
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
appversion: 0.2.0.351
|
appversion: 0.2.0.351
|
||||||
description: A fork of Radarr to work with Books & AudioBooks
|
description: A fork of Radarr to work with Books & AudioBooks
|
||||||
name: readarr
|
name: readarr
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
upstream_version: 1.1.1
|
upstream_version: 1.1.1
|
||||||
keywords:
|
keywords:
|
||||||
- readarr
|
- readarr
|
|
@ -247,8 +247,23 @@ questions:
|
||||||
$ref:
|
$ref:
|
||||||
- "normalize/ixVolume"
|
- "normalize/ixVolume"
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enabled"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
required: true
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
|
- variable: emptyDir
|
||||||
|
label: "emptyDir"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
- variable: datasetName
|
- variable: datasetName
|
||||||
label: "downloads Name"
|
label: "Dataset Name"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "downloads"
|
default: "downloads"
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
appVersion: 3.0.4.993
|
appVersion: 3.0.4.993
|
||||||
description: Smart PVR for newsgroup and bittorrent users
|
description: Smart PVR for newsgroup and bittorrent users
|
||||||
name: sonarr
|
name: sonarr
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
keywords:
|
keywords:
|
||||||
- sonarr
|
- sonarr
|
||||||
- torrent
|
- torrent
|
|
@ -249,8 +249,23 @@ questions:
|
||||||
$ref:
|
$ref:
|
||||||
- "normalize/ixVolume"
|
- "normalize/ixVolume"
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enabled"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
required: true
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
|
- variable: emptyDir
|
||||||
|
label: "emptyDir"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
- variable: datasetName
|
- variable: datasetName
|
||||||
label: "downloads Name"
|
label: "Dataset Name"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "downloads"
|
default: "downloads"
|
Loading…
Reference in New Issue