Added Homer Dashboard App
This commit is contained in:
parent
58f5bcb66f
commit
73da79d51e
1 changed files with 42 additions and 19 deletions
|
@ -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,
|
"type": 1,
|
||||||
"title": "Jellyfin",
|
"title": "Jellyfin",
|
||||||
|
@ -55,24 +78,24 @@
|
||||||
"bind": "/portainer/Movies"
|
"bind": "/portainer/Movies"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"env": [
|
"env": [
|
||||||
{
|
{
|
||||||
"name": "PUID",
|
"name": "PUID",
|
||||||
"label": "PUID",
|
"label": "PUID",
|
||||||
"default": "1000",
|
"default": "1000",
|
||||||
"preset": true
|
"preset": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "PGID",
|
"name": "PGID",
|
||||||
"label": "PGID",
|
"label": "PGID",
|
||||||
"default": "100",
|
"default": "100",
|
||||||
"preset": true
|
"preset": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "TZ",
|
"name": "TZ",
|
||||||
"label": "TZ"
|
"label": "TZ"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": 1,
|
"type": 1,
|
||||||
|
|
Loading…
Reference in a new issue