[PR #1280] [MERGED] Rename missing files/conf from Hoarder to Karakeep #1784

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

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/1280
Author: @adripo
Created: 4/19/2025
Status: Merged
Merged: 4/21/2025
Merged by: @MohamedBassem

Base: mainHead: refactor-rename-missing-conf


📝 Commits (2)

  • f38e9e8 refactor: Rename remaining project configuration from Hoarder to Karakeep
  • 7f375bc some fixes

📊 Changes

122 files changed (+255 additions, -255 deletions)

View changed files

📝 .env.sample (+1 -1)
📝 .github/workflows/android.yml (+1 -1)
📝 .github/workflows/extension.yml (+2 -2)
📝 .github/workflows/ios.yml (+1 -1)
📝 README.md (+13 -13)
📝 apps/browser-extension/index.html (+1 -1)
📝 apps/browser-extension/src/Logo.tsx (+2 -2)
📝 apps/browser-extension/src/background/background.ts (+13 -13)
📝 apps/browser-extension/src/background/protocol.ts (+1 -1)
📝 apps/landing/src/Homepage.tsx (+3 -3)
📝 apps/landing/src/Privacy.tsx (+5 -6)
📝 apps/web/app/api/bookmarks/export/route.tsx (+1 -1)
📝 apps/web/app/signin/page.tsx (+2 -2)
📝 apps/web/components/KarakeepIcon.tsx (+1 -1)
📝 apps/web/components/dashboard/header/Header.tsx (+2 -2)
📝 apps/web/components/settings/ImportExport.tsx (+7 -7)
📝 apps/web/components/shared/sidebar/Sidebar.tsx (+1 -1)
📝 apps/web/lib/i18n/locales/ar/translation.json (+1 -1)
📝 apps/web/lib/i18n/locales/da/translation.json (+1 -1)
📝 apps/web/lib/i18n/locales/de/translation.json (+1 -1)

...and 80 more files

📄 Description

This PR focuses on renaming the missing parts of the application from Hoarder to Karakeep across the codebase, configurations, and related files. Below is a summary of the changes and notes for review:

Summary of Changes:

  1. File Renaming:

    • Renamed multiple files to reflect the new application name.
    • Please verify if any file renaming needs to be reverted.
  2. Configuration Updates:

    • Updated important configurations to reflect the new name.
    • Specifically, check name in package.json and if changes in GitHub workflows are necessary or should be reverted.
  3. Firefox Add-on Link:

    • Updated the Firefox add-on link to use "karakeep" assuming migration is in progress. Please confirm if this is correct, the old url is not working anymore.
  4. Mobile App Changes:

    • NO UPDATE on this one. I can change the slug, package, and bundleIdentifier in app.json to reflect the new name if possible.
  5. Weblate Migration:

  6. Pikapods Configuration:

    • Pikapods configuration needs to be updated to reflect the new app name. This is not addressed in this PR but should be handled separately.

Notes for Reviewers:

  • I manually checked each modification to avoid removing references to "hoarder" that need to remain. However, please double-check for any unintended changes.
  • Let me know if any of the changes (e.g., GitHub workflows) should be reverted.
  • Additional steps like Weblate migration and Pikapods updates are outside the scope of this PR but are noted for follow-up.

🔄 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/1280 **Author:** [@adripo](https://github.com/adripo) **Created:** 4/19/2025 **Status:** ✅ Merged **Merged:** 4/21/2025 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `refactor-rename-missing-conf` --- ### 📝 Commits (2) - [`f38e9e8`](https://github.com/karakeep-app/karakeep/commit/f38e9e831ee00e9b57f35f4927756fe1f839bc3d) refactor: Rename remaining project configuration from Hoarder to Karakeep - [`7f375bc`](https://github.com/karakeep-app/karakeep/commit/7f375bc8a836b5f3b4b2a283c3b3170da41d48b0) some fixes ### 📊 Changes **122 files changed** (+255 additions, -255 deletions) <details> <summary>View changed files</summary> 📝 `.env.sample` (+1 -1) 📝 `.github/workflows/android.yml` (+1 -1) 📝 `.github/workflows/extension.yml` (+2 -2) 📝 `.github/workflows/ios.yml` (+1 -1) 📝 `README.md` (+13 -13) 📝 `apps/browser-extension/index.html` (+1 -1) 📝 `apps/browser-extension/src/Logo.tsx` (+2 -2) 📝 `apps/browser-extension/src/background/background.ts` (+13 -13) 📝 `apps/browser-extension/src/background/protocol.ts` (+1 -1) 📝 `apps/landing/src/Homepage.tsx` (+3 -3) 📝 `apps/landing/src/Privacy.tsx` (+5 -6) 📝 `apps/web/app/api/bookmarks/export/route.tsx` (+1 -1) 📝 `apps/web/app/signin/page.tsx` (+2 -2) 📝 `apps/web/components/KarakeepIcon.tsx` (+1 -1) 📝 `apps/web/components/dashboard/header/Header.tsx` (+2 -2) 📝 `apps/web/components/settings/ImportExport.tsx` (+7 -7) 📝 `apps/web/components/shared/sidebar/Sidebar.tsx` (+1 -1) 📝 `apps/web/lib/i18n/locales/ar/translation.json` (+1 -1) 📝 `apps/web/lib/i18n/locales/da/translation.json` (+1 -1) 📝 `apps/web/lib/i18n/locales/de/translation.json` (+1 -1) _...and 80 more files_ </details> ### 📄 Description This PR focuses on renaming the missing parts of the application from **Hoarder** to **Karakeep** across the codebase, configurations, and related files. Below is a summary of the changes and notes for review: #### Summary of Changes: 1. **File Renaming**: - Renamed multiple files to reflect the new application name. - Please verify if any file renaming needs to be reverted. 2. **Configuration Updates**: - Updated important configurations to reflect the new name. - Specifically, check `name` in `package.json` and if changes in GitHub workflows are necessary or should be reverted. 3. **Firefox Add-on Link**: - Updated the Firefox add-on link to use "karakeep" assuming migration is in progress. Please confirm if this is correct, the old url is not working anymore. 4. **Mobile App Changes**: - NO UPDATE on this one. I can change the `slug`, `package`, and `bundleIdentifier` in app.json to reflect the new name if possible. 5. **Weblate Migration**: - Noted that Weblate migration is required. The current link points to: [https://hosted.weblate.org/engage/hoarder/](https://hosted.weblate.org/engage/hoarder/). This will need to be updated post-migration. 6. **Pikapods Configuration**: - Pikapods configuration needs to be updated to reflect the new app name. This is not addressed in this PR but should be handled separately. #### Notes for Reviewers: - I manually checked each modification to avoid removing references to "hoarder" that need to remain. However, please double-check for any unintended changes. - Let me know if any of the changes (e.g., GitHub workflows) should be reverted. - Additional steps like Weblate migration and Pikapods updates are outside the scope of this PR but are noted for follow-up. --- <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:10 +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#1784
No description provided.