[PR #3720] [CLOSED] Rt #4374

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3720
Author: @rich7420
Created: 4/26/2025
Status: Closed

Base: masterHead: rt


📝 Commits (10+)

📊 Changes

20 files changed (+333 additions, -518 deletions)

View changed files

📝 BARE_METAL.md (+2 -1)
Dockerfile (+182 -0)
cloudbuild.yaml (+45 -0)
📝 docker/.env.example (+7 -310)
📝 docker/Dockerfile (+3 -2)
📝 docker/docker-compose.yml (+3 -3)
docker/setup.sh (+12 -0)
📝 frontend/index.html (+3 -18)
📝 frontend/src/App.jsx (+1 -1)
📝 frontend/src/components/Sidebar/index.jsx (+0 -7)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx (+0 -8)
📝 frontend/src/index.css (+70 -69)
📝 frontend/src/media/illustrations/login-logo-light.svg (+2 -45)
📝 frontend/src/media/illustrations/login-logo.svg (+2 -45)
📝 frontend/src/media/logo/anything-llm-dark.png (+0 -0)
📝 frontend/src/media/logo/anything-llm-icon.png (+0 -0)
📝 frontend/src/media/logo/anything-llm-infinity.png (+0 -0)
📝 frontend/src/media/logo/anything-llm.png (+0 -0)
📝 frontend/src/pages/Main/Home/index.jsx (+0 -9)
system_prompt.txt (+1 -0)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #xxx

What is in this change?

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/3720 **Author:** [@rich7420](https://github.com/rich7420) **Created:** 4/26/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `rt` --- ### 📝 Commits (10+) - [`ecc701a`](https://github.com/Mintplex-Labs/anything-llm/commit/ecc701ab2368f9ebdda8018a887b1f92b64d5337) for success docker - [`2820a23`](https://github.com/Mintplex-Labs/anything-llm/commit/2820a23c0fa4503767cc0b4447bf9a58addf4ccd) for docker-compose - [`67d4f22`](https://github.com/Mintplex-Labs/anything-llm/commit/67d4f22f6bf735d9bbd70fa1093c31f26c2cc166) for .env - [`df3875d`](https://github.com/Mintplex-Labs/anything-llm/commit/df3875d6778e0f51105715c3399c7964037a4332) space - [`98a87d9`](https://github.com/Mintplex-Labs/anything-llm/commit/98a87d98124597162a258971eb5c9efc199f57ba) .cloudbuild.yaml - [`114e3f0`](https://github.com/Mintplex-Labs/anything-llm/commit/114e3f0cd9cb2bb8582eae38652cdf7ea0551717) for LOGGING_ONLY - [`2b87750`](https://github.com/Mintplex-Labs/anything-llm/commit/2b87750a3ec822ff8be2b08767cdb35d1543e5fe) edit - [`d14540f`](https://github.com/Mintplex-Labs/anything-llm/commit/d14540f18547d0302e357f23fc2c5eb634b70dfc) modify - [`6953e57`](https://github.com/Mintplex-Labs/anything-llm/commit/6953e579637f381c835748a7e39e3935a2e21dc5) commit - [`793f5a4`](https://github.com/Mintplex-Labs/anything-llm/commit/793f5a4f9359ed54365bed42f80b8e352b2ff687) commit ### 📊 Changes **20 files changed** (+333 additions, -518 deletions) <details> <summary>View changed files</summary> 📝 `BARE_METAL.md` (+2 -1) ➕ `Dockerfile` (+182 -0) ➕ `cloudbuild.yaml` (+45 -0) 📝 `docker/.env.example` (+7 -310) 📝 `docker/Dockerfile` (+3 -2) 📝 `docker/docker-compose.yml` (+3 -3) ➕ `docker/setup.sh` (+12 -0) 📝 `frontend/index.html` (+3 -18) 📝 `frontend/src/App.jsx` (+1 -1) 📝 `frontend/src/components/Sidebar/index.jsx` (+0 -7) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx` (+0 -8) 📝 `frontend/src/index.css` (+70 -69) 📝 `frontend/src/media/illustrations/login-logo-light.svg` (+2 -45) 📝 `frontend/src/media/illustrations/login-logo.svg` (+2 -45) 📝 `frontend/src/media/logo/anything-llm-dark.png` (+0 -0) 📝 `frontend/src/media/logo/anything-llm-icon.png` (+0 -0) 📝 `frontend/src/media/logo/anything-llm-infinity.png` (+0 -0) 📝 `frontend/src/media/logo/anything-llm.png` (+0 -0) 📝 `frontend/src/pages/Main/Home/index.jsx` (+0 -9) ➕ `system_prompt.txt` (+1 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [ ] I have tested my code functionality - [ ] Docker build succeeds locally --- <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:35:42 -05:00
yindo closed this issue 2026-02-22 18:35:42 -05:00
yindo changed title from [PR #3720] Rt to [PR #3720] [CLOSED] Rt 2026-06-05 15:18:14 -04: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#4374