-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add my Navidrome Music Streaming Egg #12
base: main
Are you sure you want to change the base?
Conversation
"description": "Navidrome Music Server - A lightweight music server for your personal collection.", | ||
"features": null, | ||
"docker_images": { | ||
"devilapi\/navidrome-pterodactyl:latest": "devilapi\/navidrome-pterodactyl:latest" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not allowed. The image must be owned by pelican. So please pr it if it meeds the requirements
"docker_images": { | ||
"devilapi\/navidrome-pterodactyl:latest": "devilapi\/navidrome-pterodactyl:latest" | ||
}, | ||
"file_denylist": [], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Startup script is also not allowed for security reasons.
}, | ||
"scripts": { | ||
"installation": { | ||
"script": "mkdir \/mnt\/server\/music", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on this I assume the files are in the image. This is not allowed. The install script should download them. The image should only hold pacakges.
"description": "", | ||
"env_variable": "ND_PORT", | ||
"default_value": "4533", | ||
"user_viewable": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this the only needed port then please use the build in SERVER_PORT var
# Navidrome Egg for Pterodactyl | ||
A music Streaming Service as an Pterodactyl Egg | ||
|
||
[GitHub Repository](https://github.com/devilAPI/navidrome-music-streaming-pterodactyl-egg). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should link to the software source. Not where you host your egg.
|
||
[GitHub Repository](https://github.com/devilAPI/navidrome-music-streaming-pterodactyl-egg). | ||
|
||
Just import it into Pterodactyl, change the "Port" value on the "Startup" page and you're good to go! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is the required ports table?
Where even is the source code for this bot? |
its not a bot, its a subsonic server, something like selfhosted spotify. |
Thats fine but please read https://github.com/pelican-eggs/software/blob/main/CONTRIBUTING.md and resolve all my comments please |
Description
Checklist for all submissions
New egg Submissions