BookOrbit è una piattaforma self‑hosted e open source per gestire e leggere ebook, audiolibri e fumetti. Offre lettori integrati per più formati, gestione automatica dei metadati, sincronizzazione con Kobo e KOReader, supporto multi‑utente con SSO, cataloghi OPDS privati e analitiche di lettura avanzate, il tutto con una semplice distribuzione via Docker e senza abbonamenti.
0
0
1
| 1 | services: |
| 2 | bookorbit: |
| 3 | container_name: bookorbit-app |
| 4 | image: ghcr.io/bookorbit/bookorbit:latest |
| 5 | restart: unless-stopped |
| 6 | init: true |
| 7 | ports: |
| 8 | - "3000:3000" |
| 9 | environment: |
| 10 | NODE_ENV: production |