[PR #1489] [MERGED] feat: Allow PATCH method in CORS headers #1839

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

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/1489
Author: @spasche
Created: 5/28/2025
Status: Merged
Merged: 5/31/2025
Merged by: @MohamedBassem

Base: mainHead: cors-allow-patch


📝 Commits (1)

  • 7a66ca5 feat: Allow PATCH method in CORS headers

📊 Changes

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

View changed files

📝 apps/web/next.config.mjs (+1 -1)

📄 Description

Hello,

I'm using the Karakeep Plugin for Obsidian, which uses the PATCH method of the API.

Special reverse proxy configuration is currently required for CORS, it would be nice if this could work out of the box by allowing the method directly in the backend.


🔄 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/1489 **Author:** [@spasche](https://github.com/spasche) **Created:** 5/28/2025 **Status:** ✅ Merged **Merged:** 5/31/2025 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `cors-allow-patch` --- ### 📝 Commits (1) - [`7a66ca5`](https://github.com/karakeep-app/karakeep/commit/7a66ca57d45f9eab83c410ee442df4463c3b09c1) feat: Allow PATCH method in CORS headers ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/next.config.mjs` (+1 -1) </details> ### 📄 Description Hello, I'm using the [Karakeep Plugin for Obsidian](https://github.com/jhofker/obsidian-hoarder), which [uses the PATCH method of the API](https://github.com/jhofker/obsidian-hoarder/blob/8ec6ef3288d2acf71ab494cc07707c1ee8f73d09/src/main.ts#L295). Special reverse proxy configuration is currently required for CORS, it would be nice if this could work out of the box by allowing the method directly in the backend. --- <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:25 +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#1839
No description provided.