zody
zody
IImmich
Created by Tabalugach on 2/15/2023 in #help-desk-support
Immich install without Docker...
@Tabalugach I'm running Immicj on a less power SBC: odroidn2. Docker is just fine. I've disabled the ML container, though. Maybe the Rock5 is even okay for that. Let me know - cause I plan to upgrade to a Rock5 myself
21 replies
IImmich
Created by mariomare22 on 3/1/2023 in #help-desk-support
broken F-droid update on Samsung S22
@Zack yes, it is the F-Droid issue. @mariomare22 We already know what's causing it but don't know yet how to get F droid to not delete essential files during it's build process. For the time being, using the APK from GitHub is the correct workaround
19 replies
IImmich
Created by Aune on 12/21/2022 in #help-desk-support
Running Docker images with non-root UID
To bind to a privileged port (<1024) you need root. But this is not the case here. it's because the web container is writing files on start-up. Maybe we've already fixed that and can change the UID setting... I'll take a look
10 replies
IImmich
Created by Aune on 12/21/2022 in #help-desk-support
Running Docker images with non-root UID
that is correct, web container currently needs root at startup.. but delegates to UID/GID if configured. the other containers can use the default docker mechanism to set user/group
10 replies
IImmich
Created by Aune on 12/21/2022 in #help-desk-support
Running Docker images with non-root UID
great! 🙂 you're welcome!
10 replies
IImmich
Created by Aune on 12/21/2022 in #help-desk-support
Running Docker images with non-root UID
I'm running Immich with non-root UID/GID: Setting PUID & PGID in .env file and in docker-compose.yml add user: 123:123 to both immich-server and immich-microservices . Further, you need to add an additional volume to microservices for geocoding (see https://github.com/immich-app/immich/issues/776#issuecomment-1271459885 for details)
10 replies