Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Submission: Downtify #2177

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

henriquesebastiao
Copy link
Contributor

App Submission

Downtify

256x256 SVG icon

icon-with-backgroud

Gallery images

Captura de tela de 2025-02-10 16-37-37

Captura de tela de 2025-02-10 16-38-53

I have tested my app on:

  • umbrelOS on a Raspberry Pi
  • umbrelOS on an Umbrel Home
  • umbrelOS on Linux VM

Copy link
Contributor

@al-lac al-lac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @henriquesebastiao!

Nice submission! 🚀

Only have some minor points.

Lets see what @nmfretz has to say about it as well.

Comment on lines 13 to 15
environment:
- PUID=1000
- PGID=1000
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would set it via the user: option.

Suggested change
environment:
- PUID=1000
- PGID=1000
user: "1000:1000

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When configuring user: "1000:1000" in docker-compose.yml Downtify does not perform downloads correctly, as an alternative I adapted the docker image to run as user 1000:1000, as happens with MeTube.

More information about how this is implemented can be obtained by viewing the Dockerfile and entrypoint.sh files that build the Downtify image.

Comment on lines +7 to +10
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!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you could add the legal section from your repository here as well. What do you think @nmfretz ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@al-lac as for the legal section, do you mean the copyright notice for the songs? I hadn't thought of that, but it really is important.

Copy link

🎉   Linting finished with no errors or warnings   🎉

Thank you for your submission! This is an automated linter that checks for common issues in pull requests to the Umbrel App Store.

Please review the linting results below and make any necessary changes to your submission.

Linting Results

Severity File Description
ℹ️ downtify/docker-compose.yml 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.

Legend

Symbol Description
Error: This must be resolved before this PR can be merged.
⚠️ Warning: This is highly encouraged to be resolved, but is not strictly mandatory.
ℹ️ Info: This is just for your information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants