{"id":16544589,"url":"https://github.com/devtud/calibre-kubernetes","last_synced_at":"2025-09-03T13:11:37.603Z","repository":{"id":98823760,"uuid":"218054945","full_name":"devtud/calibre-kubernetes","owner":"devtud","description":"Deployment of calibre-web in Kubernetes based on linuxserver/calibre-web docker image","archived":false,"fork":false,"pushed_at":"2019-10-29T09:58:50.000Z","size":3,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-08T20:42:33.616Z","etag":null,"topics":["calibre-web","docker","kubernetes","linuxserver"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devtud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-28T13:37:47.000Z","updated_at":"2025-03-09T04:20:23.000Z","dependencies_parsed_at":"2023-05-25T15:45:25.427Z","dependency_job_id":null,"html_url":"https://github.com/devtud/calibre-kubernetes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devtud/calibre-kubernetes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtud%2Fcalibre-kubernetes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtud%2Fcalibre-kubernetes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtud%2Fcalibre-kubernetes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtud%2Fcalibre-kubernetes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devtud","download_url":"https://codeload.github.com/devtud/calibre-kubernetes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtud%2Fcalibre-kubernetes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273447797,"owners_count":25107439,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calibre-web","docker","kubernetes","linuxserver"],"created_at":"2024-10-11T19:03:33.923Z","updated_at":"2025-09-03T13:11:37.593Z","avatar_url":"https://github.com/devtud.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kubernetes deployment of calibre-web\n\nThis is a **Kubernetes** deployment of [calibre-web](https://github.com/janeczku/calibre-web) application which uses [linuxserver/calibre-web](https://hub.docker.com/r/linuxserver/calibre-web) docker image.\n\n## How to\n\n**Note** This deployment assumes the Kubernetes cluster runs the [NGINX Ingress Controller](https://kubernetes.github.io/ingress-nginx) as ingress controller. If you use another ingress controller, you will have to adapt `ingress.yml` accordingly.\n\n    git clone https://github.com/devtud/calibre-kubernetes\n\nEdit `ingress.yml` and replace your domain name on this line:\n\n```yml\n  - host: \u003cyour-domain\u003e\n```\n\nOpen `deployment.yml` and adapt the two values on the following lines according to your needs (the user id and group id which own the files on the host machine - **do not set it as root!**).\n\n```yml\n            - name: PUID\n              value: \"1001\"\n            - name: PGID\n              value: \"1001\"\n```\n\nApply the Kubernetes resources:\n\n    kubectl apply -f ns.yml\n    kubectl apply -f pv_books.yml\n    kubectl apply -f pv_config.yml\n    kubectl apply -f pvc_books.yml\n    kubectl apply -f pvc_config.yml\n    kubectl apply -f deployment.yml\n    kubectl apply -f service.yml\n    kubectl apply -f ingress.yml\n\n\n**Important** Even though you can access the deployed `calibre-web` app at your address, you won't be able to use it, because neither the calibre-web app nor the docker image provide a Calibre database. You have to get a Calibre database first and upload it to `/var/data/calibre/books/metadata.db` (note that this is the path on your host machine where the persistent volume [pv_books.yml](pv_books.yml) is pointing to). One way of doing this is to install a fresh Calibre on your computer and copy the `metadata.db` file from your computer to the mentioned path.\n\nAfter you open the web interface, in the config screen put the following values:\n- `/books` for the db path\n- `/usr/bin/ebook-convert` for the converter path\n- `/usr/bin/unrar` for the unrar path\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevtud%2Fcalibre-kubernetes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevtud%2Fcalibre-kubernetes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevtud%2Fcalibre-kubernetes/lists"}