{"id":16314720,"url":"https://github.com/buried-in-code/bookshelf","last_synced_at":"2025-04-15T19:41:53.987Z","repository":{"id":209968330,"uuid":"216420518","full_name":"Buried-In-Code/Bookshelf","owner":"Buried-In-Code","description":"Tool for tracking books on your bookshelf or books you wish were on it.","archived":false,"fork":false,"pushed_at":"2025-03-18T06:26:20.000Z","size":758,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T00:23:20.387Z","etag":null,"topics":["books","bulma-css","javalin","jte","kotlin","open-library-api"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Buried-In-Code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-20T20:06:32.000Z","updated_at":"2025-03-17T08:32:14.000Z","dependencies_parsed_at":"2023-12-22T04:04:34.472Z","dependency_job_id":"932a5dcd-3272-49ea-8ea6-1ed3c0551b9d","html_url":"https://github.com/Buried-In-Code/Bookshelf","commit_stats":{"total_commits":111,"total_committers":2,"mean_commits":55.5,"dds":0.2072072072072072,"last_synced_commit":"5a749bd2c525d57707ef6a16e07fef34841ea0e5"},"previous_names":["buried-in-code/bookshelf"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buried-In-Code%2FBookshelf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buried-In-Code%2FBookshelf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buried-In-Code%2FBookshelf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buried-In-Code%2FBookshelf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Buried-In-Code","download_url":"https://codeload.github.com/Buried-In-Code/Bookshelf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249140536,"owners_count":21219316,"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","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","bulma-css","javalin","jte","kotlin","open-library-api"],"created_at":"2024-10-10T21:55:07.016Z","updated_at":"2025-04-15T19:41:53.963Z","avatar_url":"https://github.com/Buried-In-Code.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./app/src/main/resources/static/img/logo.png\" align=\"left\" width=\"128\" height=\"128\" alt=\"Bookshelf Logo\"/\u003e\n\n# Bookshelf\n\n![Java Version](https://img.shields.io/badge/Temurin-17-green?style=flat-square\u0026logo=eclipse-adoptium)\n![Kotlin Version](https://img.shields.io/badge/Kotlin-2.0.20-green?style=flat-square\u0026logo=kotlin)\n![Status](https://img.shields.io/badge/Status-Beta-yellowgreen?style=flat-square)\n\n[![Gradle](https://img.shields.io/badge/Gradle-8.10-informational?style=flat-square\u0026logo=gradle)](https://github.com/gradle/gradle)\n[![Ktlint](https://img.shields.io/badge/Ktlint-1.3.1-informational?style=flat-square)](https://github.com/pinterest/ktlint)\n[![Javalin](https://img.shields.io/badge/Javalin-6.3.0-informational?style=flat-square)](https://github.com/javalin/javalin)\n[![Bulma](https://img.shields.io/badge/Bulma-1.0.1-informational?style=flat-square)](https://github.com/jgthms/bulma)\n\n[![Github - Version](https://img.shields.io/github/v/tag/Buried-In-Code/Bookshelf?logo=Github\u0026label=Version\u0026style=flat-square)](https://github.com/Buried-In-Code/Bookshelf/tags)\n[![Github - License](https://img.shields.io/github/license/Buried-In-Code/Bookshelf?logo=Github\u0026label=License\u0026style=flat-square)](https://opensource.org/licenses/MIT)\n[![Github - Contributors](https://img.shields.io/github/contributors/Buried-In-Code/Bookshelf?logo=Github\u0026label=Contributors\u0026style=flat-square)](https://github.com/Buried-In-Code/Bookshelf/graphs/contributors)\n\nTool for tracking books on your bookshelf or books you wish were on it.\n\n## Usage\n\n### via Jar\n\n1. Make sure you have a supported version of [Java](https://adoptium.net/temurin/releases/) installed: `java --version`\n2. Clone the repo: `git clone https://github.com/Buried-In-Code/Bookshelf`\n3. Build using: `./gradlew build`\n4. Run using: `java -jar ./app/build/libs/app-0.4.1-all.jar`\n\n### via Gradle\n\n1. Make sure you have a supported version of [Java](https://adoptium.net/temurin/releases/) installed: `java --version`\n2. Clone the repo: `git clone https://github.com/Buried-In-Code/Bookshelf`\n3. Run using: `./gradlew build run`\n\n### via Docker-Compose\n\n1. Make sure you have [Docker](https://www.docker.com/) installed: `docker --version`\n2. Make sure you have [Docker-Compose](https://github.com/docker/compose) installed: `docker-compose --version`\n3. Create a `docker-compose.yaml` file, _an example:_\n\n```yaml\nversion: '3'\n\nservices:\n  bookshelf:\n    image: 'ghcr.io/buried-in-code/bookshelf:latest'\n    container_name: 'Bookshelf'\n    environment:\n      TZ: 'Pacific/Auckland'\n    ports:\n      - '25710:25710'\n    volumes:\n      - './config:/app/config'\n      - './data:/app/data'\n```\n\n4. Run using: `docker-compose up -d`\n\n## Socials\n\n[![Social - Fosstodon](https://img.shields.io/badge/%40BuriedInCode-teal?label=Fosstodon\u0026logo=mastodon\u0026style=for-the-badge)](https://fosstodon.org/@BuriedInCode)\\\n[![Social - Matrix](https://img.shields.io/badge/%23The--Dev--Environment-teal?label=Matrix\u0026logo=matrix\u0026style=for-the-badge)](https://matrix.to/#/#The-Dev-Environment:matrix.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburied-in-code%2Fbookshelf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburied-in-code%2Fbookshelf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburied-in-code%2Fbookshelf/lists"}