DefaultSettings
This commit is contained in:
@@ -146,6 +146,18 @@ const defaultSchema = [
|
|||||||
validation: { min: 1, max: 1000 },
|
validation: { min: 1, max: 1000 },
|
||||||
orderIndex: 210
|
orderIndex: 210
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 'pipeline_max_parallel_jobs',
|
||||||
|
category: 'Tools',
|
||||||
|
label: 'Parallele Jobs',
|
||||||
|
type: 'number',
|
||||||
|
required: 1,
|
||||||
|
description: 'Maximale Anzahl parallel laufender Jobs. Weitere Starts landen in der Queue.',
|
||||||
|
defaultValue: '1',
|
||||||
|
options: [],
|
||||||
|
validation: { min: 1, max: 12 },
|
||||||
|
orderIndex: 211
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 'makemkv_rip_mode',
|
key: 'makemkv_rip_mode',
|
||||||
category: 'Tools',
|
category: 'Tools',
|
||||||
@@ -279,7 +291,7 @@ const defaultSchema = [
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
required: 0,
|
required: 0,
|
||||||
description: 'API Key für Metadatensuche.',
|
description: 'API Key für Metadatensuche.',
|
||||||
defaultValue: '186322c4',
|
defaultValue: '',
|
||||||
options: [],
|
options: [],
|
||||||
validation: {},
|
validation: {},
|
||||||
orderIndex: 400
|
orderIndex: 400
|
||||||
@@ -319,7 +331,7 @@ const defaultSchema = [
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
required: 0,
|
required: 0,
|
||||||
description: 'Application Token für PushOver.',
|
description: 'Application Token für PushOver.',
|
||||||
defaultValue: 'a476diddeew53w8fi4kv88n6ghbfqq',
|
defaultValue: '',
|
||||||
options: [],
|
options: [],
|
||||||
validation: {},
|
validation: {},
|
||||||
orderIndex: 510
|
orderIndex: 510
|
||||||
@@ -331,7 +343,7 @@ const defaultSchema = [
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
required: 0,
|
required: 0,
|
||||||
description: 'User-Key für PushOver.',
|
description: 'User-Key für PushOver.',
|
||||||
defaultValue: 'u47227hupodan28a629az1k43644jg',
|
defaultValue: '',
|
||||||
options: [],
|
options: [],
|
||||||
validation: {},
|
validation: {},
|
||||||
orderIndex: 520
|
orderIndex: 520
|
||||||
|
|||||||
Reference in New Issue
Block a user