Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invidious: use v2 #986

Merged
merged 13 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ix-dev/community/invidious/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ host_mounts: []
icon: https://media.sys.truenas.net/apps/invidious/icons/icon.svg
keywords:
- youtube
lib_version: 1.1.7
lib_version_hash: d05e43e25b7dc1736be6cc1efa4b9255368aa346e3e7a4350a38440f29b73186
lib_version: 2.0.19
lib_version_hash: 3c564e36f7c7a7d7f6ff7f4dfe290359546e48f73497c2394e6e31bca3f9fe54
maintainers:
- email: [email protected]
name: truenas
Expand Down Expand Up @@ -38,4 +38,4 @@ sources:
- https://quay.io/repository/invidious
title: Invidious
train: community
version: 1.0.17
version: 1.1.0
2 changes: 0 additions & 2 deletions ix-dev/community/invidious/ix_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@ consts:
config_path: /config
db_name: kemal # Hardcoded in the image
db_user: kemal # Hardcoded in the image
pg_run_as_user: 999
pg_run_as_group: 999
42 changes: 42 additions & 0 deletions ix-dev/community/invidious/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ groups:
description: Configure Network for Invidious
- name: Storage Configuration
description: Configure Storage for Invidious
- name: Labels Configuration
description: Configure Labels for Invidious
- name: Resources Configuration
description: Configure Resources for Invidious

Expand Down Expand Up @@ -423,6 +425,46 @@ questions:
description: The domain to use for the SMB share.
schema:
type: string
- variable: labels
label: ""
group: Labels Configuration
schema:
type: list
default: []
items:
- variable: label
label: Label
schema:
type: dict
attrs:
- variable: key
label: Key
schema:
type: string
required: true
- variable: value
label: Value
schema:
type: string
required: true
- variable: containers
label: Containers
description: Containers where the label should be applied
schema:
type: list
items:
- variable: container
label: Container
schema:
type: string
required: true
enum:
- value: invidious
description: invidious
- value: signature-helper
description: signature-helper
- value: postgres
description: postgres
- variable: resources
label: ""
group: Resources Configuration
Expand Down
307 changes: 93 additions & 214 deletions ix-dev/community/invidious/templates/docker-compose.yaml

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading