pi-hosted/template/apps/heimdall.json

40 lines
911 B
JSON

{
"categories": [
"Tools",
"Web",
"Dashboard"
],
"description": "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image_arm64": "linuxserver/heimdall:latest",
"image_amd64": "linuxserver/heimdall:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/heimdall-icon.png",
"name": "heimdall",
"officialDoc": "https://docs.linuxserver.io/images/docker-heimdall",
"platform": "linux",
"ports": [
"7202:80/tcp",
"7203:443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Heimdall",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Heimdall",
"container": "/config"
}
],
"webpage": "https://heimdall.site/"
}