Files
pi-hosted/template/apps/htpc-manager.json
2023-06-18 15:23:41 -04:00

40 lines
879 B
JSON

{
"categories": [
"Video",
"Music",
"Other"
],
"description": "HTPC Manaager, a front end for many htpc related applications. Hellowlol version.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image_arm64": "linuxserver/htpcmanager:latest",
"image_amd64": "linuxserver/htpcmanager:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/htpcmanager-icon.png",
"name": "htpcmanager",
"officialDoc": "https://docs.linuxserver.io/images/docker-htpcmanager",
"platform": "linux",
"ports": [
"8085:8085/tcp"
],
"restart_policy": "unless-stopped",
"title": "HTPC Manager",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/HTPCmanager",
"container": "/config"
}
],
"webpage": "https://htpc.io/"
}