Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Grocy - ERP Beyond your fridge

    App Wishlist
    16
    24
    1113
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ruihildt
      ruihildt 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:

      • https://github.com/grocy/grocy-docker
      • https://github.com/linuxserver/docker-grocy

      (while I don't feel the need for such an app, maybe some people would like it πŸ™‚ )

      M 1 Reply Last reply Reply Quote 19
      • yusf
        yusf 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πŸ˜†

        d19dotca micmc 2 Replies Last reply Reply Quote 2
        • murgero
          murgero App Dev last edited by murgero

          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.

          --
          https://urgero.org
          ~ Professional Nerd. Freelance Programmer. ~
          Matrix: @murgero:urgero.org

          1 Reply Last reply Reply Quote 3
          • d19dotca
            d19dotca @yusf 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

            --
            Dustin Dauncey
            www.d19.ca

            1 Reply Last reply Reply Quote 4
            • S
              seeker last edited by

              This looks pretty cool. Surprised I never ran into it.

              1 Reply Last reply Reply Quote 1
              • micmc
                micmc @yusf last edited by

                @yusf

                @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


                https://marketingtechnology.agency
                For cutting edge web technologies

                L 1 Reply Last reply Reply Quote 2
                • M
                  MayaI @ruihildt last edited by

                  @ruihildt
                  Grocy looks awesome

                  1 Reply Last reply Reply Quote 1
                  • L
                    lucidfox last edited by

                    has anyone got this working? would love to use it on cloudron.

                    1 Reply Last reply Reply Quote 0
                    • R
                      RoboMod 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.

                      L 1 Reply Last reply Reply Quote 2
                      • L
                        lucidfox @RoboMod last edited by

                        @robomod that would be brilliant. so the android app wouldn't work if you install it in a LAMP app?

                        R 1 Reply Last reply Reply Quote 0
                        • R
                          RoboMod @lucidfox last edited by

                          @lucidfox It works. But the next major release of Grocy breaks the API so the Android client has to catch up these changes.

                          L 1 Reply Last reply Reply Quote 1
                          • L
                            lucidfox @RoboMod last edited by

                            @robomod thanks for the tip, i might just wait for the next release before i try to use it then.

                            1 Reply Last reply Reply Quote 1
                            • R
                              RoboMod 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 πŸ˜… ...)

                              girish 1 Reply Last reply Reply Quote 6
                              • girish
                                girish Staff @RoboMod last edited by

                                @robomod Do you have a link to the PR?

                                jdaviescoates 1 Reply Last reply Reply Quote 0
                                • jdaviescoates
                                  jdaviescoates @girish last edited by

                                  @girish I'd guess this is it:
                                  https://github.com/grocy/grocy/pull/1380

                                  I use Cloudron with Gandi & Hetzner

                                  1 Reply Last reply Reply Quote 1
                                  • R
                                    RoboMod 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.

                                    andreasdueren 1 Reply Last reply Reply Quote 2
                                    • S
                                      subtlecourage last edited by

                                      What an awesome app!

                                      1 Reply Last reply Reply Quote 0
                                      • bubonicfred
                                        bubonicfred last edited by

                                        I sorta skimmed past this before, but I think I have a usecase for this.

                                        1 Reply Last reply Reply Quote 1
                                        • andreasdueren
                                          andreasdueren @RoboMod 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?

                                          R 1 Reply Last reply Reply Quote 1
                                          • humptydumpty
                                            humptydumpty last edited by humptydumpty

                                            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.

                                            R 1 Reply Last reply Reply Quote 0
                                            • R
                                              RoboMod @humptydumpty last edited by

                                              @humptydumpty Sound like a path issue. All the folders and files for Grocy are in the "home" folder of the LAMP app. Hence, the "vendor" folder is also in the "home" folder so that the "app.php" can successfully load the path "/vendor/autoload.php". Does that help?

                                              humptydumpty 1 Reply Last reply Reply Quote 1
                                              • R
                                                RoboMod @andreasdueren last edited by

                                                @andreasdueren Did you fix that in the meantime? (Sorry for not reacting 😌 )

                                                1 Reply Last reply Reply Quote 0
                                                • humptydumpty
                                                  humptydumpty @RoboMod last edited by humptydumpty

                                                  @RoboMod that half-fixed things.(100% fixed, see below for details)

                                                  What I did was move all folders/files to the home folder and moved the content of the "public" folder (the one that's in the Grocy zip) to the LAMP's public folder. I'm going to check the config.php in the /data folder for path issues. Did you disable (NGINX) url rewriting?

                                                  Edit: Actually, your solution @RoboMod fixed the issue. I forgot I had edited the config.php base url and once reverted back to its defaults. the login page loaded and it's all working as expected. Thank you!

                                                  // When running grocy in a subdirectory, this should be set to the relative path, otherwise empty
                                                  // It needs to be set to the part (of the URL) AFTER the document root,
                                                  // if URL rewriting is disabled, including index.php
                                                  // Example with URL Rewriting support:
                                                  //  Root URL = https://example.com/grocy
                                                  //  => BASE_PATH = /grocy
                                                  // Example without URL Rewriting support:
                                                  //  Root URL = https://example.com/grocy/public/index.php/
                                                  //  => BASE_PATH = /grocy/public/index.php
                                                  Setting('BASE_PATH', '');
                                                  
                                                  // The base URL of your installation,
                                                  // should be just "/" when running directly under the root of a (sub)domain
                                                  // or for example "https://example.com/grocy" when using a subdirectory
                                                  Setting('BASE_URL', '/');
                                                  

                                                  Things to note for future reference:

                                                  • all files/folders go into the LAMP's home directory.
                                                  • copy over and rename config-dist.php into /data/config.php and tweak the settings like "week starts on Monday" but no need to edit the base path/url if using the domain's root or a subdomain.
                                                  • disable phpmyadmin per the doc instructions here
                                                  1 Reply Last reply Reply Quote 1
                                                  • L
                                                    LoudLemur @micmc last edited by

                                                    @micmc said in Grocy - ERP Beyond your fridge:

                                                    @yusf

                                                    @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

                                                    Yes, families! This is one of the main reasons I hope that Odoo might be supported on Cloudron: to help families co-ordinate.

                                                    I love that Grocy can suggest recipes according to one's inventory. Maybe it will prioritize according to use-by date.

                                                    1 Reply Last reply Reply Quote 2
                                                    • First post
                                                      Last post
                                                    Powered by NodeBB