Skip to content

Commit 7012286

Browse files
Merge pull request #86 from SelfhostedPro/OMV5_sync
Omv5 sync
2 parents 9f811e8 + 0d91373 commit 7012286

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

Images/grocy_logo.png

8.82 KB
Loading

Template/template.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,48 @@
10691069
}
10701070
]
10711071
},
1072+
{
1073+
"type": 1,
1074+
"title": "Grocy",
1075+
"name": "grocy",
1076+
"description": "Grocy is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utulity.",
1077+
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/grocy.png",
1078+
"image": "linuxserver/grocy:latest",
1079+
"categories": [
1080+
"Other",
1081+
"Tools",
1082+
"Finance"
1083+
],
1084+
"platform": "linux",
1085+
"restart_policy": "unless-stopped",
1086+
"ports": [
1087+
"80/tcp"
1088+
],
1089+
"volumes": [
1090+
{
1091+
"container": "/config",
1092+
"bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Grocy"
1093+
}
1094+
],
1095+
"env": [
1096+
{
1097+
"name": "PUID",
1098+
"label": "PUID",
1099+
"default": "1000",
1100+
"preset": true
1101+
},
1102+
{
1103+
"name": "PGID",
1104+
"label": "PGID",
1105+
"default": "100",
1106+
"preset": true
1107+
},
1108+
{
1109+
"name": "TZ",
1110+
"label": "Timezone"
1111+
}
1112+
]
1113+
},
10721114
{
10731115
"type": 1,
10741116
"title": "HTPC Manager",

0 commit comments

Comments
 (0)