In this post we’ll look at How to Install grocy on OMV and Docker.
grocy is a web-based self-hosted groceries & household management solution for your home.
This should work on a desktop, server, or an ARM processor device like a Raspberry Pi.
Installing grocy
We’ll use LinuxServer’s stack setup for this installation.
--- version: "2.1" services: grocy: image: linuxserver/grocy container_name: grocy environment: - PUID=1000 - PGID=1000 - TZ=your timezone, eg Europe/London volumes: - path to data:/config ports: - 9283:80 restart: unless-stopped
Of course, you’ll want to change the PUID, PGID, TZ (Time Zone), and the volume for the config file.
Once you have all that, you can press the “Deploy Container” button and wait a couple of minutes for the container to deploy. Once it’s deployed, you can go to http://your-server-address:9283 and login with the following credentials:
- Username: admin
- Password: admin
Using grocy
Once you’ve got grocy running, you’ll want to do some setup. The first place to go is “Manage master data” at the bottom of the left column of the page.
You’ll want to setup the basics for your Products, Locations, Stores, etc. before you start managing anything in the rest of the menu in the left column.
Other OpenMediaVault Tutorials
If you’re interested in other tutorials for your home server, check here: https://dbtechreviews.com/category/openmediavault/ /=========================================/
Like what I do? Want to be generous and help support my channel?
Here are some ways to support:
Patreon: https://dbte.ch/patreon
Ko-fi: https://dbte.ch/kofi
/=========================================/
Remember to leave a like on this video and subscribe if you want to see more!
/=========================================/
Follow Me:
Twitter: https://dbte.ch/tw
Facebook: https://dbte.ch/fb
Subscribe: https://dbte.ch/ytsub