Browse Source

Update Invidious to 2023.4.10-961cae2 (#497)

main
Jasper 2 years ago
committed by GitHub
parent
commit
9d39dd6ca4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      invidious/docker-compose.yml
  2. 18
      invidious/umbrel-app.yml

5
invidious/docker-compose.yml

@ -7,11 +7,12 @@ services:
APP_PORT: 3000 APP_PORT: 3000
web: web:
image: ceramicwhite/invidious:build-5160d8ba@sha256:42ad6ef922c5058a605fbf0cb60380f44a913b07710ef57848f72ec30fc04901 image: ceramicwhite/invidious:build-961cae2@sha256:8974d6de8a7c9f5a431662eb95d9beb754e2df03e90c6b7d354001bdbec2582a
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
user: "1000:1000" user: "1000:1000"
init: true # Using official images that include tini
#init: true
environment: environment:
INVIDIOUS_CONFIG: | INVIDIOUS_CONFIG: |
db: db:

18
invidious/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: invidious id: invidious
category: Social category: Social
name: Invidious name: Invidious
version: "2022.11.22-5160d8ba" version: "2023.4.10-961cae2"
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,12 +48,20 @@ defaultUsername: ""
defaultPassword: "" defaultPassword: ""
torOnly: false torOnly: false
releaseNotes: >- 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 submitter: Jasper
submission: https://github.com/getumbrel/umbrel-apps/pull/129 submission: https://github.com/getumbrel/umbrel-apps/pull/129
Loading…
Cancel
Save