From f726586ae901341e0aafaa4c1c811b2539f20a54 Mon Sep 17 00:00:00 2001 From: geekaroni Date: Wed, 3 Jun 2020 13:55:47 -0400 Subject: [PATCH] Added DeeMix --- Template/template.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Template/template.json b/Template/template.json index e15721d..5dd50a7 100644 --- a/Template/template.json +++ b/Template/template.json @@ -21,6 +21,27 @@ } ] }, + { + "type": 1, + "title": "DeeMix", + "description": "Deemix is a deezer downloader built from the ashes of Deezloader Remix.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/dashmachine_logo.png", + "image": "rmountjoy/dashmachine:latest", + "categories": ["Other", "Tools"], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "9666:9666/tcp" + ], + "volumes": [ + {"container": "/config", + "bind": "/portainer/Files/AppData/Config/DeeMix" + }, + {"container": "/downloads", + "bind": "/path/to/music" + } + ] + }, { "type": 1, "title": "Nginx Proxy Manager",