Files
pi-hosted/template/apps/deemix.json
2022-12-01 23:45:17 -05:00

33 lines
1.0 KiB
JSON

{
"categories": [
"Other",
"Music"
],
"description": "Deemix is a deezer downloader built from the ashes of Deezloader Remix.",
"image_arm32": "registry.gitlab.com/bockiii/deemix-docker:latest",
"image_arm64": "registry.gitlab.com/bockiii/deemix-docker:latest",
"image_amd64": "registry.gitlab.com/bockiii/deemix-docker:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/deemix.png",
"name": "deemix",
"note": "Deemix may take a few minutes to install. Be sure to check the logs for details. Refer to <a href='https://notabug.org/RemixDevs/DeezloaderRemix/wiki/Login+via+userToken'>this page</a> for userToken details.",
"officialDoc": "https://gitlab.com/Bockiii/deemix-docker",
"platform": "linux",
"ports": [
"9666:6595/tcp"
],
"restart_policy": "unless-stopped",
"title": "DeeMix",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/DeeMix",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
],
"webpage": "https://deemix.app/"
}