{"id":49860390,"url":"https://github.com/martirale/bunkoshelf-docs","last_synced_at":"2026-05-14T21:13:36.108Z","repository":{"id":294396632,"uuid":"977817797","full_name":"martirale/bunkoshelf-docs","owner":"martirale","description":"Self-hosted server for managing-reading manga \u0026 ebooks.","archived":false,"fork":false,"pushed_at":"2025-10-05T06:42:00.000Z","size":3488,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T08:34:56.065Z","etag":null,"topics":["books","docker","docker-compose","manga","media-server","nextjs15","prisma","reader","self-hosted"],"latest_commit_sha":null,"homepage":"http://bunko.amlab.site/","language":"JavaScript","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/martirale.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-05T02:33:03.000Z","updated_at":"2025-10-05T06:42:03.000Z","dependencies_parsed_at":"2025-06-11T04:33:45.063Z","dependency_job_id":"a852514f-913c-4122-9021-a32d60606f14","html_url":"https://github.com/martirale/bunkoshelf-docs","commit_stats":null,"previous_names":["martirale/bunkoshelf-docs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/martirale/bunkoshelf-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martirale%2Fbunkoshelf-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martirale%2Fbunkoshelf-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martirale%2Fbunkoshelf-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martirale%2Fbunkoshelf-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martirale","download_url":"https://codeload.github.com/martirale/bunkoshelf-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martirale%2Fbunkoshelf-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33043510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["books","docker","docker-compose","manga","media-server","nextjs15","prisma","reader","self-hosted"],"created_at":"2026-05-14T21:13:35.412Z","updated_at":"2026-05-14T21:13:36.095Z","avatar_url":"https://github.com/martirale.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv class=\"title-block\" style=\"text-align: center;\" align=\"center\"\u003e\n\n# Bunko Shelf\n\n\u003cimg title=\"Bunko Shelf Logo\" src=\"/public/bunko-shelf-devices.webp\"\u003e\n\n\u003c/div\u003e\n\n## Introducción\n\n**Bunko Shelf** es un servidor gratuito y auto-hospedado para organización y lectura de manga y libros digitales. Está completamente desarrollado con [Next.js 15](https://nextjs.org/), [SQLite](https://www.sqlite.org/) y [Prisma](https://www.prisma.io/).\n\n## Docker Compose\n\n```yaml\nservices:\n  bunkoshelf:\n    image: itsmrtr/bunkoshelf:new\n    container_name: bunkoshelf\n    restart: unless-stopped\n    ports:\n      - \"3443:443\"\n    volumes:\n      - ./bunko_db:/app/prisma/data\n      - ./public/covers:/app/public/covers\n      - /path/to/your/library/manga:/library/manga\n```\n\n## Docker CLI\n\n```bash\ndocker run -d \\\n  --name bunkoshelf \\\n  --restart unless-stopped \\\n  -p 3443:443 \\\n  -v $(pwd)/bunko_db:/app/prisma/data \\\n  -v $(pwd)/public/covers:/app/public/covers \\\n  -v /path/to/your/library/manga:/library/manga \\\n  itsmrtr/bunkoshelf:new\n```\n\n\u003cbr\u003e\n\nLicencia y documentación: [Bunko Shelf](https://bunko.amlab.site).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartirale%2Fbunkoshelf-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartirale%2Fbunkoshelf-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartirale%2Fbunkoshelf-docs/lists"}