App Submission: MeTube (#864)

Co-authored-by: Nathan Fretz <nmfretz@gmail.com>
This commit is contained in:
Jorge Montejo 2023-12-12 08:42:26 +01:00 committed by GitHub
parent 983ac883f6
commit afbd78314f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 0 deletions

13
metube/docker-compose.yml Normal file
View File

@ -0,0 +1,13 @@
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: metube_metube_1
APP_PORT: 8081
metube:
image: ghcr.io/alexta69/metube:2023-11-16@sha256:566057b972b34b339e5ace77f44883852a4623b5961f84f24f33d337ab4a42ab
restart: on-failure
volumes:
- ${UMBREL_ROOT}/data/storage/downloads/metube:/downloads

24
metube/umbrel-app.yml Normal file
View File

@ -0,0 +1,24 @@
manifestVersion: 1
id: metube
category: media
name: MeTube
version: "2023.11.16"
tagline: Download videos from YouTube
description: >-
Download videos from YouTube (and dozens of other sites) directly to your Umbrel.
developer: Alex Shnitman
dependencies: []
repo: https://github.com/alexta69/metube
port: 3700
releaseNotes: ""
support: https://github.com/alexta69/metube/issues
website: https://github.com/alexta69/metube
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
submitter: MontejoJorge
submission: https://github.com/getumbrel/umbrel-apps/pull/864