Files
pi-hosted/template/apps/huginn.json
2022-02-22 22:00:46 -05:00

27 lines
655 B
JSON

{
"categories": [
"Other",
"Tools"
],
"description": "Create agents that monitor and act on your behalf.",
"image32": "mjysci/huginn:arm32v7",
"image64": "mjysci/huginn:arm32v7",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/huginn.png",
"name": "huginn",
"officialDoc": "https://github.com/huginn/huginn/tree/master/docker",
"platform": "linux",
"ports": [
"3005:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Huginn",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/huginn",
"container": "/var/lib/mysql"
}
],
"webpage": "https://github.com/huginn/huginn"
}