OneDrive [feature request?]
Hi, is it possible to somehow connect OneDrive as storage for photos? Microsoft adds free 1TB Onedrive to Office subscription and it would be nice to be able to use it as photo storage with Immich, especially when you have poor internet connection in your home, so self hosted version would be really slow due to internet bottleneck. In this case being able to use free oracle VPS with Onedrive as server for photos would be great. I have already tried to use rclone and link folder to Immich photo directory, but it didn’t work.
3 Replies
Something like https://github.com/oxalica/onedrive-fuse or https://github.com/jstaf/onedriver might work, however it's not something we support or test, so it's possible something might not work as expect or could even error. Also, aside from errors, I imagine the performance wouldn't be great, especially for loading thumbnails
GitHub
GitHub - oxalica/onedrive-fuse: Mount your Microsoft OneDrive stora...
Mount your Microsoft OneDrive storage as FUSE filesystem. - GitHub - oxalica/onedrive-fuse: Mount your Microsoft OneDrive storage as FUSE filesystem.
GitHub
GitHub - jstaf/onedriver: A native Linux filesystem for Microsoft O...
A native Linux filesystem for Microsoft OneDrive. Contribute to jstaf/onedriver development by creating an account on GitHub.
Thanks, i have already tried using onedriver, but I will try onedrive-fuse. If anything works, I will write
I have tested ocaml fuse google drive to connect to a google drive folder (in my case a Team/Shared Drive with a Workspace account) but the filesystem doesn't support softlink that immich use to manage the correct file structure.
(immich work! but the image stay only in the original subfolder, then immich try to sort the files in the correct directory with your structure but it doesn't copy or move the file, it create a softlink and that create an error, other than that I have tested very successfully the app with all the images and thumb in the google drive cloud)
A nice upgrade is a different folder for original/folder structure and a different folder for thumb, so, as many user we would be able to store original on hdd, nas, ecc, and thumbnail (that could be regenerated if losts) in an ssd/same machine of immich