Skip to content

Commit

Permalink
Add Downtify
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquesebastiao committed Feb 10, 2025
1 parent 96c2116 commit 4b36cd2
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
14 changes: 14 additions & 0 deletions downtify/docker-compose.yml
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

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "downtify"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

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
23 changes: 23 additions & 0 deletions downtify/umbrel-app.yml
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

View workflow job for this annotation

GitHub Actions / Lint apps

Invalid submission field "https://github.com/getumbrel/umbrel-apps/pull/"

The submission field must be set to the URL of this pull request: https://github.com/getumbrel/umbrel-apps/pull/2177

0 comments on commit 4b36cd2

Please sign in to comment.