Files
pi-hosted/template/apps/huginn.json
2022-08-21 18:34:46 -04:00

28 lines
703 B
JSON

{
"categories": [
"Other",
"Tools"
],
"description": "Create agents that monitor and act on your behalf.",
"image_arm32": "mjysci/huginn:arm32v7",
"image_arm64": "mjysci/huginn:arm32v7",
"image_amd64": "huginn/huginn:latest",
"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"
}