From 73da79d51ea30f4e9d0873485934de22d6f2896c Mon Sep 17 00:00:00 2001 From: nashosted Date: Mon, 8 Jun 2020 09:54:13 -0400 Subject: [PATCH] Added Homer Dashboard App --- Template/template.json | 61 +++++++++++++++++++++++++++++------------- 1 file changed, 42 insertions(+), 19 deletions(-) diff --git a/Template/template.json b/Template/template.json index a216b67..53f4f2a 100644 --- a/Template/template.json +++ b/Template/template.json @@ -23,6 +23,29 @@ } ] }, + { + "type": 1, + "title": "Homer", + "name": "Homer", + "description": "A dead simple static HOMepage for your servER to keep your s ervices on hand, from a simple yaml configuration file.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/homer.png", + "image": "b4bz/homer:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8902:8080/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Homer" + } + ] + }, { "type": 1, "title": "Jellyfin", @@ -55,24 +78,24 @@ "bind": "/portainer/Movies" } ], - "env": [ - { - "name": "PUID", - "label": "PUID", - "default": "1000", - "preset": true - }, - { - "name": "PGID", - "label": "PGID", - "default": "100", - "preset": true - }, - { - "name": "TZ", - "label": "TZ" - } - ] + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "preset": true + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "preset": true + }, + { + "name": "TZ", + "label": "TZ" + } + ] }, { "type": 1, @@ -3412,4 +3435,4 @@ } ] } -] +] \ No newline at end of file