chore(makemkv): make some fields required (#2155)
This commit is contained in:
@@ -100,12 +100,6 @@ questions:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: PUID
|
||||
label: "PUID"
|
||||
description: "Sets the PUID env var"
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: EULA
|
||||
label: "Minecraft Eula - Link in readme sources"
|
||||
schema:
|
||||
|
||||
@@ -18,7 +18,7 @@ name: makemkv
|
||||
sources:
|
||||
- https://github.com/jlesage/docker-makemkv
|
||||
- https://hub.docker.com/r/jlesage/makemkv
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -114,30 +114,35 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 1280
|
||||
required: true
|
||||
- variable: DISPLAY_HEIGHT
|
||||
label: "DISPLAY_HEIGHT"
|
||||
description: "Height (in pixels) of the application's window."
|
||||
schema:
|
||||
type: int
|
||||
default: 768
|
||||
required: true
|
||||
- variable: MAKEMKV_KEY
|
||||
label: "MAKEMKV_KEY"
|
||||
description: "MakeMKV registration key to use."
|
||||
schema:
|
||||
type: string
|
||||
default: "BETA"
|
||||
required: true
|
||||
- variable: AUTO_DISC_RIPPER_INTERVAL
|
||||
label: "AUTO_DISC_RIPPER_INTERVAL"
|
||||
description: "Interval, in seconds, the automatic disc ripper checks for the presence of a DVD/Blu-ray discs."
|
||||
schema:
|
||||
type: int
|
||||
default: 5
|
||||
required: true
|
||||
- variable: AUTO_DISC_RIPPER_BD_MODE
|
||||
label: "AUTO_DISC_RIPPER_BD_MODE"
|
||||
description: "Rip mode of Blu-ray discs. mkv is the default mode, where a set of MKV files are produced. When set to backup, a copy of the (decrypted) file system is created instead. This applies to Blu-ray discs only. For DVD discs, MKV files are always produced."
|
||||
schema:
|
||||
type: string
|
||||
default: "mkv"
|
||||
required: true
|
||||
- variable: AUTO_DISC_RIPPER_MAKEMKV_PROFILE
|
||||
label: "AUTO_DISC_RIPPER_MAKEMKV_PROFILE"
|
||||
description: "Filename of the custom MakeMKV profile the automatic disc ripper should use. The profile is expected to be found under the /config folder of the container."
|
||||
|
||||
@@ -74,19 +74,6 @@ questions:
|
||||
- value: "OnDelete"
|
||||
description: "(Legacy) OnDelete: ignore .spec.template changes"
|
||||
# Include{controllerExpert}
|
||||
- variable: env
|
||||
group: "Container Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: PUID
|
||||
label: "PUID"
|
||||
description: "Sets the User ID the Logitech Server Application should use."
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{containerConfig}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user