diff --git a/Images/grocy_logo.svg b/Images/grocy_logo.svg new file mode 100644 index 0000000..8525d8a --- /dev/null +++ b/Images/grocy_logo.svg @@ -0,0 +1,33 @@ + + + + +Created by potrace 1.15, written by Peter Selinger 2001-2017 + + + + + diff --git a/Template/template.json b/Template/template.json index 9146185..4b1bde0 100644 --- a/Template/template.json +++ b/Template/template.json @@ -1069,6 +1069,48 @@ } ] }, + { + "type": 1, + "title": "Grocy", + "name": "grocy", + "description": "Grocy is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utulity.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/grocy.svg", + "image": "linuxserver/grocy:latest", + "categories": [ + "Other", + "Tools", + "Finance" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Grocy" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "preset": true + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "preset": true + }, + { + "name": "TZ", + "label": "Timezone" + } + ] + }, { "type": 1, "title": "HTPC Manager",