From 5365fe33ef464f62717191c08df544baf1f7216f Mon Sep 17 00:00:00 2001 From: Abdul Latif <55663276+orchard0@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:31:29 +0000 Subject: [PATCH 1/3] Revise README for Karakeep features and description Updated the README to reflect Karakeep's new features and focus on being a bookmark-everything app. --- services/karakeep/README.md | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/services/karakeep/README.md b/services/karakeep/README.md index e4befe9e..bb86abaf 100644 --- a/services/karakeep/README.md +++ b/services/karakeep/README.md @@ -4,16 +4,32 @@ This Docker Compose configuration sets up **[Karakeep](https://github.com/karake ## Karakeep -[Karakeep](https://github.com/karakeep-app/karakeep) is an **open-source, self-hosted alternative to Google Keep**, designed for simple note-taking and fast access. It supports collaborative editing, Markdown formatting, drag-and-drop organization, and tagging. Karakeep offers a clean, modern interface and is ideal for individuals or teams who want a privacy-focused, cloud-free way to manage notes and ideas. +[Karakeep](https://github.com/karakeep-app/karakeep) is an open-source, self-hosted **bookmark-everything app (links, notes and images)** with AI-based automatic tagging and full text search. ## Key Features - -- **Simple Note-Taking** – Create and organize notes with a beautiful, fast UI. -- **Collaborative Editing** – Share and edit notes in real time with others. -- **Markdown Support** – Use lightweight formatting for structured notes. -- **Tagging and Organization** – Categorize and manage content with tags and drag-and-drop. -- **Self-Hosted & Private** – Own your data, free from third-party cloud services. -- **Secure Access with Tailscale** – Restrict access to your notes using your private Tailscale network. +- 🔗 Bookmark links, take simple notes and store images and pdfs. +- ⬇️ Automatic fetching for link titles, descriptions and images. +- 📋 Sort your bookmarks into lists. +- 👥 Collaborate with others on the same list. +- 🔎 Full text search of all the content stored. +- ✨ AI-based (aka chatgpt) automatic tagging and summarization. With supports for local models using ollama! +- 🤖 Rule-based engine for customized management. +- 🎆 OCR for extracting text from images. +- 🔖 Chrome plugin and Firefox addon for quick bookmarking. +- 📱 An iOS app, and an Android app. +- 📰 Auto hoarding from RSS feeds. +- 🔌 REST API and multiple clients. +- 🌐 Multi-language support. +- 🖍️ Mark and store highlights from your hoarded content. +- 🗄️ Full page archival (using monolith) to protect against link rot. +- ▶️ Auto video archiving using yt-dlp. +- ☑️ Bulk actions support. +- 🔐 SSO support. +- 🌙 Dark mode support. +- 💾 Self-hosting first. Own your data, free from third-party cloud services. +- ⬇️ Bookmark importers from Chrome, Pocket, Linkwarden, Omnivore, Tab Session Manager. +- 🔄 Automatic sync with browser bookmarks via floccus. +- **Secure Access with Tailscale** – Restrict access to your data using your private Tailscale network. ## Configuration Overview From 02a781d907d390a07361998a49268ae11df82201 Mon Sep 17 00:00:00 2001 From: Bart <57799908+crypt0rr@users.noreply.github.com> Date: Thu, 9 Apr 2026 20:13:56 +0200 Subject: [PATCH 2/3] Fix formatting and improve README.md content --- services/karakeep/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/services/karakeep/README.md b/services/karakeep/README.md index bb86abaf..b38ebb6f 100644 --- a/services/karakeep/README.md +++ b/services/karakeep/README.md @@ -1,12 +1,13 @@ -# Karakeep with Tailscale Sidecar Configuration +# Karakeep with Tailscale Sidecar Configuration This Docker Compose configuration sets up **[Karakeep](https://github.com/karakeep-app/karakeep)** with Tailscale as a sidecar container to securely manage and access your self-hosted notes and collaboration app over a private Tailscale network. By integrating Tailscale, you can ensure that your Karakeep instance is only accessible to authorized devices within your Tailscale network, protecting your ideas and information from the public web. -## Karakeep +## Karakeep [Karakeep](https://github.com/karakeep-app/karakeep) is an open-source, self-hosted **bookmark-everything app (links, notes and images)** with AI-based automatic tagging and full text search. -## Key Features +## Key Features + - 🔗 Bookmark links, take simple notes and store images and pdfs. - ⬇️ Automatic fetching for link titles, descriptions and images. - 📋 Sort your bookmarks into lists. @@ -26,11 +27,11 @@ This Docker Compose configuration sets up **[Karakeep](https://github.com/karake - ☑️ Bulk actions support. - 🔐 SSO support. - 🌙 Dark mode support. -- 💾 Self-hosting first. Own your data, free from third-party cloud services. +- 💾 Self-hosting first. Own your data, free from third-party cloud services. - ⬇️ Bookmark importers from Chrome, Pocket, Linkwarden, Omnivore, Tab Session Manager. - 🔄 Automatic sync with browser bookmarks via floccus. - **Secure Access with Tailscale** – Restrict access to your data using your private Tailscale network. -## Configuration Overview +## Configuration Overview In this setup, the `tailscale-karakeep` service runs Tailscale, which manages secure networking for the Karakeep service. The `karakeep` service uses the Tailscale network stack via Docker's `network_mode: service:` configuration. This ensures that Karakeep’s web interface is only accessible through the Tailscale network (or locally, if preferred), enhancing the privacy and security of your notes and collaborative workspace. From c9af841326b79270d25c06e8fe4ef4ad1d1e9016 Mon Sep 17 00:00:00 2001 From: Bart <57799908+crypt0rr@users.noreply.github.com> Date: Thu, 9 Apr 2026 20:16:18 +0200 Subject: [PATCH 3/3] Fix formatting of automatic sync feature in README --- services/karakeep/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/karakeep/README.md b/services/karakeep/README.md index b38ebb6f..5e43d5e8 100644 --- a/services/karakeep/README.md +++ b/services/karakeep/README.md @@ -29,7 +29,7 @@ This Docker Compose configuration sets up **[Karakeep](https://github.com/karake - 🌙 Dark mode support. - 💾 Self-hosting first. Own your data, free from third-party cloud services. - ⬇️ Bookmark importers from Chrome, Pocket, Linkwarden, Omnivore, Tab Session Manager. -- 🔄 Automatic sync with browser bookmarks via floccus. +- 🔄 Automatic sync with browser bookmarks via floccus. - **Secure Access with Tailscale** – Restrict access to your data using your private Tailscale network. ## Configuration Overview