[PR #1884] [CLOSED] [FEAT]: Possibility to "white label" meta information #3811

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1884
Author: @doumencp
Created: 7/17/2024
Status: Closed

Base: masterHead: 1373-white_labelling


📝 Commits (8)

  • 8c3137a enable while labelling metas
  • 300d427 update env variables
  • 841fd23 final changes
  • e569ac9 forgotten useless code
  • b9576f1 remove redundant icon
  • 2609e62 add tab icon as customizable
  • 4e36f7b add yarn-error.log in gitignore
  • e2624e9 remove deprecated version flag in docker compose file

📊 Changes

13 files changed (+184 additions, -34 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 docker/.env.example (+25 -1)
📝 docker/docker-compose.yml (+0 -2)
📝 frontend/index.html (+0 -26)
📝 frontend/package.json (+2 -1)
📝 frontend/src/App.jsx (+2 -0)
frontend/src/Metadata.jsx (+46 -0)
📝 frontend/src/models/system.js (+9 -0)
📝 frontend/yarn.lock (+21 -1)
📝 package.json (+3 -2)
📝 server/.env.example (+25 -1)
📝 server/endpoints/system.js (+11 -0)
server/models/metadataSettings.js (+39 -0)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #1373 (except the related closed #1256 that should be another issue)

What is in this change?

Enables possibility to while label metadatas.

Additional Information

Everything works just fine.

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/1884 **Author:** [@doumencp](https://github.com/doumencp) **Created:** 7/17/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `1373-white_labelling` --- ### 📝 Commits (8) - [`8c3137a`](https://github.com/Mintplex-Labs/anything-llm/commit/8c3137aa031cf3258e24c4a82fb020bf9062a4e2) enable while labelling metas - [`300d427`](https://github.com/Mintplex-Labs/anything-llm/commit/300d42796c1aded9f77bb6b743d4b1c87fe9a808) update env variables - [`841fd23`](https://github.com/Mintplex-Labs/anything-llm/commit/841fd23110f1a8b4841a25ad688fca6419d62948) final changes - [`e569ac9`](https://github.com/Mintplex-Labs/anything-llm/commit/e569ac9af98534e79790534364c45f2120719eb3) forgotten useless code - [`b9576f1`](https://github.com/Mintplex-Labs/anything-llm/commit/b9576f17c80e98241cd644f9a274a9f06e07e3f4) remove redundant icon - [`2609e62`](https://github.com/Mintplex-Labs/anything-llm/commit/2609e62c3ccae7c8745715cd28205d9284df48f6) add tab icon as customizable - [`4e36f7b`](https://github.com/Mintplex-Labs/anything-llm/commit/4e36f7b75b084db0fa9653d930e270da92e1c674) add yarn-error.log in gitignore - [`e2624e9`](https://github.com/Mintplex-Labs/anything-llm/commit/e2624e985cfd0926b0bd60ef4a2be35caa6c116a) remove deprecated version flag in docker compose file ### 📊 Changes **13 files changed** (+184 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `docker/.env.example` (+25 -1) 📝 `docker/docker-compose.yml` (+0 -2) 📝 `frontend/index.html` (+0 -26) 📝 `frontend/package.json` (+2 -1) 📝 `frontend/src/App.jsx` (+2 -0) ➕ `frontend/src/Metadata.jsx` (+46 -0) 📝 `frontend/src/models/system.js` (+9 -0) 📝 `frontend/yarn.lock` (+21 -1) 📝 `package.json` (+3 -2) 📝 `server/.env.example` (+25 -1) 📝 `server/endpoints/system.js` (+11 -0) ➕ `server/models/metadataSettings.js` (+39 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #1373 (except the related closed #1256 that should be another issue) ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> Enables possibility to while label metadatas. ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> Everything works just fine. ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] 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:34:33 -05:00
yindo closed this issue 2026-02-22 18:34:33 -05:00
yindo changed title from [PR #1884] [FEAT]: Possibility to "white label" meta information to [PR #1884] [CLOSED] [FEAT]: Possibility to "white label" meta information 2026-06-05 15:15:21 -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#3811