Files
pi-hosted/template/apps/homarr.json
2022-09-05 23:03:26 -04:00

50 lines
1.5 KiB
JSON

{
"categories": [
"Tools",
"Web",
"Other"
],
"description": "Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.",
"note": "This version is not secured and should only be used if you want Docker integration and you don't worry about users on your network.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image_arm32": "ghcr.io/ajnart/homarr:latest",
"image_arm64": "ghcr.io/ajnart/homarr:latest",
"image_amd64": "ghcr.io/ajnart/homarr:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/homarr.png",
"name": "homarr",
"platform": "linux",
"ports": [
"7575:7575/tcp"
],
"restart_policy": "unless-stopped",
"title": "Homarr",
"type": 1,
"volumes": [
{
"bind": "/var/run/docker.sock",
"container": "/var/run/docker.sock"
},
{
"bind": "/portainer/Files/AppData/Config/Homarr/configs",
"container": "/app/data/configs"
},
{
"bind": "/portainer/Files/AppData/Config/Homarr/icons",
"container": "/app/public/icons"
}
],
"officialDoc": "https://github.com/ajnart/homarr",
"webpage": "https://homarr.vercel.app/"
}