diff options
Diffstat (limited to 'public/v2/apps/grocy.json')
| -rw-r--r-- | public/v2/apps/grocy.json | 102 |
1 files changed, 50 insertions, 52 deletions
diff --git a/public/v2/apps/grocy.json b/public/v2/apps/grocy.json index 3f736f1..07356c9 100644 --- a/public/v2/apps/grocy.json +++ b/public/v2/apps/grocy.json @@ -1,56 +1,54 @@ { - "captainVersion": "2", - "documentation": "Taken from https://hub.docker.com/r/linuxserver/grocy/tags", - "displayName": "Grocy", - "description": "Grocy is an ERP system for your kitchen and groceries! Cut down on food waste, and manage your chores with this brilliant utulity.", - "dockerCompose": { - "version": "3.1", - "services": { - "$$cap_appname": { - "image": "linuxserver/grocy:$$cap_grocy_version", - "environment": { - "TZ": "$$cap_tz", - "PUID": "$$cap_puid", - "PGID": "$$cap_guid" - }, - "volumes": [ - "$$cap_appname-config:/config" - ] - } - } - }, - "instructions": { - "start": "Grocy is an ERP system for your kitchen and groceries! Cut down on food waste, and manage your chores with this brilliant utulity. Keep track of your purchaes, how much food you are wasting, what chores need doing and what batteries need charging with this proudly Open Source tool.", - "end": "Grocy has been successfully deployed. Please wait about 2-5 minutes before accessing Grocy.\n\n\nUsername and password are both admin." - }, - "variables": [ - { - "id": "$$cap_grocy_version", - "label": "Grocy Version", - "defaultValue": "v2.7.1-ls58", - "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/grocy/tags", - "validRegex": "/^([^\\s^\\/])+$/" - }, - { - "id": "$$cap_puid", - "label": "User ID", - "defaultValue": "1000", - "description": "User ID that the process uses", - "validRegex": "/.{1,}/" + "captainVersion": "2", + "documentation": "Taken from https://hub.docker.com/r/linuxserver/grocy/tags", + "displayName": "Grocy", + "description": "Grocy is an ERP system for your kitchen and groceries! Cut down on food waste, and manage your chores with this brilliant utulity.", + "dockerCompose": { + "version": "3.1", + "services": { + "$$cap_appname": { + "image": "linuxserver/grocy:$$cap_grocy_version", + "environment": { + "TZ": "$$cap_tz", + "PUID": "$$cap_puid", + "PGID": "$$cap_guid" + }, + "volumes": ["$$cap_appname-config:/config"] + } + } }, - { - "id": "$$cap_guid", - "label": "Group ID", - "defaultValue": "1000", - "description": "Group ID that the process uses", - "validRegex": "/.{1,}/" + "instructions": { + "start": "Grocy is an ERP system for your kitchen and groceries! Cut down on food waste, and manage your chores with this brilliant utulity. Keep track of your purchaes, how much food you are wasting, what chores need doing and what batteries need charging with this proudly Open Source tool.", + "end": "Grocy has been successfully deployed. Please wait about 2-5 minutes before accessing Grocy.\n\n\nUsername and password are both admin." }, - { - "id": "$$cap_tz", - "label": "Time Zone", - "defaultValue": "America/New_York", - "description": "Get yours from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones", - "validRegex": "/.{1,}/" - } - ] + "variables": [ + { + "id": "$$cap_grocy_version", + "label": "Grocy Version", + "defaultValue": "v2.7.1-ls58", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/grocy/tags", + "validRegex": "/^([^\\s^\\/])+$/" + }, + { + "id": "$$cap_puid", + "label": "User ID", + "defaultValue": "1000", + "description": "User ID that the process uses", + "validRegex": "/.{1,}/" + }, + { + "id": "$$cap_guid", + "label": "Group ID", + "defaultValue": "1000", + "description": "Group ID that the process uses", + "validRegex": "/.{1,}/" + }, + { + "id": "$$cap_tz", + "label": "Time Zone", + "defaultValue": "America/New_York", + "description": "Get yours from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones", + "validRegex": "/.{1,}/" + } + ] } |
