Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Invidious to 2023.4.10-961cae2 #497

Merged
merged 4 commits into from
Apr 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions invidious/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ services:
APP_PORT: 3000

web:
image: ceramicwhite/invidious:build-5160d8ba@sha256:42ad6ef922c5058a605fbf0cb60380f44a913b07710ef57848f72ec30fc04901
image: ceramicwhite/invidious:build-961cae2@sha256:8974d6de8a7c9f5a431662eb95d9beb754e2df03e90c6b7d354001bdbec2582a
restart: on-failure
stop_grace_period: 1m
user: "1000:1000"
init: true
# Using official images that include tini
#init: true
Comment on lines +14 to +15
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

environment:
INVIDIOUS_CONFIG: |
db:
Expand Down
18 changes: 13 additions & 5 deletions invidious/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: invidious
category: Social
name: Invidious
version: "2022.11.22-5160d8ba"
version: "2023.4.10-961cae2"
tagline: Browse YouTube without tracking or ads
description: >-
An open source alternative front-end to YouTube
Expand Down Expand Up @@ -48,12 +48,20 @@ defaultUsername: ""
defaultPassword: ""
torOnly: false
releaseNotes: >-
- QUIC Hotfix
- Fix for subscription feed not updating.

- Custom Playlists
- Improve accessibility

- New RPCs
- Videos: Add support for attributed descriptions

- Turkish, Chinese, and Japanese translations
- Update specs

- Videos: fix description text offset when emojis are present

- fix view count extraction

- Search: Fix channel search

- CSS: fix long description overflow
submitter: Jasper
submission: https://github.com/getumbrel/umbrel-apps/pull/129