Commit graph

5 commits

Author SHA1 Message Date
Andy Chun @noneucat 8fef1cc766 nixos/grocy: set storage path correctly in patch
This commit restores the proper setting of `$this->StoragePath`
using `GROCY_STORAGE_DIR` in `FilesService`.

The previous iteration of this patch mistakenly patches out the
setting of `$groupFolderPath` in the `GetFilePath` method, which
the method subsequently tries to return. This causes `GetFilePath`
to return, for example, `/file.png` (an incorrect root path) for
files instead of `/var/lib/grocy/userpictures/file.png`.
2022-11-30 21:48:14 -08:00
Maximilian Bosch 07b51f58df
grocy: 3.0.1 -> 3.1.0
ChangeLog: https://github.com/grocy/grocy/releases/tag/v3.1.0
2021-07-23 11:45:31 +02:00
Maximilian Bosch 123f953c98
grocy: 2.7.1 -> 3.0.0
https://github.com/grocy/grocy/releases/tag/v3.0.0
2020-12-22 16:00:33 +01:00
Maximilian Bosch d4659dece2
grocy: 2.6.2 -> 2.7.0 2020-04-16 21:52:08 +02:00
Maximilian Bosch d0e0acadbb
grocy: 2.6.0 -> 2.6.1 2020-03-07 09:28:14 +01:00
Renamed from pkgs/servers/grocy/config-locations.patch (Browse further)