Package Details: immich-server 1.123.0-1

Git Clone URL: https://aur.archlinux.org/immich.git (read-only, click to copy)
Package Base: immich
Description: Self-hosted photos and videos backup tool
Upstream URL: https://github.com/immich-app/immich
Licenses: MIT
Conflicts: immich
Replaces: immich
Submitter: wabi
Maintainer: wabi (pikl)
Last Packager: pikl
Votes: 12
Popularity: 2.37
First Submitted: 2022-12-30 11:41 (UTC)
Last Updated: 2024-12-20 19:08 (UTC)

Dependencies (42)

Required by (1)

Sources (12)

Pinned Comments

pikl commented on 2024-08-05 09:52 (UTC)

From v1.111.0, this package does not build with nodejs < v20.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

pikl commented on 2024-03-12 19:01 (UTC)

@ksj of course - it was the intention only to provide nginx config as an example so it should be an optional dependency. Bumped to v1.98.2-2 for this.

ksj commented on 2024-03-12 09:08 (UTC)

Can you put nginx to optional dependencies? It is not needed. In my case I'm using nginx on separate server and using ssh forwarding from other private server, where is immich running.

simona commented on 2024-03-10 12:04 (UTC)

use rustup and not rust :-(

pikl commented on 2024-01-30 21:40 (UTC)

Apologies I haven’t been able to look at packaging v1.93.3 due to combination of failed home broadband and work commitments. Thanks @hrdl for the patch - should have time later this week to look into it.

hrdl commented on 2024-01-30 12:28 (UTC)

I'm testing 1.93.3. Here's my patch: https://paste.debian.net/hidden/bc63f6ed/

Mars160 commented on 2024-01-04 03:37 (UTC)

How to change the that immich-server run with? I want immich to manage the pictures in my nextcloud.

My nextcloud is running with ‘nextcloud’. So how can I run immich with nextcloud?

I tried to override the service file to change User and Group to nextcloud, and change ReadWritePaths to 755 directory. But It said that Immich have no permission to create upload/library.

After chmod to 777, I found immich created all directories with immich not nextcloud.

wabi commented on 2023-12-29 17:20 (UTC)

Anybody experiencing issues with photo previews (thumbnails and the smaller version served when clicked on) are black and white? https://github.com/immich-app/immich/issues/6046

NeverSummer commented on 2023-12-22 00:49 (UTC) (edited on 2023-12-22 00:50 (UTC) by NeverSummer)

If you use a non-default media library location, all of the systemd units need to have a custom

[Service]

ReadWritePaths=/absolute/path/to/custom/directory

appended to enable them to access those files. Took longer than I'd like to admit to notice why I wasn't generating thumbnails properly.

pikl commented on 2023-12-21 18:51 (UTC)

Thanks @hardl for doing the work upstream to figure this one out. I'd had symptoms of it too - single tab at /photos and hitting reload in the browser resulted in a white screen. v1.91.4-2 now includes this config parameter.