mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update Invidious to 2023.8.7-3450896 (#745)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
426e11dd91
commit
5d3b131752
@ -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:
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user