Skip to content

Using Ubuntu Snap Store

Download Immich Distribution. When finished it will run on port 80, i.e. localhost. The persisted locations are found in

/var/snap/immich-distribution/common

i.e. you'll see the pgsql and upload folder here.

To see the snap variables run

snap get immich-distribution

If you want to change the port run

sudo snap set immich haproxy-http-bind="*:2283"

Then restart

sudo snap restart immich-distribution

To stop

sudo snap stop immich-distribution

More info here https://immich-distribution.nsg.cc/install/

Comments