Reinhold Rumberger

Results 3 comments of Reinhold Rumberger

I was seeing similar behaviour after cancelling & restarting the sync. I got it to start up again by clearing the synced data and changing the `photo_import_running` and `importing_photos` values...

> The fix is available in v1.0.4-3-nightly. It would be nice if someone could try it. Thanks for the fix! The second sync attempt was successful for me. (Although some...

I've added the following to my Nextcloud container's environment: ```yaml nextcloud: environment: TRUSTED_PROXIES: "127.0.0.1 172.25.0.0/16" ``` That adds the entire `172.25.*.*` range as trusted proxies. It's a bit permissive, so...