mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 03:10:42 +02:00
App Submission: MeTube (#864)
Co-authored-by: Nathan Fretz <nmfretz@gmail.com>
This commit is contained in:
parent
983ac883f6
commit
afbd78314f
13
metube/docker-compose.yml
Normal file
13
metube/docker-compose.yml
Normal 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
24
metube/umbrel-app.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user