AcornTickler
@AcornTickler@sh.itjust.works
- Comment on immich help 2 days ago:
I don’t think that’s possible currently. It is probably worth discussing on GitHub.
- Comment on immich help 2 days ago:
Weird. When I disabled that setting Immich started asking twice for deleting images. I turned it back on and it went back to normal.
- Comment on immich help 2 days ago:
Oh, right, sorry. I didn’t want to delete the app and reinstall it to find out which permission it was, so I just guessed from its existing permissions.
On my device it is located in Apps > Special app access > Media management apps.
- Comment on immich help 3 days ago:
I believe you need to choose “Always allow all” option in “Photos and videos” permission.
- Comment on E-mail archive browser for gmail takeout files (.mbox) 2 weeks ago:
No
- Comment on Getting started with NextCloud? 5 weeks ago:
I currently run it in Kubernetes but I just translated my existing Docker setup to it. I recommend setting up PostgreSQL and Redis if you can for the best performance, but SQLite and no-cache-approach is also fine for the beginning (you just run a single container).
That being said, I think Nextcloud is not very cloud-native. I set up Redis just so I can do rolling updates with zero downtime (filesystem locks are kept in Redis’ memory instead of the app’s own), but I still get some server errors for a brief moment during updates (for less than 10 seconds).