Grocy - ERP Beyond your fridge
-
wrote on Mar 23, 2020, 5:20 PM last edited by
Grocy is a web-based self-hosted groceries & household management solution for your home.
There are two dockers repo recommended by Grocy:
(while I don't feel the need for such an app, maybe some people would like it
)
-
wrote on Mar 23, 2020, 6:27 PM last edited by
I can see a benefit for using it in small-scale industrial kitchens or perhaps in community kitchens but other than that, ¯_(ツ)_/¯
From the website:
Waste less!
Except time that is
-
App Devwrote on Mar 23, 2020, 6:50 PM last edited by murgero Mar 23, 2020, 6:51 PM
For those that have difficulty finding the main site, https://grocy.info/
Looks like this is a "no database-server script", meaningit is effectively drag-and-drop.
You could test this in the LAMP(7.3) app right now if you wanted.
-
I can see a benefit for using it in small-scale industrial kitchens or perhaps in community kitchens but other than that, ¯_(ツ)_/¯
From the website:
Waste less!
Except time that is
wrote on Mar 24, 2020, 3:01 AM last edited by@yusf It also has a recipe function which is kind of neat. It will tell you what you can make based on your inventory. I could see some people just using this for inventory and some for just recipes. Reference: https://en.demo.grocy.info/recipes
-
wrote on Mar 25, 2020, 11:44 PM last edited by
This looks pretty cool. Surprised I never ran into it.
-
I can see a benefit for using it in small-scale industrial kitchens or perhaps in community kitchens but other than that, ¯_(ツ)_/¯
From the website:
Waste less!
Except time that is
wrote on Mar 27, 2020, 10:49 PM last edited by@yusf said in Grocy - ERP Beyond your fridge:
I can see a benefit for using it in small-scale industrial kitchens or perhaps in community kitchens but other than that, ¯_(ツ)_/¯
From the website:
Waste less!
Except time that is
Mmm, as far as I can see Cloudron can absolutely address TWO clients categories, which are BUSINESSES and FAMILIES, think about it
so that app would just be fantastic to add for that utility, and that said even for business for lists of supply needs etc. ...
Andy -
Grocy is a web-based self-hosted groceries & household management solution for your home.
There are two dockers repo recommended by Grocy:
(while I don't feel the need for such an app, maybe some people would like it
)
-
wrote on Mar 29, 2021, 1:04 PM last edited by
has anyone got this working? would love to use it on cloudron.
-
wrote on Mar 30, 2021, 9:07 AM last edited by
I just installed it in a LAMP App. Works great.
The next major release brings LDAP support. I'll try to upgrade soon after next release of the Android app.
-
I just installed it in a LAMP App. Works great.
The next major release brings LDAP support. I'll try to upgrade soon after next release of the Android app.
-
@robomod that would be brilliant. so the android app wouldn't work if you install it in a LAMP app?
-
@lucidfox It works. But the next major release of Grocy breaks the API so the Android client has to catch up these changes.
-
wrote on May 28, 2021, 12:52 PM last edited by
Here is some update: the mobile app now supports the newest Grocy server version. I tried to get it using the Cloudron Ldap. This doesn't work out of the box but there is a patch waiting to be merged. I applied and tweaked it and can authentication as Cloudron user now.
(I'm thinking about packaging Grocy for Cloudron but might need some help on that
...)
-
Here is some update: the mobile app now supports the newest Grocy server version. I tried to get it using the Cloudron Ldap. This doesn't work out of the box but there is a patch waiting to be merged. I applied and tweaked it and can authentication as Cloudron user now.
(I'm thinking about packaging Grocy for Cloudron but might need some help on that
...)
@robomod Do you have a link to the PR?
-
wrote on May 28, 2021, 10:25 PM last edited by
@girish I'd guess this is it:
https://github.com/grocy/grocy/pull/1380 -
wrote on May 31, 2021, 7:34 PM last edited by
@girish @jdaviescoates Yes, it is. But its still not fully compatible to Cloudron. I'll create a patch from my changes, soon.
-
wrote on Jun 2, 2021, 6:48 PM last edited by
What an awesome app!
-
wrote on Jan 27, 2022, 7:22 AM last edited by
I sorta skimmed past this before, but I think I have a usecase for this.
-
@girish @jdaviescoates Yes, it is. But its still not fully compatible to Cloudron. I'll create a patch from my changes, soon.
wrote on Jan 30, 2022, 9:15 PM last edited by@robomod I just tried installing it in a LAMP stack but can't get LDAP to work. Anyone here successful so far?
-
wrote on Jan 28, 2023, 4:09 PM last edited by humptydumpty Jan 28, 2023, 4:12 PM
How do you get this to work in a LAMP app?
what I did was...
- extracted the zip file inside the public folder of a new LAMP app
- changed the permissions of everything to www-data (Cloudron)
I got a no permission to access this page (or something of that sort). Then, I..
- moved all content to the "home" directory of the LAMP app
- moved the contents of the "public" folder that was in the zip file to the "public" folder of the LAMP app.
Unable to run grocy: /vendor/autoload.php not found. Have you run Composer?
P.S. I'm trying to use a subdomain (xx.mydomain.com) and not the root domain if that makes any difference.