{"id":16314739,"url":"https://github.com/buried-in-code/neptunes-dashboard","last_synced_at":"2025-07-13T23:36:27.841Z","repository":{"id":38211073,"uuid":"129849472","full_name":"Buried-In-Code/Neptunes-Dashboard","owner":"Buried-In-Code","description":"Pulls game information for Neptune's Pride and attempts to display it in a simple Web Interface.","archived":false,"fork":false,"pushed_at":"2025-06-24T09:03:35.000Z","size":3565,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T10:25:05.065Z","etag":null,"topics":["bulma-css","javalin","jte","kotlin","neptunes-pride"],"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,"zenodo":null}},"created_at":"2018-04-17T05:12:10.000Z","updated_at":"2025-06-24T09:03:38.000Z","dependencies_parsed_at":"2024-03-15T03:32:16.414Z","dependency_job_id":"8abaf118-74aa-4e1f-b4ab-1c1945a95d94","html_url":"https://github.com/Buried-In-Code/Neptunes-Dashboard","commit_stats":null,"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"purl":"pkg:github/Buried-In-Code/Neptunes-Dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buried-In-Code%2FNeptunes-Dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buried-In-Code%2FNeptunes-Dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buried-In-Code%2FNeptunes-Dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buried-In-Code%2FNeptunes-Dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Buried-In-Code","download_url":"https://codeload.github.com/Buried-In-Code/Neptunes-Dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buried-In-Code%2FNeptunes-Dashboard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265222975,"owners_count":23730327,"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":["bulma-css","javalin","jte","kotlin","neptunes-pride"],"created_at":"2024-10-10T21:55:09.193Z","updated_at":"2025-07-13T23:36:27.831Z","avatar_url":"https://github.com/Buried-In-Code.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./src/main/resources/static/img/logo.png\" align=\"left\" width=\"128\" height=\"128\" alt=\"Neptune's Dashboard Logo\"/\u003e\n\n# Neptune's Dashboard\n\n![Java Version](https://img.shields.io/badge/Temurin-21-green?style=flat-square\u0026logo=eclipse-adoptium)\n![Kotlin Version](https://img.shields.io/badge/Kotlin-2.1.21-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.14.1-informational?style=flat-square\u0026logo=gradle)](https://github.com/gradle/gradle)\n[![Spotless](https://img.shields.io/badge/Spotless-7.0.4-informational?style=flat-square)](https://github.com/diffplug/spotless)\n[![Javalin](https://img.shields.io/badge/Javalin-6.6.0-informational?style=flat-square)](https://github.com/javalin/javalin)\n[![Bulma](https://img.shields.io/badge/Bulma-1.0.4-informational?style=flat-square)](https://github.com/jgthms/bulma)\n\n[![Github - Version](https://img.shields.io/github/v/tag/Buried-In-Code/Neptunes-Dashboard?logo=Github\u0026label=Version\u0026style=flat-square)](https://github.com/Buried-In-Code/Neptunes-Dashboard/tags)\n[![Github - License](https://img.shields.io/github/license/Buried-In-Code/Neptunes-Dashboard?logo=Github\u0026label=License\u0026style=flat-square)](https://opensource.org/licenses/MIT)\n[![Github - Contributors](https://img.shields.io/github/contributors/Buried-In-Code/Neptunes-Dashboard?logo=Github\u0026label=Contributors\u0026style=flat-square)](https://github.com/Buried-In-Code/Neptunes-Dashboard/graphs/contributors)\n\nPulls game information for Neptune's Pride and attempts to display it in a simple Web Interface with REST endpoints.\n\n_Currently only supports **Triton** games_\n\n## Usage\n\n### via Github\n\n1. Make sure you have a supported version of [Java](https://adoptium.net/en-GB/temurin/releases/) installed: `java --version`\n2. Clone the repo: `git clone https://github.com/Buried-In-Code/Neptunes-Dashboard`\n3. Build using: `./gradlew build`\n4. Run using: `java -jar build/libs/Neptunes-Dashboard-4.1.0-all.jar`\n\n### via Gradle\n\n1. Make sure you have a supported version of [Java](https://adoptium.net/en-GB/temurin/releases/) installed: `java --version`\n2. Clone the repo: `git clone https://github.com/Buried-In-Code/Neptunes-Dashboard`\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  budget:\n    image: 'ghcr.io/buried-in-code/neptunes-dashboard:latest'\n    container_name: 'Neptunes Dashboard'\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%2Fneptunes-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburied-in-code%2Fneptunes-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburied-in-code%2Fneptunes-dashboard/lists"}