[PR #1118] [CLOSED] feat(workers): Adds publisher and author og:meta tags to Bookmark #1741

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

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/1118
Author: @erik-nilcoast
Created: 3/12/2025
Status: Closed

Base: mainHead: erik/author-publisher


📝 Commits (1)

  • 7e7e88a feat(workers): Adds publisher and author og:meta tags to Bookmark

📊 Changes

12 files changed (+2181 additions, -34 deletions)

View changed files

📝 apps/workers/crawlerWorker.ts (+13 -0)
📝 apps/workers/package.json (+5 -2)
📝 apps/workers/searchWorker.ts (+4 -0)
packages/db/drizzle/0042_uneven_darkstar.sql (+4 -0)
packages/db/drizzle/meta/0042_snapshot.json (+1670 -0)
📝 packages/db/drizzle/meta/_journal.json (+7 -0)
📝 packages/db/schema.ts (+4 -0)
📝 packages/open-api/hoarder-openapi-spec.json (+16 -0)
📝 packages/shared/search.ts (+4 -0)
📝 packages/shared/types/bookmarks.ts (+4 -0)
📝 packages/trpc/routers/bookmarks.ts (+2 -0)
📝 pnpm-lock.yaml (+448 -32)

📄 Description

No description provided


🔄 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/1118 **Author:** [@erik-nilcoast](https://github.com/erik-nilcoast) **Created:** 3/12/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `erik/author-publisher` --- ### 📝 Commits (1) - [`7e7e88a`](https://github.com/karakeep-app/karakeep/commit/7e7e88a355cb5b1f1299cf0b3a1364c143c87082) feat(workers): Adds publisher and author og:meta tags to Bookmark ### 📊 Changes **12 files changed** (+2181 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `apps/workers/crawlerWorker.ts` (+13 -0) 📝 `apps/workers/package.json` (+5 -2) 📝 `apps/workers/searchWorker.ts` (+4 -0) ➕ `packages/db/drizzle/0042_uneven_darkstar.sql` (+4 -0) ➕ `packages/db/drizzle/meta/0042_snapshot.json` (+1670 -0) 📝 `packages/db/drizzle/meta/_journal.json` (+7 -0) 📝 `packages/db/schema.ts` (+4 -0) 📝 `packages/open-api/hoarder-openapi-spec.json` (+16 -0) 📝 `packages/shared/search.ts` (+4 -0) 📝 `packages/shared/types/bookmarks.ts` (+4 -0) 📝 `packages/trpc/routers/bookmarks.ts` (+2 -0) 📝 `pnpm-lock.yaml` (+448 -32) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:58:58 +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#1741
No description provided.