Update Invidious to 2023.8.7-3450896 (#745)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
Jasper 2023-08-25 23:33:25 -07:00 committed by GitHub
parent 426e11dd91
commit 5d3b131752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 17 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 3000
web:
image: ceramicwhite/invidious:build-961cae2@sha256:8974d6de8a7c9f5a431662eb95d9beb754e2df03e90c6b7d354001bdbec2582a
image: ceramicwhite/invidious:build-3450896@sha256:4b90f6123c14a140c0c5aa39fbb1b49e520832b68a2d5606e11062592b7015cd
restart: on-failure
stop_grace_period: 1m
user: "1000:1000"
@ -28,6 +28,7 @@ services:
default_user_preferences:
feed_menu: ["Trending", "Subscriptions", "Playlists"]
default_home: Trending
hmac_key: "${APP_SEED}"
healthcheck:
disable: true
depends_on:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: invidious
category: social
name: Invidious
version: "2023.4.10-961cae2"
version: "2023.8.7-3450896"
tagline: Browse YouTube without tracking or ads
description: >-
An open source alternative front-end to YouTube
@ -48,20 +48,6 @@ defaultUsername: ""
defaultPassword: ""
torOnly: false
releaseNotes: >-
- Fix for subscription feed not updating.
- Improve accessibility
- Videos: Add support for attributed descriptions
- Update specs
- Videos: fix description text offset when emojis are present
- fix view count extraction
- Search: Fix channel search
- CSS: fix long description overflow
- This version includes a workaround for fetching streaming URLs.
submitter: Jasper
submission: https://github.com/getumbrel/umbrel-apps/pull/129