diff options
| author | Kasra Bigdeli <[email protected]> | 2020-08-16 19:37:46 -0400 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2020-08-16 19:37:46 -0400 |
| commit | 723ca5cca53bf5a569cb951b77f7a9b71fe088bd (patch) | |
| tree | 0cfbfb92e39cdd2a3ed7470eecbb98fdd27f8490 /public/v4/apps/grocy.yml | |
| parent | 9ae0159100c53fcd357ec82cb819e3a863b34c57 (diff) | |
| download | caprover-one-click-apps-723ca5cca53bf5a569cb951b77f7a9b71fe088bd.tar.gz caprover-one-click-apps-723ca5cca53bf5a569cb951b77f7a9b71fe088bd.zip | |
Fixed build
Diffstat (limited to 'public/v4/apps/grocy.yml')
| -rw-r--r-- | public/v4/apps/grocy.yml | 92 |
1 files changed, 47 insertions, 45 deletions
diff --git a/public/v4/apps/grocy.yml b/public/v4/apps/grocy.yml index 610532a..9271297 100644 --- a/public/v4/apps/grocy.yml +++ b/public/v4/apps/grocy.yml @@ -1,51 +1,53 @@ 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 + $$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. + 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 + 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 |
