Update invidious to 2.20240825.2 (#1428)

This commit is contained in:
Nathan Fretz 2024-09-03 21:06:17 +10:00 committed by GitHub
parent 701aa98034
commit aee9fb0ef9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 5 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 3000
web:
image: ceramicwhite/invidious:build-eda7444@sha256:adb27aa2b7acda32c8eb006d1e8ec56b7669c3f9724f65bc86fcc2d526781c30
image: ceramicwhite/invidious:build-4782a67@sha256:07e0b12bea59538474bf0a661e7b91e15b24e488e8624d4b24e69d317b05d321
restart: on-failure
stop_grace_period: 1m
user: "1000:1000"
@ -45,4 +45,4 @@ services:
environment:
POSTGRES_DB: invidious
POSTGRES_USER: umbrel
POSTGRES_PASSWORD: moneyprintergobrrr
POSTGRES_PASSWORD: moneyprintergobrrr

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: invidious
category: social
name: Invidious
version: "2024.4.26-eda7444"
version: "2.20240825.2"
tagline: Browse YouTube without tracking or ads
description: >-
An open source alternative front-end to YouTube
@ -48,6 +48,14 @@ defaultUsername: ""
defaultPassword: ""
torOnly: false
releaseNotes: >-
- Workaround used to fetch streaming URLs (see https://github.com/iv-org/invidious/issues/4584)
New features and improvements:
- Search bar now has a clickable button
- YouTube URLs can be pasted directly in the search bar
- Channel page "streams" tab can be sorted by newest, oldest, or popular
- Videos embedded in local HTML files can now be played
- Updated translations
For full release notes, visit https://github.com/iv-org/invidious/releases
submitter: Jasper
submission: https://github.com/getumbrel/umbrel-apps/pull/129
submission: https://github.com/getumbrel/umbrel-apps/pull/129