diff --git a/docs/.vitepress/theme/components/Services/List.vue b/docs/.vitepress/theme/components/Services/List.vue index 6b2f56209..23f878911 100644 --- a/docs/.vitepress/theme/components/Services/List.vue +++ b/docs/.vitepress/theme/components/Services/List.vue @@ -421,6 +421,13 @@ const services = [ description: 'Web app for browsing, reading and downloading eBooks from a Calibre database.', category: 'Media' }, + { + name: 'Calibre Web Automated with Downloader', + slug: 'calibre-web-automated-with-downloader', + icon: '/docs/images/services/calibre-web-automated-with-downloader.png', + description: 'Automated version of Calibre Web with a book downloader included.', + category: 'Media' + }, { name: 'Castopod', slug: 'castopod', diff --git a/docs/public/images/services/calibre-web-automated-with-downloader.png b/docs/public/images/services/calibre-web-automated-with-downloader.png new file mode 100644 index 000000000..758b26822 Binary files /dev/null and b/docs/public/images/services/calibre-web-automated-with-downloader.png differ diff --git a/docs/services/all.md b/docs/services/all.md index 43a1f07d0..83638f9ad 100644 --- a/docs/services/all.md +++ b/docs/services/all.md @@ -247,6 +247,7 @@ Complete directory of all one-click services available in Coolify, organized by - [Audiobookshelf](/services/audiobookshelf) - Self-hosted audiobook and podcast server - [Calibre-web](/services/calibre-web) - Web app for browsing, reading and downloading eBooks from a Calibre database +- [Calibre Web Automated with Downloader](/services/calibre-web-automated-with-downloader) - Automated version of Calibre Web with a book downloader included. - [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/emby-stat) - A simple and easy-to-use Emby statistics dashboard diff --git a/docs/services/calibre-web-automated-with-downloader.md b/docs/services/calibre-web-automated-with-downloader.md new file mode 100644 index 000000000..ddfd9178b --- /dev/null +++ b/docs/services/calibre-web-automated-with-downloader.md @@ -0,0 +1,19 @@ +--- +title: Calibre Web Automated + Downloader +description: "Deploy ActivePieces workflow automation platform on Coolify with TypeScript-based extensible automation, visual builder, and 100+ integrations." +--- +# What is Calibre Web Automated + Downloader + + + +## Calibre Web Automated +Calibre, while a fantastic tool for its age, has several problems when containerised, including its reliance on a KasmVNC server instance for the UI, which is near impossible to use on mobile and is relatively resource-heavy if you're running a small, lower power server like I am. + +### Links +- [GitHub ›](https://github.com/crocodilestick/Calibre-Web-Automated) + +## Downloader +An intuitive web interface for searching and requesting book downloads, designed to work seamlessly with Calibre-Web-Automated. This project streamlines the process of downloading books and preparing them for integration into your Calibre library. + +### Links +- [GitHub ›](https://github.com/calibrain/calibre-web-automated-book-downloader) \ No newline at end of file