Browse Source

Update MeTube to v2024-01-26 (#1009)

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

2
metube/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 8081
metube:
image: ghcr.io/alexta69/metube:2023-11-16@sha256:566057b972b34b339e5ace77f44883852a4623b5961f84f24f33d337ab4a42ab
image: ghcr.io/alexta69/metube:2024-01-26@sha256:7609e7dfe368dcff33263fbdca2a0fc4b44589da2b867a1d1b905f06aef97074
restart: on-failure
volumes:
- ${UMBREL_ROOT}/data/storage/downloads/metube:/downloads

5
metube/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: metube
category: media
name: MeTube
version: "2023.11.16"
version: "2024-01-26"
tagline: Download videos from YouTube
description: >-
Download videos from YouTube (and dozens of other sites) directly to your Umbrel.
@ -10,7 +10,8 @@ developer: Alex Shnitman
dependencies: []
repo: https://github.com/alexta69/metube
port: 3700
releaseNotes: ""
releaseNotes: >-
This update includes the ability to retry all failed downloads, the ability to cancel downloads before they start, and displays file sizes for all downloads.
support: https://github.com/alexta69/metube/issues
website: https://github.com/alexta69/metube
gallery:

Loading…
Cancel
Save