commit
ae33182054
2 changed files with 23 additions and 0 deletions
BIN
Images/huginn.png
Normal file
BIN
Images/huginn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
|
@ -1326,6 +1326,29 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": 1,
|
||||||
|
"title": "Huginn",
|
||||||
|
"name": "huginn",
|
||||||
|
"description": "Create agents that monitor and act on your behalf.",
|
||||||
|
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/huginn.png",
|
||||||
|
"image": "b4bz/homer:latest",
|
||||||
|
"categories": [
|
||||||
|
"Other",
|
||||||
|
"Tools"
|
||||||
|
],
|
||||||
|
"platform": "linux",
|
||||||
|
"restart_policy": "unless-stopped",
|
||||||
|
"ports": [
|
||||||
|
"3000:3000/tcp"
|
||||||
|
],
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"container": "/var/lib/mysql",
|
||||||
|
"bind": "/portainer/Files/AppData/Config/huginn"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"title": "Invoice Ninja",
|
"title": "Invoice Ninja",
|
||||||
|
|
Loading…
Reference in a new issue