Browse Source

Update Invidious to 2024.4.26-eda7444 (#1069)

main
Renan Delfanti 9 months ago
committed by GitHub
parent
commit
34c2703fb7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      invidious/docker-compose.yml
  2. 6
      invidious/umbrel-app.yml

2
invidious/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 3000
web:
image: ceramicwhite/invidious:build-08390ac@sha256:4907e660d6ea31d9a9e696a50fe2d7c7ef968b6fb5fbbd9efe257d580b5985d6
image: ceramicwhite/invidious:build-eda7444@sha256:adb27aa2b7acda32c8eb006d1e8ec56b7669c3f9724f65bc86fcc2d526781c30
restart: on-failure
stop_grace_period: 1m
user: "1000:1000"

6
invidious/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: invidious
category: social
name: Invidious
version: "2024.3.31-08390ac"
version: "2024.4.26-eda7444"
tagline: Browse YouTube without tracking or ads
description: >-
An open source alternative front-end to YouTube
@ -48,6 +48,6 @@ defaultUsername: ""
defaultPassword: ""
torOnly: false
releaseNotes: >-
- Fixes a bug that prevented videos from loading (see https://github.com/iv-org/invidious/issues/4551)
- Workaround used to fetch streaming URLs (see https://github.com/iv-org/invidious/issues/4584)
submitter: Jasper
submission: https://github.com/getumbrel/umbrel-apps/pull/129
submission: https://github.com/getumbrel/umbrel-apps/pull/129

Loading…
Cancel
Save