Update Invidious to 2024.1.10-1c0b420 (#941)

This commit is contained in:
Jasper 2024-01-17 14:15:36 -08:00 committed by GitHub
parent d758d5cebd
commit c8c2c1c9eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 3 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 3000
web:
image: ceramicwhite/invidious:build-3450896@sha256:4b90f6123c14a140c0c5aa39fbb1b49e520832b68a2d5606e11062592b7015cd
image: ceramicwhite/invidious:build-1c0b420@sha256:71d18b8b637fa37ae859e20402a97559c45ea1d2be08bd7035159118432f43ce
restart: on-failure
stop_grace_period: 1m
user: "1000:1000"

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: invidious
category: social
name: Invidious
version: "2023.8.7-3450896"
version: "2024.1.10-1c0b420"
tagline: Browse YouTube without tracking or ads
description: >-
An open source alternative front-end to YouTube
@ -48,6 +48,16 @@ defaultUsername: ""
defaultPassword: ""
torOnly: false
releaseNotes: >-
- This version includes a workaround for fetching streaming URLs.
- Add option to disable force_resolve in make_client
Some websites such as archive.org and textcaptcha.com
does not support IPv6 and as such requests fail when Invidious requests
with IPv6 to those services.
- Reenable force_resolve on pubsub subscribe request
- Make force_resolve false by default in make_client
- Remove missed explicit force_resolve=false
submitter: Jasper
submission: https://github.com/getumbrel/umbrel-apps/pull/129