From 60c76b1b45d45a61d20e5e8e69ee7b0d32d9c732 Mon Sep 17 00:00:00 2001 From: Ricky Wanga Date: Sat, 28 Mar 2026 17:32:23 +0100 Subject: [PATCH 1/3] docs(service): add Grimmory documentation and icon --- .../theme/components/Services/List.vue | 7 +++++++ docs/public/images/services/grimmory.svg | 4 ++++ docs/services/grimmory.md | 20 +++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 docs/public/images/services/grimmory.svg create mode 100644 docs/services/grimmory.md diff --git a/docs/.vitepress/theme/components/Services/List.vue b/docs/.vitepress/theme/components/Services/List.vue index 80d628c6..7d1e2443 100644 --- a/docs/.vitepress/theme/components/Services/List.vue +++ b/docs/.vitepress/theme/components/Services/List.vue @@ -430,6 +430,13 @@ const services = [ description: 'Open-source library management system for your digital book collection.', category: 'Media' }, + { + name: 'Grimmory', + slug: 'grimmory', + icon: '/docs/images/services/grimmory.svg', + description: 'A self-hosted ebook library manager and reader, successor to Booklore.', + category: 'Media' + }, { name: 'Browserless', slug: 'browserless', diff --git a/docs/public/images/services/grimmory.svg b/docs/public/images/services/grimmory.svg new file mode 100644 index 00000000..cd8230fa --- /dev/null +++ b/docs/public/images/services/grimmory.svg @@ -0,0 +1,4 @@ + + + + diff --git a/docs/services/grimmory.md b/docs/services/grimmory.md new file mode 100644 index 00000000..811825c9 --- /dev/null +++ b/docs/services/grimmory.md @@ -0,0 +1,20 @@ +--- +title: "Grimmory" +description: "Here you can find the documentation for hosting Grimmory with Coolify." +--- + +# Grimmory + + + +## What is Grimmory? + +Grimmory is a self-hosted ebook library manager and reader, and the successor +to Booklore. It allows you to organize, manage, and read your ebook collection +from a clean web interface, with support for auto-importing books via a +bookdrop folder. + +## Links + +- [Official website](https://github.com/grimmory/grimmory?utm_source=coolify.io) +- [Docker Hub](https://hub.docker.com/r/grimmory/grimmory?utm_source=coolify.io) \ No newline at end of file From b884a93df3b87fddca06eb55f660dea3758ea677 Mon Sep 17 00:00:00 2001 From: Cinzya Date: Mon, 6 Apr 2026 17:17:10 +0200 Subject: [PATCH 2/3] docs(services): add Grimmory as a self-hosted ebook library manager --- docs/services/all.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/services/all.md b/docs/services/all.md index 09361541..3b370a96 100644 --- a/docs/services/all.md +++ b/docs/services/all.md @@ -294,6 +294,7 @@ Complete directory of all one-click services available in Coolify, organized by - [Castopod](/services/castopod) - Open-source podcast hosting platform - [Emby](/services/emby) - A media server to organize, play, and stream audio and video to a variety of devices - [Emby Stat](/services/embystat) - A simple and easy-to-use Emby statistics dashboard +- [Grimmory](/services/grimmory) - Self-hosted ebook library manager and reader, successor to Booklore - [Immich](/services/immich) - Self-hosted photo and video backup solution - [Jellyfin](/services/jellyfin) - The Free Software Media System - [Metube](/services/metube) - A self-hosted video sharing platform From 8b66d8942eabff8eb3ebe6e640eeed72354e6acb Mon Sep 17 00:00:00 2001 From: Cinzya Date: Mon, 6 Apr 2026 17:22:35 +0200 Subject: [PATCH 3/3] docs(services): update Grimmory image tag --- docs/services/grimmory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/grimmory.md b/docs/services/grimmory.md index 811825c9..6d2efebc 100644 --- a/docs/services/grimmory.md +++ b/docs/services/grimmory.md @@ -5,7 +5,7 @@ description: "Here you can find the documentation for hosting Grimmory with Cool # Grimmory - +Grimmory Logo ## What is Grimmory?