fix(invidious): remove some required fields (#5782)
This commit is contained in:
@@ -25,7 +25,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/invidious
|
||||
- https://github.com/iv-org/invidious
|
||||
- https://docs.invidious.io/installation/#docker
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -114,11 +114,10 @@ questions:
|
||||
description: Force connection to youtube over a specific IP family.
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
enum:
|
||||
- value: ""
|
||||
description: Default
|
||||
description: No Force
|
||||
- value: ipv4
|
||||
description: ipv4
|
||||
- value: ipv6
|
||||
@@ -946,7 +945,6 @@ questions:
|
||||
description: Default feed to display on the home page.
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
enum:
|
||||
- value: ""
|
||||
|
||||
Reference in New Issue
Block a user