Default to blank for persistenceList (#593)

* Default to blank for persistenceList

* also on prototype

* Also require it
This commit is contained in:
Stavros Kois 2021-06-26 10:02:41 +03:00 committed by GitHub
parent 8ba2276630
commit 2fa696441b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
100 changed files with 152 additions and 106 deletions

View File

@ -17,4 +17,4 @@ name: nzbhydra
sources: sources:
- https://github.com/theotherp/nzbhydra2 - https://github.com/theotherp/nzbhydra2
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -437,7 +437,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -19,4 +19,4 @@ maintainers:
name: prototype-gui name: prototype-gui
sources: null sources: null
type: application type: application
version: 1.2.8 version: 1.2.9

View File

@ -133,7 +133,6 @@ questions:
type: boolean type: boolean
default: false default: false
- variable: service - variable: service
group: "Networking and Services" group: "Networking and Services"
label: "Configure Service(s)" label: "Configure Service(s)"
@ -356,7 +355,7 @@ questions:
type: string type: string
default: "100Gi" default: "100Gi"
- variable: persistenceList - variable: persistenceList
label: "Custom app storage" label: "Additional app storage"
group: "Storage and Persistence" group: "Storage and Persistence"
schema: schema:
type: list type: list
@ -438,7 +437,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:
@ -559,7 +559,6 @@ questions:
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
label: "Security Context" label: "Security Context"
@ -612,7 +611,6 @@ questions:
- value: "Always" - value: "Always"
description: "Always" description: "Always"
- variable: resources - variable: resources
group: "Resources and Devices" group: "Resources and Devices"
label: "" label: ""

View File

@ -26,4 +26,4 @@ name: appdaemon
sources: sources:
- https://github.com/AppDaemon/appdaemon - https://github.com/AppDaemon/appdaemon
type: application type: application
version: 3.1.5 version: 3.1.6

View File

@ -363,7 +363,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -29,4 +29,4 @@ sources:
- https://github.com/Bazarr/Bazarr - https://github.com/Bazarr/Bazarr
- https://hub.docker.com/r/linuxserver/bazarr - https://hub.docker.com/r/linuxserver/bazarr
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -437,7 +437,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -23,4 +23,4 @@ sources:
- https://hub.docker.com/r/linuxserver/calibre-web/ - https://hub.docker.com/r/linuxserver/calibre-web/
- https://github.com/janeczku/calibre-web - https://github.com/janeczku/calibre-web
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -449,7 +449,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -21,4 +21,4 @@ name: deluge
sources: sources:
- https://github.com/deluge-torrent/deluge - https://github.com/deluge-torrent/deluge
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -566,7 +566,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -27,4 +27,4 @@ name: fireflyiii
sources: sources:
- https://github.com/firefly-iii/firefly-iii/ - https://github.com/firefly-iii/firefly-iii/
type: application type: application
version: 4.2.2 version: 4.2.3

View File

@ -632,7 +632,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -21,4 +21,4 @@ sources:
- https://github.com/FreshRSS/FreshRSS - https://github.com/FreshRSS/FreshRSS
- https://hub.docker.com/r/linuxserver/freshrss - https://hub.docker.com/r/linuxserver/freshrss
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -449,7 +449,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -22,4 +22,4 @@ name: gaps
sources: sources:
- https://github.com/JasonHHouse/gaps - https://github.com/JasonHHouse/gaps
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -436,7 +436,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -20,4 +20,4 @@ name: grocy
sources: sources:
- https://github.com/grocy/grocy - https://github.com/grocy/grocy
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -448,7 +448,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -21,4 +21,4 @@ name: haste-server
sources: sources:
- https://github.com/seejohnrun/haste-server - https://github.com/seejohnrun/haste-server
- https://github.com/k8s-at-home/container-images - https://github.com/k8s-at-home/container-images
version: 1.1.5 version: 1.1.6

View File

@ -448,7 +448,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -18,4 +18,4 @@ maintainers:
name: heimdall name: heimdall
sources: null sources: null
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -449,7 +449,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -24,4 +24,4 @@ sources:
- https://gitlab.com/LazyLibrarian/LazyLibrarian.git - https://gitlab.com/LazyLibrarian/LazyLibrarian.git
- https://lazylibrarian.gitlab.io - https://lazylibrarian.gitlab.io
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -449,7 +449,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -23,4 +23,4 @@ sources:
- https://github.com/LycheeOrg/Lychee - https://github.com/LycheeOrg/Lychee
- https://hub.docker.com/r/lycheeorg/lychee - https://hub.docker.com/r/lycheeorg/lychee
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -449,7 +449,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -19,4 +19,4 @@ maintainers:
name: mealie name: mealie
sources: sources:
- https://github.com/hay-kot/mealie - https://github.com/hay-kot/mealie
version: 1.1.6 version: 1.1.7

View File

@ -443,7 +443,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -21,4 +21,4 @@ name: mosquitto
sources: sources:
- https://github.com/eclipse/mosquitto - https://github.com/eclipse/mosquitto
type: application type: application
version: 1.1.6 version: 1.1.7

View File

@ -558,7 +558,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -22,4 +22,4 @@ sources:
- https://github.com/deluan/navidrome - https://github.com/deluan/navidrome
- https://hub.docker.com/r/deluan/navidrome - https://hub.docker.com/r/deluan/navidrome
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -437,7 +437,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -20,4 +20,4 @@ name: node-red
sources: sources:
- https://github.com/node-red/node-red-docker - https://github.com/node-red/node-red-docker
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -437,7 +437,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -20,4 +20,4 @@ name: nzbget
sources: sources:
- https://nzbget.net/ - https://nzbget.net/
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -437,7 +437,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -20,4 +20,4 @@ sources:
- https://github.com/causefx/Organizr - https://github.com/causefx/Organizr
- https://hub.docker.com/r/organizr/organizr - https://hub.docker.com/r/organizr/organizr
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -559,7 +559,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -24,4 +24,4 @@ sources:
- https://github.com/akhilrex/podgrab - https://github.com/akhilrex/podgrab
- https://hub.docker.com/r/akhilrex/podgrab - https://hub.docker.com/r/akhilrex/podgrab
type: application type: application
version: 4.1.5 version: 4.1.6

View File

@ -445,7 +445,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -21,4 +21,4 @@ name: prowlarr
sources: sources:
- https://github.com/Prowlarr/Prowlarr - https://github.com/Prowlarr/Prowlarr
- https://github.com/k8s-at-home/container-images - https://github.com/k8s-at-home/container-images
version: 1.1.7 version: 1.1.8

View File

@ -450,7 +450,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -19,4 +19,4 @@ maintainers:
name: qbittorrent name: qbittorrent
sources: null sources: null
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -584,7 +584,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -27,4 +27,4 @@ sources:
- https://github.com/Readarr/Readarr - https://github.com/Readarr/Readarr
- https://readarr.com - https://readarr.com
type: application type: application
version: 6.1.6 version: 6.1.7

View File

@ -437,7 +437,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -19,4 +19,4 @@ name: reg
sources: sources:
- https://github.com/genuinetools/reg - https://github.com/genuinetools/reg
- https://github.com/k8s-at-home/container-images/ - https://github.com/k8s-at-home/container-images/
version: 1.1.5 version: 1.1.6

View File

@ -438,7 +438,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -20,4 +20,4 @@ name: sabnzbd
sources: sources:
- https://sabnzbd.org/ - https://sabnzbd.org/
type: application type: application
version: 6.1.6 version: 6.1.7

View File

@ -444,7 +444,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -21,4 +21,4 @@ maintainers:
name: thelounge name: thelounge
sources: sources:
- https://github.com/thelounge/thelounge - https://github.com/thelounge/thelounge
version: 1.1.5 version: 1.1.6

View File

@ -443,7 +443,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -22,4 +22,4 @@ name: tvheadend
sources: sources:
- https://github.com/tvheadend/tvheadend - https://github.com/tvheadend/tvheadend
type: application type: application
version: 7.1.5 version: 7.1.6

View File

@ -545,7 +545,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -21,4 +21,4 @@ sources:
- https://github.com/jacobalberty/unifi-docker - https://github.com/jacobalberty/unifi-docker
- https://unifi-network.ui.com - https://unifi-network.ui.com
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -644,7 +644,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -26,4 +26,4 @@ sources:
- https://github.com/davidnewhall/unpackerr - https://github.com/davidnewhall/unpackerr
- https://hub.docker.com/r/golift/unpackerr - https://hub.docker.com/r/golift/unpackerr
type: application type: application
version: 1.1.6 version: 1.1.7

View File

@ -331,7 +331,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -25,4 +25,4 @@ sources:
- https://sdk.collaboraonline.com/contents.html - https://sdk.collaboraonline.com/contents.html
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm - https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
type: application type: application
version: 6.1.6 version: 6.1.7

View File

@ -352,7 +352,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -25,4 +25,4 @@ sources:
- https://hub.docker.com/r/deepquestai/deepstack - https://hub.docker.com/r/deepquestai/deepstack
- https://www.deepstack.cc/ - https://www.deepstack.cc/
type: application type: application
version: 4.1.5 version: 4.1.6

View File

@ -502,7 +502,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -25,4 +25,4 @@ sources:
- https://hub.docker.com/r/linuxserver/emby - https://hub.docker.com/r/linuxserver/emby
- https://github.com/linuxserver/docker-emby.git - https://github.com/linuxserver/docker-emby.git
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -436,7 +436,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -24,4 +24,4 @@ sources:
- https://github.com/esphome/esphome - https://github.com/esphome/esphome
- https://hub.docker.com/u/esphome - https://hub.docker.com/u/esphome
type: application type: application
version: 6.1.6 version: 6.1.7

View File

@ -540,7 +540,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -27,4 +27,4 @@ sources:
- https://hub.docker.com/r/jlesage/handbrake/ - https://hub.docker.com/r/jlesage/handbrake/
- https://handbrake.fr/ - https://handbrake.fr/
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -618,7 +618,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -25,4 +25,4 @@ sources:
- https://github.com/home-assistant/home-assistant - https://github.com/home-assistant/home-assistant
- https://github.com/cdr/code-server - https://github.com/cdr/code-server
type: application type: application
version: 6.1.8 version: 6.1.9

View File

@ -464,7 +464,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -24,4 +24,4 @@ name: jackett
sources: sources:
- https://github.com/Jackett/Jackett - https://github.com/Jackett/Jackett
type: application type: application
version: 6.1.8 version: 6.1.9

View File

@ -436,7 +436,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -24,4 +24,4 @@ name: jellyfin
sources: sources:
- https://github.com/jellyfin/jellyfin - https://github.com/jellyfin/jellyfin
type: application type: application
version: 6.1.6 version: 6.1.7

View File

@ -436,7 +436,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -22,4 +22,4 @@ name: kms
sources: sources:
- https://github.com/SystemRage/py-kms - https://github.com/SystemRage/py-kms
type: application type: application
version: 6.1.6 version: 6.1.7

View File

@ -324,7 +324,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -24,4 +24,4 @@ name: lidarr
sources: sources:
- https://github.com/Lidarr/Lidarr - https://github.com/Lidarr/Lidarr
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -436,7 +436,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -27,4 +27,4 @@ name: ombi
sources: sources:
- https://github.com/tidusjar/Ombi - https://github.com/tidusjar/Ombi
type: application type: application
version: 6.1.8 version: 6.1.9

View File

@ -436,7 +436,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -22,4 +22,4 @@ maintainers:
name: plex name: plex
sources: null sources: null
type: application type: application
version: 5.1.7 version: 5.1.8

View File

@ -455,7 +455,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -24,4 +24,4 @@ name: radarr
sources: sources:
- https://github.com/Radarr/Radarr - https://github.com/Radarr/Radarr
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -436,7 +436,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -24,4 +24,4 @@ name: sonarr
sources: sources:
- https://github.com/Sonarr/Sonarr - https://github.com/Sonarr/Sonarr
type: application type: application
version: 6.1.6 version: 6.1.7

View File

@ -436,7 +436,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -24,4 +24,4 @@ sources:
- https://github.com/syncthing/syncthing - https://github.com/syncthing/syncthing
- https://hub.docker.com/r/syncthing/syncthing - https://hub.docker.com/r/syncthing/syncthing
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -498,7 +498,6 @@ questions:
default: 21027 default: 21027
required: true required: true
- variable: persistence - variable: persistence
label: "Integrated Persistent Storage" label: "Integrated Persistent Storage"
group: "Storage and Persistence" group: "Storage and Persistence"
@ -698,7 +697,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -23,4 +23,4 @@ name: tautulli
sources: sources:
- https://github.com/Tautulli/Tautulli - https://github.com/Tautulli/Tautulli
type: application type: application
version: 6.1.6 version: 6.1.7

View File

@ -436,7 +436,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -25,4 +25,4 @@ sources:
- https://github.com/transmission/transmission - https://github.com/transmission/transmission
- https://hub.docker.com/r/linuxserver/transmission - https://hub.docker.com/r/linuxserver/transmission
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -225,7 +225,7 @@ questions:
type: string type: string
default: "" default: ""
- variable: TRANSMISSION_PEER_ID_TTL_HOURS - variable: TRANSMISSION_PEER_ID_TTL_HOURS
label: TRANSMISSION_PEER_ID_TTL_HOURS label: TRANSMISSION_PEER_ID_TTL_HOURS
schema: schema:
type: int type: int
default: 6 default: 6
@ -924,7 +924,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -22,4 +22,4 @@ name: truecommand
sources: sources:
- https://hub.docker.com/r/ixsystems/truecommand - https://hub.docker.com/r/ixsystems/truecommand
type: application type: application
version: 6.1.5 version: 6.1.6

View File

@ -449,7 +449,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -31,4 +31,4 @@ name: vaultwarden
sources: sources:
- https://github.com/dani-garcia/vaultwarden - https://github.com/dani-garcia/vaultwarden
type: application type: application
version: 3.2.2 version: 3.2.3

View File

@ -962,7 +962,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema:

View File

@ -27,4 +27,4 @@ sources:
- https://github.com/zwave-js/zwavejs2mqtt - https://github.com/zwave-js/zwavejs2mqtt
- https://hub.docker.com/r/zwavejs/zwavejs2mqtt - https://hub.docker.com/r/zwavejs/zwavejs2mqtt
type: application type: application
version: 6.1.7 version: 6.1.8

View File

@ -527,7 +527,8 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/config" required: true
default: ""
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
schema: schema: