-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96c2116
commit 4b36cd2
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
version: "3.7" | ||
Check notice on line 1 in downtify/docker-compose.yml
|
||
|
||
services: | ||
app_proxy: | ||
environment: | ||
APP_HOST: downtify_downtify_1 | ||
APP_PORT: 8000 | ||
|
||
downtify: | ||
image: henriquesebastiao/downtify:0.2.1@sha256:3dbdcfc87113975d9b50d2bd1ec80752cdd4257375897a64692e4bedd76721de | ||
restart: on-failure | ||
stop_grace_period: 1m | ||
volumes: | ||
- ${UMBREL_ROOT}/data/storage/downloads/downtify:/downloads |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
manifestVersion: 1 | ||
id: downtify | ||
category: media | ||
name: Downtify | ||
version: "0.2.1" | ||
tagline: Download Spotify music with album art and metadata | ||
description: >- | ||
With Downtify you can download Spotify musics containing album art, track names, album title and other metadata about the songs. | ||
Just copy the Spotify link, whether it's a single song, an album, etc. | ||
As soon as your downloads are complete you will be notified! | ||
developer: Henrique Sebastião | ||
dependencies: [] | ||
repo: https://github.com/henriquesebastiao/downtify | ||
port: 8789 | ||
releaseNotes: "" | ||
support: https://github.com/henriquesebastiao/downtify/issues | ||
website: https://github.com/henriquesebastiao/downtify | ||
gallery: [] | ||
path: "" | ||
defaultUsername: "" | ||
defaultPassword: "" | ||
submitter: Henrique Sebastião | ||
submission: https://github.com/getumbrel/umbrel-apps/pull/ | ||
Check failure on line 23 in downtify/umbrel-app.yml
|