fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup * cleanup * update questions * chore(incubator): some cleanup * remove enabled true from main services * bump all incubator * lint * empty lines * emtpy line
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
appVersion: "2.1.3"
|
||||
version: 0.0.18
|
||||
version: 0.0.20
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
||||
@@ -20,32 +20,32 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: PLEX_BASE_URL
|
||||
label: 'PLEX_BASE_URL'
|
||||
label: "PLEX_BASE_URL"
|
||||
description: "Plex Server Address (e.g. http://192.169.1.100:32400)"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: PLEX_TOKEN
|
||||
label: 'PLEX_TOKEN'
|
||||
label: "PLEX_TOKEN"
|
||||
description: "A valid Plex token for your Plex Server "
|
||||
schema:
|
||||
type: string
|
||||
private: true
|
||||
default: ""
|
||||
- variable: LIBRARY_NAMES
|
||||
label: 'LIBRARY_NAMES'
|
||||
label: "LIBRARY_NAMES"
|
||||
description: "Name(s) of your Plex Libraries to search. Separate multiple library names with semi-colon *;*"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: PAGE_SIZE
|
||||
label: 'PAGE_SIZE'
|
||||
label: "PAGE_SIZE"
|
||||
description: "To avoid plex timeouts, results are loaded in pages (or chunks)"
|
||||
schema:
|
||||
type: int
|
||||
default: 50
|
||||
- variable: BYPASS_SSL_VERIFY_BOOL
|
||||
label: 'BYPASS_SSL_VERIFY'
|
||||
label: "BYPASS_SSL_VERIFY"
|
||||
description: "Disable SSL certificate verification."
|
||||
schema:
|
||||
type: boolean
|
||||
|
||||
Reference in New Issue
Block a user