[PR #2832] [MERGED] feat(server): support rclone as storage backend #9737

Closed
opened 2026-02-05 14:09:55 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2832
Author: @cycneuramus
Created: 6/18/2023
Status: Merged
Merged: 6/19/2023
Merged by: @alextran1502

Base: mainHead: rclone


📝 Commits (1)

  • 5faec3e feat(server): support rclone as storage backend

📊 Changes

1 file changed (+5 additions, -1 deletions)

View changed files

📝 server/src/infra/repositories/filesystem.provider.ts (+5 -1)

📄 Description

Closes #2831, ref #1899, #1683.

I'm not entirely sure about the minimal approach taken here, but it does work: remote filesystems such as rclone FUSE mounts can now handle the file operation that was blocking support.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/2832 **Author:** [@cycneuramus](https://github.com/cycneuramus) **Created:** 6/18/2023 **Status:** ✅ Merged **Merged:** 6/19/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `rclone` --- ### 📝 Commits (1) - [`5faec3e`](https://github.com/immich-app/immich/commit/5faec3e9b597242e0f111879acfe242a9504da9a) feat(server): support rclone as storage backend ### 📊 Changes **1 file changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/src/infra/repositories/filesystem.provider.ts` (+5 -1) </details> ### 📄 Description Closes #2831, ref #1899, #1683. I'm not entirely sure about the minimal approach taken here, but it does work: remote filesystems such as `rclone` FUSE mounts can now handle the file operation that was blocking support. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:09:55 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#9737