immich
immich copied to clipboard
High performance self-hosted photo and video management solution.
### Feature detail **Expectation:** To be able to run the whole system as a non-root user so that the user's dir can be shared with other apps (e.g: via data...
### Feature detail On the mobile app one or two times between app upgrades, or when I've cleared storage of the app and re-logged in it auto-selects "Recent" from albums...
### Feature detail Hey. I would like to put Immich behind a reverse proxy (In my case Nginx Proxy Manager), but find it a little bit hard to figure out...
I correctly configured access via google oauth2, I can access from the web but not from ios. I put the parameter in Mobile Redirect URI Override like this: https://xxx.xxx.com/api/oauth/mobile-redirect the...
Merge after #1526.
Refactor the mobile app to store device backup settings on the client instead of the server. Basically, stop using `upsertDeviceInfo`.
**Describe the bug** The user interface displays the media under the correct date from the 'media created' field of a .mov file, however it is stored in the file system...
**Describe the bug** Generated images in landscape orientation have poor resolution compared to images in portrait orientation **To Reproduce** Steps to reproduce the behavior: 1. Upload image once in landscape...
### Feature detail Add creation date of most recent photo in an album as well as the last modification date to the `/api/album/` response to allow for advanced sorting options....
We currently use a similar `AppBar` in many places across the app. A reusable shared Widget would prevent duplicate code and ensure a consistent look and feel.