From 16866d8808c09c0cebc9861e04caa78fbcd10215 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 5 Apr 2025 15:53:42 +0100 Subject: chore: Hoarder to Karakeep rebranding (#1199) * The new logo * Changing hoarder.app to karakeep.app * Adding the admin panel warning * Update the readme --- apps/web/components/admin/AdminNotices.tsx | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'apps/web/components/admin') diff --git a/apps/web/components/admin/AdminNotices.tsx b/apps/web/components/admin/AdminNotices.tsx index 4977736f..45824727 100644 --- a/apps/web/components/admin/AdminNotices.tsx +++ b/apps/web/components/admin/AdminNotices.tsx @@ -27,7 +27,7 @@ function useAdminNotices() { You're using the legacy docker container images. Those will stop getting supported soon. Please follow{" "} this guide @@ -38,6 +38,23 @@ function useAdminNotices() { title: "Legacy Container Images", }); } + ret.push({ + level: "warning", + message: ( +

+ You'll need to update your docker images to the new image otherwise + you won't be getting new updates. Please follow{" "} + + this guide + {" "} + for instructions on how to update your docker images. +

+ ), + title: "Hoarder is rebranding to Karakeep", + }); return ret; } -- cgit v1.2.3-70-g09d2