February 22, 20197 yr Application Name: Grocy Application Site: https://grocy.info/ Docker Hub: https://hub.docker.com/r/linuxserver/grocy/ Github: https://github.com/linuxserver/docker-grocy Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.
February 24, 20197 yr nice have looking for something like that a long time, are it possible too use a barcode scaner with the docker ?
February 24, 20197 yr 5 hours ago, tola5 said: nice have looking for something like that a long time, are it possible too use a barcode scaner with the docker ? Of course, just have to connect a usb barcode scanner to your computer. The fact it's in a docker container doesn't limit that.
February 25, 20197 yr This docker is great, I spent some time today setting up my household inventory, forwarded it through LE, went shopping and had the live shopping list on wife and my phones. Freakin' awesome! The documentation for the app is a little sparse, anybody figured out a way to quickly dump the complete inventory dataset to a csv or similar? I'd love to keep a backup in plain text now that I've spent a bunch of time setting it up.
February 25, 20197 yr 15 hours ago, j0nnymoe said: Of course, just have to connect a usb barcode scanner to your computer. The fact it's in a docker container doesn't limit that. thx just order one are it just plug and start use in the docker ?
February 25, 20197 yr 14 hours ago, jonathanm said: This docker is great, I spent some time today setting up my household inventory, forwarded it through LE, went shopping and had the live shopping list on wife and my phones. Freakin' awesome! The documentation for the app is a little sparse, anybody figured out a way to quickly dump the complete inventory dataset to a csv or similar? I'd love to keep a backup in plain text now that I've spent a bunch of time setting it up. Glad to here it's working you. I'm planning on digging into this properly myself soon. I guess you could use something like dbeaver to read the dB?
February 26, 20197 yr 23 hours ago, jonathanm said: This docker is great, I spent some time today setting up my household inventory, forwarded it through LE, went shopping and had the live shopping list on wife and my phones. Freakin' awesome! The documentation for the app is a little sparse, anybody figured out a way to quickly dump the complete inventory dataset to a csv or similar? I'd love to keep a backup in plain text now that I've spent a bunch of time setting it up. Care to share the LE config?
February 26, 20197 yr 4 minutes ago, Gog said: Care to share the LE config? Nothing special, I just passed http://unraidip:9283 to grocy.mycustomdomain.com. No rewrite rules or anything.
February 26, 20197 yr Nothing special, I just passed http://unraidip:9283 to grocy.mycustomdomain.com. No rewrite rules or anything.Please do, explain more? I keep trying to figure out how to make the CONF files myself, and wondered if possible do to something as easy as you describe. Need to install and pass this through Letsencrypt myself. What did you name Conf file?
February 26, 20197 yr On 2/25/2019 at 9:21 AM, jonathanm said: The documentation for the app is a little sparse, anybody figured out a way to quickly dump the complete inventory dataset to a csv or similar? I'd love to keep a backup in plain text now that I've spent a bunch of time setting it up. Should be able to extract via backend using a sql query, or import/export via gui sqlite tools.
February 26, 20197 yr 1 hour ago, blaine07 said: Please do, explain more? I keep trying to figure out how to make the CONF files myself, and wondered if possible do to something as easy as you describe. Need to install and pass this through Letsencrypt myself. What did you name Conf file? There is a config included with our letsencrypt container.
February 26, 20197 yr 13 hours ago, j0nnymoe said: There is a config included with our letsencrypt container. I did an update of the container yesterday and the grocy template is not there. The samples timestamps look like they are from the last container restart but no groxy. How can I force that?
February 26, 20197 yr Still being worked on https://github.com/linuxserver/reverse-proxy-confs/pull/10
February 27, 20197 yr 14 minutes ago, H2O_King89 said: Would something like this Scanner work? We have no idea. We created a docker container. None of us are using scanners.
February 27, 20197 yr 23 hours ago, blaine07 said: Please do, explain more? I keep trying to figure out how to make the CONF files myself, and wondered if possible do to something as easy as you describe. Need to install and pass this through Letsencrypt myself. What did you name Conf file? here is mine that is working upstream backend { server 192.168.1.105:19999; keepalive 64; } server { listen 443 ssl http2; server_name grocy.mydomain.com; ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ssl_dhparam /config/nginx/dhparams.pem; ssl_ciphers 'MY CIPHER HERE'; ssl_prefer_server_ciphers on; client_max_body_size 0; location / { proxy_pass http://192.168.1.105:9283; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; } }
February 27, 20197 yr here is mine that is working upstream backend {server 192.168.1.105:19999;keepalive 64;}server { listen 443 ssl http2; server_name grocy.mydomain.com; ssl_certificate /config/keys/letsencrypt/fullchain.pem;ssl_certificate_key /config/keys/letsencrypt/privkey.pem;ssl_dhparam /config/nginx/dhparams.pem;ssl_ciphers 'MY CIPHER HERE';ssl_prefer_server_ciphers on; client_max_body_size 0; location / { proxy_pass http://192.168.1.105:9283; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; }} Thanks!Does it matter what the CONF is named exactly? Obviously needs to be CONF and changed to IP/PORT of my Unraid box, and domain changed to mine.
February 27, 20197 yr On 2/25/2019 at 4:58 PM, j0nnymoe said: Correct, you just access it from your web browser. thx
February 28, 20197 yr ok now I got this one plug it in my usb controller card it bib but cant really get it too work anyone there have any barcode scanner work ?https://www.ebay.co.uk/itm/323600450132 edit stupid me forget it perhaps will be smart too attach it too the VM too get it too work Edited February 28, 20197 yr by tola5
February 28, 20197 yr This app looks promising i check it out. One thought though would i be able to push this to a rpi or run from one so i can have a gui in kicthen. kinda like this. https://www.instructables.com/id/Flush-Wall-Mounted-Raspberry-Pi-Touchscreen/
February 28, 20197 yr 21 minutes ago, dirknina said: This app looks promising i check it out. One thought though would i be able to push this to a rpi or run from one so i can have a gui in kicthen. kinda like this. https://www.instructables.com/id/Flush-Wall-Mounted-Raspberry-Pi-Touchscreen/ You use the browser on the rpi to access Grocy. Also it's possible to run it on the rpi. Check the github link in the first post. Use our forum for support for other platforms than unraid.
February 28, 20197 yr sorry about that i was just curious if it was possiable. ive downloded the docker on my unraid and have it running just realized i have to input everything first to populate the DB. if i run into any issues ill be sure to give proper feedback on it so far very nicely done docker.
March 1, 20197 yr ok i seam to run into a problem. i got a netbook on my lan that i was thinking of using in kitchen however it wont show anything. i can pull up my sever just fine and load the web UI. the grocy is not showing what ive already entered thou acting like a clean install. any ideas on how come?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.