Shunsuke Matsuno
Shunsuke Matsuno
Introducing `increase_background_opacity` and `decrease_background_opacity` actions along with the `toggle_background_opacity` action would be a fantastic addition.
I encounter the same issue after updating to v1.115. In addition to this, I am running immich along with tailscale, and the tailscale server complains that connection to immich server...
@bo0tzz I edited my comment above, but I am not using network mount. I mount an external HDD in the xfs file system, and I understand that it is mounted...
In my case mounting the external hdd (xfs) with `sync` did not resolves the issue
> If it is cause by async writes, restarting the containers again should fix the issue as all the `.immich` files will exist now. I'm not sure if there are...
After trying lots of things I was finally able to solve it. In my case, I just need to create `.immich` file in each folders in `UPLOAD_LOCATION`, i.e., `upload`, `profile`,...
@zackpollard The first one is for the $UPLOAD_LOCATION and the second one is for `encoded-video`. As I commented above my problem was that immich could not create `.immich` file. I...
@Glareascum It was confusing when I was debugging this, but it looks like in the docker volume mount, `upload` corresponds to $UPLOAD_LOCATION, so `upload/profile` means that `profile` should be in...
Agree that not all data should be kept in the same directory, but to me it's helpful to have the database in the same directory. It took some time to...