summaryrefslogtreecommitdiffhomepage
path: root/public/v4/apps/grocy.yml
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2020-08-16 19:24:26 -0400
committerKasra Bigdeli <[email protected]>2020-08-16 19:24:26 -0400
commit43505a20e85a0f38f700e91e7456b33aa32224a1 (patch)
tree3d3ab8ddbe5b022a1c838f7805c919c47a45f435 /public/v4/apps/grocy.yml
parent2b5f8234fdb7557e0d25dbab974d85b6b347c94c (diff)
downloadcaprover-one-click-apps-43505a20e85a0f38f700e91e7456b33aa32224a1.tar.gz
caprover-one-click-apps-43505a20e85a0f38f700e91e7456b33aa32224a1.zip
migrated to v4
Diffstat (limited to 'public/v4/apps/grocy.yml')
-rw-r--r--public/v4/apps/grocy.yml51
1 files changed, 51 insertions, 0 deletions
diff --git a/public/v4/apps/grocy.yml b/public/v4/apps/grocy.yml
new file mode 100644
index 0000000..610532a
--- /dev/null
+++ b/public/v4/apps/grocy.yml
@@ -0,0 +1,51 @@
+captainVersion: 4
+services:
+ $$cap_appname:
+ image: linuxserver/grocy:$$cap_grocy_version
+ environment:
+ TZ: $$cap_tz
+ PUID: $$cap_puid
+ PGID: $$cap_guid
+ volumes:
+ - $$cap_appname-config:/config
+caproverOneClickApp:
+ 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,}/
+ 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.
+
+
+
+ Username and password are both admin.
+ displayName: Grocy
+ isOfficial: true
+ description: Grocy is an ERP system for your kitchen and groceries! Cut down on
+ food waste, and manage your chores with this brilliant utulity.
+ documentation: Taken from https://hub.docker.com/r/linuxserver/grocy/tags