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

46 lines
1.4 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 does not allow for interaction with the docker environment for security purposes.",
"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-secured",
"platform": "linux",
"ports": [
"7575:7575/tcp"
],
"restart_policy": "unless-stopped",
"title": "Homarr-Secured",
"type": 1,
"volumes": [
{
"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/"
}