Added note to Homer app

This commit is contained in:
nashosted 2020-06-08 10:36:39 -04:00
parent 70d0eae99e
commit de25522bd9
1 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@
"title": "Homer", "title": "Homer",
"name": "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.", "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", "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/homer.png",
"image": "b4bz/homer:latest", "image": "b4bz/homer:latest",
"categories": [ "categories": [
@ -46,7 +47,7 @@
}, },
{ {
"container": "/www/config.yml", "container": "/www/config.yml",
"bind": "/portainer/Files/AppData/Config/Homer/config.yaml" "bind": "/portainer/Files/AppData/Config/Homer"
} }
] ]
}, },