Package Details: immich-server 1.119.1-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: 9
Popularity: 1.18
First Submitted: 2022-12-30 11:41 (UTC)
Last Updated: 2024-10-31 22:14 (UTC)

Dependencies (41)

Required by (0)

Sources (13)

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

1 2 3 4 5 6 .. 8 Next › Last »

mertalev commented on 2024-10-28 17:00 (UTC) (edited on 2024-10-28 17:14 (UTC) by mertalev)

Hi! Immich maintainer here. I see that this package uses the standard FFmpeg build as a dependency. We highly suggest using jellyfin-ffmpeg (https://archlinux.org/packages/extra/x86_64/jellyfin-ffmpeg/) instead for a number of reasons:

  • We assume FFmpeg has been built with support for certain features and libraries
  • We assume the custom filters and encoders added by the Jellyfin team are available
  • This FFmpeg build has a number of important fixes and improvements not present in the standard build
  • This is the build we use to test our transcoding pipeline

Importantly, release v1.120.0 will use a different SW tone-mapping filter not in the standard build. This means that unless jellyfin-ffmpeg is used, HDR videos will fail to transcode and thumbnails for these videos will fail to be generated in the default configuration.

zynex commented on 2024-10-22 12:18 (UTC) (edited on 2024-10-22 15:20 (UTC) by zynex)

Any one else experience issues with RAW-files (NEF in my case) using a low res thumbnail when generating previews? Have a thread on their GitHub regarding this (https://github.com/immich-app/immich/issues/13576), but the issue doesn't seem to affect the dev using Docker installation.

[EDIT] It seems to be an issue within the libvips, converting NEF files produces a small 160x120 image :P

Confirmed the error. Needed to rebuild libvips with -Dtiff=disabled option (the Docker installation from the devs is compiled with this option), after this the conversion works. I added a package to resolve this for those who needs it here https://aur.archlinux.org/packages/libvips-notiff.

zynex commented on 2024-10-15 21:53 (UTC)

Version 1.118.0 is released. Note that some changes are needed, microserver.service must be removed also the node argument is removed; ExecStart=node dist/main (remove immich argument). Also port is changed to 2283.

bjo commented on 2024-10-14 19:59 (UTC) (edited on 2024-10-14 21:11 (UTC) by bjo)

Please don't throw the nginx config into /etc/nginx/sites-available, as it is usually unused. You could refer to the nginx config in the docs.

bjo commented on 2024-10-14 13:01 (UTC) (edited on 2024-10-14 13:01 (UTC) by bjo)

Is redis necessary or could be valkey also used?

==> Making package: immich 1.117.0-1 (Mon 14 Oct 2024 03:00:02 PM CEST)
==> Checking runtime dependencies...                                                                                                                                                          
==> Installing missing dependencies...                                                                                                                                                        
resolving dependencies...                                                                                                                                                                     
looking for conflicting packages...                                                                                                                                                           
:: redis-7.2.5-1 and valkey-8.0.1-1 are in conflict. Remove valkey? [y/N]                                                                                                                     
error: unresolvable package conflicts detected                        

jwh commented on 2024-10-13 18:06 (UTC)

Any chance https://github.com/immich-app/immich/commit/9bdfb41e9c00e0053994fbfe9f46f377016656d3 can be included before the next release?

gehidore commented on 2024-09-23 22:14 (UTC)

It would be helpful if there was a mention of manually creating the immich database on install of immich-server.

AlexBocken commented on 2024-09-13 10:51 (UTC)

Is there a way to get hardware acceleration working for the machine-learning service? Obviously the instructions for the docker container do not apply here.

zynex commented on 2024-09-07 12:53 (UTC) (edited on 2024-09-07 14:52 (UTC) by zynex)

I'm not sure what I'm doing wrong, can't reach the site after installing the package and enabling the services. Nothing is listening on http://192.168.x.x:2283. I tried install nginx, but same issue (reached the default page, so know it's running).

Just noticed that it seems to restart after 5-6 seconds, so think that's why. Not sure why it does tho. The only thing I see in the logs is DeprecationWarning: The util._extend API is deprecated. Please use Object.assign() instead.

[EDIT] Finally got it to run after running it in terminal and got all the errors there. Had to manually editing the database, added user and added pgvecto.rs to extensions thru psql, and updated pgvecto.rs in postgre. Isn't really install and run.

AlD commented on 2024-08-18 21:50 (UTC) (edited on 2024-08-18 22:04 (UTC) by AlD)

Could you please remove the Postgres dependency from the services? Databases usually run on separate hosts. It currently requires editing the .service files, as overrides can't clear out dependency settings such as Requires. Thank you!