mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update invidious to 2.20240825.2 (#1428)
This commit is contained in:
parent
701aa98034
commit
aee9fb0ef9
|
@ -7,7 +7,7 @@ services:
|
||||||
APP_PORT: 3000
|
APP_PORT: 3000
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: ceramicwhite/invidious:build-eda7444@sha256:adb27aa2b7acda32c8eb006d1e8ec56b7669c3f9724f65bc86fcc2d526781c30
|
image: ceramicwhite/invidious:build-4782a67@sha256:07e0b12bea59538474bf0a661e7b91e15b24e488e8624d4b24e69d317b05d321
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
|
@ -45,4 +45,4 @@ services:
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: invidious
|
POSTGRES_DB: invidious
|
||||||
POSTGRES_USER: umbrel
|
POSTGRES_USER: umbrel
|
||||||
POSTGRES_PASSWORD: moneyprintergobrrr
|
POSTGRES_PASSWORD: moneyprintergobrrr
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||||
id: invidious
|
id: invidious
|
||||||
category: social
|
category: social
|
||||||
name: Invidious
|
name: Invidious
|
||||||
version: "2024.4.26-eda7444"
|
version: "2.20240825.2"
|
||||||
tagline: Browse YouTube without tracking or ads
|
tagline: Browse YouTube without tracking or ads
|
||||||
description: >-
|
description: >-
|
||||||
An open source alternative front-end to YouTube
|
An open source alternative front-end to YouTube
|
||||||
|
@ -48,6 +48,14 @@ defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
torOnly: false
|
torOnly: false
|
||||||
releaseNotes: >-
|
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
|
submitter: Jasper
|
||||||
submission: https://github.com/getumbrel/umbrel-apps/pull/129
|
submission: https://github.com/getumbrel/umbrel-apps/pull/129
|
Loading…
Reference in New Issue
Block a user