Added Homer Dashboard App

This commit is contained in:
nashosted 2020-06-08 09:54:13 -04:00
parent 58f5bcb66f
commit 73da79d51e
1 changed files with 42 additions and 19 deletions

View File

@ -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,