chore(makemkv): make some fields required (#2155)
This commit is contained in:
@@ -100,12 +100,6 @@ questions:
|
|||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: PUID
|
|
||||||
label: "PUID"
|
|
||||||
description: "Sets the PUID env var"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
default: 568
|
|
||||||
- variable: EULA
|
- variable: EULA
|
||||||
label: "Minecraft Eula - Link in readme sources"
|
label: "Minecraft Eula - Link in readme sources"
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ name: makemkv
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/jlesage/docker-makemkv
|
- https://github.com/jlesage/docker-makemkv
|
||||||
- https://hub.docker.com/r/jlesage/makemkv
|
- https://hub.docker.com/r/jlesage/makemkv
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -114,30 +114,35 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 1280
|
default: 1280
|
||||||
|
required: true
|
||||||
- variable: DISPLAY_HEIGHT
|
- variable: DISPLAY_HEIGHT
|
||||||
label: "DISPLAY_HEIGHT"
|
label: "DISPLAY_HEIGHT"
|
||||||
description: "Height (in pixels) of the application's window."
|
description: "Height (in pixels) of the application's window."
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 768
|
default: 768
|
||||||
|
required: true
|
||||||
- variable: MAKEMKV_KEY
|
- variable: MAKEMKV_KEY
|
||||||
label: "MAKEMKV_KEY"
|
label: "MAKEMKV_KEY"
|
||||||
description: "MakeMKV registration key to use."
|
description: "MakeMKV registration key to use."
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "BETA"
|
default: "BETA"
|
||||||
|
required: true
|
||||||
- variable: AUTO_DISC_RIPPER_INTERVAL
|
- variable: AUTO_DISC_RIPPER_INTERVAL
|
||||||
label: "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."
|
description: "Interval, in seconds, the automatic disc ripper checks for the presence of a DVD/Blu-ray discs."
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 5
|
default: 5
|
||||||
|
required: true
|
||||||
- variable: AUTO_DISC_RIPPER_BD_MODE
|
- variable: AUTO_DISC_RIPPER_BD_MODE
|
||||||
label: "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."
|
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:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "mkv"
|
default: "mkv"
|
||||||
|
required: true
|
||||||
- variable: AUTO_DISC_RIPPER_MAKEMKV_PROFILE
|
- variable: AUTO_DISC_RIPPER_MAKEMKV_PROFILE
|
||||||
label: "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."
|
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"
|
- value: "OnDelete"
|
||||||
description: "(Legacy) OnDelete: ignore .spec.template changes"
|
description: "(Legacy) OnDelete: ignore .spec.template changes"
|
||||||
# Include{controllerExpert}
|
# 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}
|
# Include{containerConfig}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user