diff --git a/Images/huginn.png b/Images/huginn.png new file mode 100644 index 0000000..28d634a Binary files /dev/null and b/Images/huginn.png differ diff --git a/Template/template.json b/Template/template.json index 0199dad..499949f 100644 --- a/Template/template.json +++ b/Template/template.json @@ -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, "title": "Invoice Ninja",