Questions about how to use the Windows version
See original GitHub issueHi there,
I’ve been using Grocy for Windows and it’s great so far, thanks 👍. I’m having some issues with reaching the Grocy interface over my internal network and setting the language, was hoping you could shed some light on the following:
- I’m able to reach Grocy in a browser on the same machine that Grocy for Windows runs on (via e.g.
http://localhost:$PORT_NUMBER
). And I’ve allowed all ports on both incoming and outgoing UDP and TCP connections for the Grocy app in the Windows security center. Yet I’m not able to reach them from other machines on my local network, even though I’m serving several other webapps (e.g. Home Assistant and Plex) from the same machine without any issues. Could you give me some pointers in how to get this to work? - When Grocy for Windows starts, it allways overwrites the files in the
settingoverrides
folder. For instance it sets theCULTURE
value to the language of the OS automatically. I’ve tried to overwrite it manually (my Windows is in Dutch but I want Grocy in Enlish) but each time when I restart Grocy, it overwrites it with the OS language again. Also it seems to randomize the port number inBASE_URL
on start. Could you perhaps give some pointers how to be able to override both in a way that persists through restarts of the app?
Thanks so much, and kind regards!
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Windows 10: Frequently Asked Questions
This Windows 10 FAQ page answers any Windows 10 download and maintenance questions you ... If you're using an older version, such as...
Read more >Frequently Asked Questions: Windows 10
I have multiple computers, do I have to download Windows 10 on each computer? You can download a .ISO file and upgrade each...
Read more >Serviced versions of Windows 10: Frequently asked ...
For this reason, we strongly recommend that you update to the latest version of Windows 10. To update to the latest version of...
Read more >32-bit and 64-bit Windows: Frequently asked questions
Get answers to some common questions about 32-bit and 64-bit versions of Windows.
Read more >Introduction Windows Interview Questions and Answers
Part 1 – Windows Interview Questions (Basic) · 1. Explain the main purpose of an operating system? · 2. What Is the Purpose...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This fits not completely for grocy-desktop, as also authentication is disabled, no built-in SSL, and so on…
However, it would be possible to expose the localhost-bound port via a reverse proxy or similar - also Windows has something like that built-in (portproxy) - so assumeing that there is no other
php.exe
running on your machine, the following little PowerShell script searches for the port of the currently running PHP server and exposes it on port8080
, accessible from everywhere:So this is about grocy-desktop, not a custom setup of grocy on Windows, right? I’ve moved this to grocy/grocy-desktop.