Merge pull request #113 from SelfhostedPro/huginn

added huginn
This commit is contained in:
SelfhostedPro 2020-06-10 11:04:39 -07:00 committed by GitHub
commit ae33182054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 0 deletions

BIN
Images/huginn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

View File

@ -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",