CasaOs/Immich - i cant add my external drive on IMMICH

  1. Update Container Paths:
  • Locate the configuration sections for immich-server: and immich-microservices: in your CasaOS UI.
  • In both sections, change the container path to /usr/src/app/external. Ensure this line is added identically in both sections to maintain consistency.
  1. Set an Environment Variable:
  • Add the following environment variable to both the immich-server and immich-microservices:
EXTERNAL_PATH=/mnt/pve/CasaOS/PHOTOS
  1. Integrate External Library:
  • Now, add the external library by specifying its path. Use the path /usr/src/app/external for this purpose.
  1. Include Import Path:
  1. Scan New Library Files:
  • Finally, initiate a process.

Remember that containers can’t see host paths, only container paths.

Detailed step-by-step instructions are here as well. External Library | Immich

2 Likes