[PR #11743] [CLOSED] feat: add Calibre-Web container script #9719

Closed
opened 2026-02-26 17:31:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/11743
Author: @mikolaj92
Created: 2/9/2026
Status: Closed

Base: mainHead: feature/calibre-web


📝 Commits (1)

  • bb257d0 feat: add Calibre-Web container script

📊 Changes

3 files changed (+259 additions, -0 deletions)

View changed files

ct/calibre-web.sh (+119 -0)
frontend/public/json/calibre-web.json (+44 -0)
install/calibre-web-install.sh (+96 -0)

📄 Description

📚 What is Calibre-Web?

Calibre-Web is a web app for browsing, reading and downloading eBooks from a Calibre database. It provides an attractive interface with mobile support, user management, and eBook conversion capabilities.

Features

  • Web-based eBook library management
  • Mobile-responsive interface
  • User management and permissions
  • eBook conversion via Calibre integration
  • Kindle-friendly format support (EPUB → AZW3)

📦 Installation

  • OS: Debian 13
  • Resources: 2 CPU cores, 2GB RAM, 8GB disk
  • Port: 8083
  • Default credentials: admin/admin123

🛠️ Technical Details

  • Python 3 + pip for dependencies
  • Calibre integration for eBook conversion
  • Systemd service: cps
  • Unprivileged LXC container

📝 Files Added

  • ct/calibre-web.sh - Main container creation script
  • install/calibre-web-install.sh - Internal installation script
  • frontend/public/json/calibre-web.json - Metadata

Signed-off-by: mikolaj92 mikolaj92@users.noreply.github.com


🔄 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/community-scripts/ProxmoxVE/pull/11743 **Author:** [@mikolaj92](https://github.com/mikolaj92) **Created:** 2/9/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/calibre-web` --- ### 📝 Commits (1) - [`bb257d0`](https://github.com/community-scripts/ProxmoxVE/commit/bb257d0e7329bab8efaf0ca4e60c5f051b1f90fd) feat: add Calibre-Web container script ### 📊 Changes **3 files changed** (+259 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/calibre-web.sh` (+119 -0) ➕ `frontend/public/json/calibre-web.json` (+44 -0) ➕ `install/calibre-web-install.sh` (+96 -0) </details> ### 📄 Description ## 📚 What is Calibre-Web? Calibre-Web is a web app for browsing, reading and downloading eBooks from a Calibre database. It provides an attractive interface with mobile support, user management, and eBook conversion capabilities. ## ✨ Features - Web-based eBook library management - Mobile-responsive interface - User management and permissions - eBook conversion via Calibre integration - Kindle-friendly format support (EPUB → AZW3) ## 📦 Installation - **OS:** Debian 13 - **Resources:** 2 CPU cores, 2GB RAM, 8GB disk - **Port:** 8083 - **Default credentials:** admin/admin123 ## 🛠️ Technical Details - Python 3 + pip for dependencies - Calibre integration for eBook conversion - Systemd service: `cps` - Unprivileged LXC container ## 📝 Files Added - `ct/calibre-web.sh` - Main container creation script - `install/calibre-web-install.sh` - Internal installation script - `frontend/public/json/calibre-web.json` - Metadata ## 🔗 Links - **Source:** https://github.com/janeczku/calibre-web - **Documentation:** https://github.com/janeczku/calibre-web/wiki --- Signed-off-by: mikolaj92 <mikolaj92@users.noreply.github.com> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 17:31:28 +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/ProxmoxVE#9719
No description provided.