Sebastian
Sebastian
Hi @gabrielecaruso thank you very much and I am glad that you found HomeGallery. Welcome > I just got an error...i'm importing like 800GB of media, all went good for...
The new v1.16.0 has a stream based database processing and should handle the database creation with less memory. Maybe it worth trying it. Further, I am closing this issue due...
Hi @JohnnyDarks you can disable the api server calls via the `gallery.config.yml`: ``` extractor: apiServer: disable: - similarDetection - objectDetection - faceDetection ```
If you mean how to build the gallery from source without the `api-server` to save disk space: * remove `packages/api-server` directory and * remove the dependency from root `package.json`. IMHO...
Closing this issue due inactivity. Please reopen it, if it becomes active again.
Hi @cimba007 thank you for your input. you are on the right track. To create a proper PR you need to have a development setup with git and nodejs environment....
Currently I am keeping calm by implementing your suggestion right away by my own. I am rewriting the webapp UI using tailwind and the detail view gets a new layout....
Closing this issue due inactivity. Please reopen it, if it becomes active again.
Hi @lhuanyun thank you for evaluating HomeGallery and for raising your concerns. There is a similar issue #53 with some recent comments. You can disable the geo reverse service by...
Hi @lhuanyun thank you for your response. It becomes clearer to me, why you want to disable the geo feature. To remove the geo information: As mentioned in #53 if...