grocy-desktop => Grocy Desktop

This commit is contained in:
Bernd Bestel 2023-07-29 21:17:59 +02:00
parent f7c22ec384
commit e8d6d455f4
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -28,7 +28,7 @@ See the website for a list of community contributed Add-ons / Tools. → [htt
## How to install
> Checkout [grocy-desktop](https://github.com/grocy/grocy-desktop), if you want to run Grocy without having to manage a webserver just like a normal (Windows) desktop application.
> Checkout [Grocy Desktop](https://github.com/grocy/grocy-desktop), if you want to run Grocy without having to manage a webserver just like a normal (Windows) desktop application.
>
> Directly download the [latest release](https://releases.grocy.info/latest-desktop) - the installation is nothing more than just clicking 2 times "next".
@ -146,7 +146,7 @@ When the `MODE` setting is set to `dev`, `demo` or `prerelease`, the application
### Embedded mode
When the file `embedded.txt` exists, it must contain a valid and writable path which will be used as the data directory instead of `data` and authentication will be disabled (used in [grocy-desktop](https://github.com/grocy/grocy-desktop)).
When the file `embedded.txt` exists, it must contain a valid and writable path which will be used as the data directory instead of `data` and authentication will be disabled (used in [Grocy Desktop](https://github.com/grocy/grocy-desktop)).
In embedded mode, settings can be overridden by text files in `data/settingoverrides`, the file name must be `<SettingName>.txt` (e. g. `BASE_URL.txt`) and the content must be the setting value (normally one single line).