From 94a729ec8df3991dae1994952c1a4135307254c0 Mon Sep 17 00:00:00 2001 From: geekaroni Date: Tue, 2 Jun 2020 17:09:36 -0400 Subject: [PATCH] added DashMachine --- Template/template.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Template/template.json b/Template/template.json index 59ca9e4..61c0ae7 100644 --- a/Template/template.json +++ b/Template/template.json @@ -2123,5 +2123,19 @@ "set":"" } ] + }, + { + "type": 1, + "title": "DashMachine", + "description": "Another application bookmark dashboard, with fun features.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/organizr-icon.png", + "image": "rmountjoy/dashmachine:latest", + "categories": ["Other", "Tools"], + "platform": "linux", + "ports": [ + "5000:5000/tcp" + ], + "volumes": [{"container": "/dashmachine/dashmachine/user_data"}] + } ]