first working version of external storage #2

Merged
val merged 1 commits from storage into main 2026-01-18 20:33:10 +00:00
Owner

I added an option to include an external storage (smb/cifs) via env vars.
limitations:

  • only one external storage folder
  • password must be in env (couldn't think of a way to access docker secrets when creating volumes; would recommend to use git crypt if you have user has env in repository)

Tried to create the upload-folder like this as well, but this didn't work, I think because immich expects it to have already a folder and file structure.

if anyone has ideas on how to improve this before (or after) publishing, I'm glad to discuss :)

I added an option to include an external storage (smb/cifs) via env vars. limitations: - only one external storage folder - password must be in env (couldn't think of a way to access docker secrets when creating volumes; would recommend to use `git crypt` if you have user has env in repository) Tried to create the upload-folder like this as well, but this didn't work, I think because immich expects it to have already a folder and file structure. if anyone has ideas on how to improve this before (or after) publishing, I'm glad to discuss :)
val added 1 commit 2026-01-11 20:48:38 +00:00
Author
Owner

as it's deploying successfully and not interfering with the original recipe, I will merge it now

as it's deploying successfully and not interfering with the original recipe, I will merge it now
val merged commit c9ae3b8b4e into main 2026-01-18 20:33:10 +00:00
val deleted branch storage 2026-01-18 20:33:10 +00:00
Sign in to join this conversation.
No description provided.