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

41 lines
1.0 KiB
JSON

{
"categories": [
"HomeAutomation",
"Management"
],
"description": "Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image_arm64": "linuxserver/domoticz:latest",
"image_amd64": "linuxserver/domoticz:latest",
"logo": "https://github.com/domoticz/domoticz/raw/master/www/images/logo.png",
"name": "domoticz",
"officialDoc": "https://docs.linuxserver.io/images/docker-domoticz",
"platform": "linux",
"ports": [
"1443:1443/tcp",
"6144:6144/tcp",
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Domoticz",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Domoticz",
"container": "/config"
}
],
"webpage": "https://domoticz.com/"
}