- Update Container Paths:
- Locate the configuration sections for
immich-server:
andimmich-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.
- Set an Environment Variable:
- Add the following environment variable to both the
immich-server
andimmich-microservices
:
EXTERNAL_PATH=/mnt/pve/CasaOS/PHOTOS
- Integrate External Library:
- Now, add the external library by specifying its path. Use the path
/usr/src/app/external
for this purpose.
- Include Import Path:
- Similarly, ensure that the import path
/usr/src/app/external
is added. This is on:
CasaOs/Immich - i cant add my external drive on IMMICH - #2 by FurtzBR
- 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