2025-01-08 10:09:13 -08:00
2025-04-21 11:57:58 +02:00
2024-12-28 00:04:32 +01:00
2024-12-28 23:26:15 +01:00

immich

One line description of the recipe

  • Category: Apps
  • Status: 0
  • Image: immich, 4, upstream
  • Healthcheck: No
  • Backups: No
  • Email: No
  • Tests: No
  • SSO: No

Quick start

  • abra app new immich --secrets
  • abra app config <app-name>
  • abra app deploy <app-name>

For more, see docs.coopcloud.tech.

Volume

You can manually create a volume that has more storage for the library. For example samba: https://docs.docker.com/engine/storage/volumes/#create-cifssamba-volumes

 docker volume create \
	--driver local \
	--opt type=cifs \
	--opt device=//uxxxxx.your-server.de/backup \
	--opt o=addr=uxxxxx.your-server.de,username=uxxxxxxx,password=*****,file_mode=0777,dir_mode=0777 \
	--name immich_example_com_uploads
Description
No description provided
Readme 40 KiB