Skip to content

Commit

Permalink
Merge pull request #86 from SelfhostedPro/OMV5_sync
Browse files Browse the repository at this point in the history
Omv5 sync
  • Loading branch information
SelfhostedPro committed Jun 9, 2020
2 parents 9f811e8 + 0d91373 commit 7012286
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
Binary file added Images/grocy_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions Template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.png",
"image": "linuxserver/grocy:latest",
"categories": [
"Other",
"Tools",
"Finance"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/srv/dev-disk-by-label-media/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",
Expand Down

0 comments on commit 7012286

Please sign in to comment.