pi-hosted/template/apps/homer.json
BenSeventy9 fcdc5196ae
Update homer.json (#415)
Volume is not needed
2023-01-09 15:41:43 -05:00

42 lines
1.1 KiB
JSON

{
"categories": [
"Other",
"Tools"
],
"description": "A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.",
"env": [
{
"default": "1000",
"label": "GID",
"name": "GID"
},
{
"default": "1000",
"label": "UID",
"name": "UID"
}
],
"image_arm32": "b4bz/homer:latest",
"image_arm64": "b4bz/homer:latest",
"image_amd64": "b4bz/homer:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/homer.png",
"name": "homer",
"note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer",
"officialDoc": "https://github.com/bastienwirtz/homer/blob/main/docs/configuration.md",
"platform": "linux",
"preInstallScript": "install_homer.sh",
"ports": [
"8902:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Homer",
"type": 1,
"videoID": "N.02",
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Homer/assets",
"container": "/www/assets"
}
],
"webpage": "https://github.com/bastienwirtz/homer"
}