From de25522bd90ceb925cde7b80752399e31c72d935 Mon Sep 17 00:00:00 2001 From: nashosted Date: Mon, 8 Jun 2020 10:36:39 -0400 Subject: [PATCH 1/2] Added note to Homer app --- Template/template.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Template/template.json b/Template/template.json index 0c9c6a2..e597be3 100644 --- a/Template/template.json +++ b/Template/template.json @@ -28,6 +28,7 @@ "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.", + "note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer" "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/homer.png", "image": "b4bz/homer:latest", "categories": [ @@ -46,7 +47,7 @@ }, { "container": "/www/config.yml", - "bind": "/portainer/Files/AppData/Config/Homer/config.yaml" + "bind": "/portainer/Files/AppData/Config/Homer" } ] }, From 236fd71a5de2ab96e01f9d9db17281b6b2505703 Mon Sep 17 00:00:00 2001 From: nashosted Date: Mon, 8 Jun 2020 10:37:05 -0400 Subject: [PATCH 2/2] Added note to Homer app --- Template/template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Template/template.json b/Template/template.json index e597be3..5b8d637 100644 --- a/Template/template.json +++ b/Template/template.json @@ -28,7 +28,7 @@ "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.", - "note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer" + "note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer", "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/homer.png", "image": "b4bz/homer:latest", "categories": [