Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/.vitepress/theme/components/Services/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/services/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 19 additions & 0 deletions docs/services/calibre-web-automated-with-downloader.md
Original file line number Diff line number Diff line change
@@ -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

<ZoomableImage src="/docs/images/services/calibre-web-automated-with-downloader.png" alt="Calibre Web Automated Logo" />

## 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)