[PR #225] [MERGED] Fix mounted file path issues for Render #3253

Closed
opened 2026-02-22 18:33:23 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/225
Author: @timothycarambat
Created: 8/25/2023
Status: Merged
Merged: 8/25/2023
Merged by: @timothycarambat

Base: render-deploymentHead: render-debug


📝 Commits (9)

  • 8bae47b return statement misssing
  • bfcfb39 Collector to be non-relative when using absolute storage
  • 6884089 Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into render-debug
  • 9217c1c allow collector to function on mounted disk
  • 2a56ca1 write to proper directory in mounted storage mode
  • 3b17c8a copy logos to mounted storage on boot
  • 1da11d6 fix path
  • 5dbf5f1 Merge branch 'render-deployment' of github.com:Mintplex-Labs/anything-llm into render-debug
  • 5bb8f11 remove comments

📊 Changes

6 files changed (+51 additions, -4 deletions)

View changed files

📝 collector/api.py (+4 -1)
📝 collector/scripts/watch/utils.py (+7 -1)
📝 server/endpoints/workspaces.js (+2 -0)
📝 server/index.js (+6 -1)
📝 server/utils/database/index.js (+30 -0)
📝 server/utils/files/multer.js (+2 -1)

📄 Description

No description provided


🔄 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/Mintplex-Labs/anything-llm/pull/225 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 8/25/2023 **Status:** ✅ Merged **Merged:** 8/25/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `render-deployment` ← **Head:** `render-debug` --- ### 📝 Commits (9) - [`8bae47b`](https://github.com/Mintplex-Labs/anything-llm/commit/8bae47b0077c09a27921a9b994fbb2900a1f7ae3) return statement misssing - [`bfcfb39`](https://github.com/Mintplex-Labs/anything-llm/commit/bfcfb39995f90dc0b2ae568e03592c9da1e14a76) Collector to be non-relative when using absolute storage - [`6884089`](https://github.com/Mintplex-Labs/anything-llm/commit/6884089e6e0fb82179d7ce3e04693d183367d90d) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into render-debug - [`9217c1c`](https://github.com/Mintplex-Labs/anything-llm/commit/9217c1cd9fbf89cfb39b388b95fbd213b5c3d0b0) allow collector to function on mounted disk - [`2a56ca1`](https://github.com/Mintplex-Labs/anything-llm/commit/2a56ca1c53dbd4d0f54f9a9b2f7c438408171eca) write to proper directory in mounted storage mode - [`3b17c8a`](https://github.com/Mintplex-Labs/anything-llm/commit/3b17c8a5f14f6eb96dee0677073fe6562131d49f) copy logos to mounted storage on boot - [`1da11d6`](https://github.com/Mintplex-Labs/anything-llm/commit/1da11d61b5479521203b717ceb72739c91f75e13) fix path - [`5dbf5f1`](https://github.com/Mintplex-Labs/anything-llm/commit/5dbf5f103a87f3387fcbfdab929ad6e4846bcd51) Merge branch 'render-deployment' of github.com:Mintplex-Labs/anything-llm into render-debug - [`5bb8f11`](https://github.com/Mintplex-Labs/anything-llm/commit/5bb8f11f31806d7753d8cdbc134b9e07e1ace795) remove comments ### 📊 Changes **6 files changed** (+51 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `collector/api.py` (+4 -1) 📝 `collector/scripts/watch/utils.py` (+7 -1) 📝 `server/endpoints/workspaces.js` (+2 -0) 📝 `server/index.js` (+6 -1) 📝 `server/utils/database/index.js` (+30 -0) 📝 `server/utils/files/multer.js` (+2 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:23 -05:00
yindo closed this issue 2026-02-22 18:33:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3253