Browse Source

Update metube to version 2024-11-05 (#1762)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
b372591c61
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      metube/docker-compose.yml
  2. 7
      metube/umbrel-app.yml

2
metube/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 8081
metube:
image: ghcr.io/alexta69/metube:2024-10-02@sha256:e6d8b16f9a06da470853fa8bcada80ca673721b4f631c019a900d7a7edeef90c
image: ghcr.io/alexta69/metube:2024-11-05@sha256:46a478214738d251cfe8dd40c1ca628149e014a6e041a261af04fd483015fd7d
restart: on-failure
volumes:
- ${UMBREL_ROOT}/data/storage/downloads/metube:/downloads

7
metube/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: metube
category: media
name: MeTube
version: "2024-10-02"
version: "2024-11-05"
tagline: Download videos from YouTube
description: >-
Download videos from YouTube (and dozens of other sites) directly to your Umbrel.
@ -11,9 +11,8 @@ dependencies: []
repo: https://github.com/alexta69/metube
port: 3700
releaseNotes: >-
Key highlights in this release:
- Improved responsive design
- Fixed: Provide default value for title when absent
Added support for downloading videos in 2160p quality
Full release notes can be found at https://github.com/alexta69/metube/releases
support: https://github.com/alexta69/metube/issues

Loading…
Cancel
Save