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