[PR #1651] [MERGED] Feature/meili master key updated example #1875

Closed
opened 2026-03-02 11:59:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/1651
Author: @kdwils
Created: 6/21/2025
Status: Merged
Merged: 6/22/2025
Merged by: @MohamedBassem

Base: mainHead: feature/meili-master-key-updated-example


📝 Commits (2)

  • 2edb713 add pipe for trimming invalid characters when generating meili master key
  • 9b9ca1e fix table row for MEILI_MASTER_KEY in versioned_docs

📊 Changes

14 files changed (+15 additions, -14 deletions)

View changed files

📝 docker/.env.sample (+1 -1)
📝 docs/docs/03-configuration.md (+2 -1)
📝 docs/versioned_docs/version-v0.15.0/03-configuration.md (+1 -1)
📝 docs/versioned_docs/version-v0.16.0/03-configuration.md (+1 -1)
📝 docs/versioned_docs/version-v0.17.0/03-configuration.md (+1 -1)
📝 docs/versioned_docs/version-v0.18.0/03-configuration.md (+1 -1)
📝 docs/versioned_docs/version-v0.19.0/03-configuration.md (+1 -1)
📝 docs/versioned_docs/version-v0.20.0/03-configuration.md (+1 -1)
📝 docs/versioned_docs/version-v0.21.0/03-configuration.md (+1 -1)
📝 docs/versioned_docs/version-v0.22.0/03-configuration.md (+1 -1)
📝 docs/versioned_docs/version-v0.23.0/03-configuration.md (+1 -1)
📝 docs/versioned_docs/version-v0.23.1/03-configuration.md (+1 -1)
📝 docs/versioned_docs/version-v0.24.0/03-configuration.md (+1 -1)
📝 docs/versioned_docs/version-v0.25.0/03-configuration.md (+1 -1)

📄 Description

Characters such as + seem to cause authentication issues with meilisearch if they are part of the MEILI_MASTER_KEY environment variable. This PR is to update the example command to generate a master key to only use alphanumeric characters.

Related issue: https://github.com/karakeep-app/karakeep/issues/1572

Screenshot of the updated table
table


🔄 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/karakeep-app/karakeep/pull/1651 **Author:** [@kdwils](https://github.com/kdwils) **Created:** 6/21/2025 **Status:** ✅ Merged **Merged:** 6/22/2025 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `feature/meili-master-key-updated-example` --- ### 📝 Commits (2) - [`2edb713`](https://github.com/karakeep-app/karakeep/commit/2edb71336bc57073bedaaf98cd675ec349347037) add pipe for trimming invalid characters when generating meili master key - [`9b9ca1e`](https://github.com/karakeep-app/karakeep/commit/9b9ca1e6c4e6e8cd4af62a12c8e8d98b5c91588f) fix table row for MEILI_MASTER_KEY in versioned_docs ### 📊 Changes **14 files changed** (+15 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `docker/.env.sample` (+1 -1) 📝 `docs/docs/03-configuration.md` (+2 -1) 📝 `docs/versioned_docs/version-v0.15.0/03-configuration.md` (+1 -1) 📝 `docs/versioned_docs/version-v0.16.0/03-configuration.md` (+1 -1) 📝 `docs/versioned_docs/version-v0.17.0/03-configuration.md` (+1 -1) 📝 `docs/versioned_docs/version-v0.18.0/03-configuration.md` (+1 -1) 📝 `docs/versioned_docs/version-v0.19.0/03-configuration.md` (+1 -1) 📝 `docs/versioned_docs/version-v0.20.0/03-configuration.md` (+1 -1) 📝 `docs/versioned_docs/version-v0.21.0/03-configuration.md` (+1 -1) 📝 `docs/versioned_docs/version-v0.22.0/03-configuration.md` (+1 -1) 📝 `docs/versioned_docs/version-v0.23.0/03-configuration.md` (+1 -1) 📝 `docs/versioned_docs/version-v0.23.1/03-configuration.md` (+1 -1) 📝 `docs/versioned_docs/version-v0.24.0/03-configuration.md` (+1 -1) 📝 `docs/versioned_docs/version-v0.25.0/03-configuration.md` (+1 -1) </details> ### 📄 Description Characters such as `+` seem to cause authentication issues with meilisearch if they are part of the `MEILI_MASTER_KEY` environment variable. This PR is to update the example command to generate a master key to only use alphanumeric characters. Related issue: https://github.com/karakeep-app/karakeep/issues/1572 Screenshot of the updated table ![table](https://github.com/user-attachments/assets/4101c56b-db9a-42c8-8ea3-9bf0d008e3ed) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:59:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1875
No description provided.