diff --git a/Images/chowdown.png b/Images/chowdown.png new file mode 100644 index 0000000..17a8e8b Binary files /dev/null and b/Images/chowdown.png differ diff --git a/Template/template.json b/Template/template.json index 9a0b985..29a8528 100644 --- a/Template/template.json +++ b/Template/template.json @@ -23,6 +23,29 @@ } ] }, + { + "type": 1, + "title": "Chowdown", + "name": "Chowdown", + "description": "ave recipes in seconds with plain text formatting and create beatiful recipe pages with automated ease.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/chowdown.png", + "image": "gregyankovoy/chowdown:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "4000:4000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Chowdown" + } + ] + }, { "type": 1, "title": "Wikijs",