Files
mates-infra/docker-services/calibre-web/README.md
T
mates 444191d16d feat: initial infra repo
- docker-services: 14 generic compose templates (portainer, npm, vaultwarden, gitea, jotty, nextcloud-aio, rustdesk, audiobookshelf, calibre-web, plex, erugo, jswiki, speedtest, watchtower)
- install-scripts: bash scripts for Ubuntu server bootstrap, docker, portainer, npm, backup, restore
- ansible: 4 playbooks (bootstrap, deploy-services, update-services, security-hardening) + roles skeleton
- hermes-install: Hermes CLI setup on macOS
- macos-setup: Brewfile + osx-defaults + fish-config
- home-nas-tools: metadata index for NAS projects (no binaries)
- docs: architecture, security, contributing
- README, LICENSE (MIT), .gitignore
2026-08-01 16:25:58 +02:00

54 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Calibre-Web e-knihovna
> Web čtečka e-knihoven. Calibre metadata, OPDS, Kindle send.
## 📋 Přehled
- **Image:** `linuxserver/calibre-web:latest`
- **Port:** `8083` (web)
- **User:** `1000:1000`
- **Network:** `bridge`
## 🚀 Instalace
```bash
cp .env.example .env
docker compose up -d
```
Pak v prohlížeči otevři `http://<server>:8083` a dokonči setup (admin účet, cesta ke knihovně).
## 🎯 Funkce
- **Čtení online** v prohlížeči, EPUB/PDF
- **Send to Kindle** email na Kindle
- **OPDS** kompatibilní s jinými čtečkami
- **Multi-user** s admin/user oprávněními
- **Metadata** z Goodreads, Google Books
- **Tagy, série, autoři** plná Calibre metadata
## 📁 Volumes
| Mount | Účel |
|---|---|
| `./data:/config` | Calibre-Web konfigurace, DB |
| `./books:/books` | Tvoje knihovna (knihy) |
## 🔐 Bezpečnost
- **Admin heslo** silné
- **HTTPS** terminuj v NPM
- **Magic link** email login (vyžaduje SMTP)
## 🔄 Aktualizace
```bash
docker compose pull
docker compose up -d
```
## 📚 Dokumentace
- [Calibre-Web GitHub](https://github.com/janeczku/calibre-web)
- [LinuxServer.io](https://docs.linuxserver.io/images/docker-calibre-web)