https://github.com/buried-in-code/neptunes-dashboard
Pulls game information for Neptune's Pride and attempts to display it in a simple Web Interface.
https://github.com/buried-in-code/neptunes-dashboard
bulma-css javalin jte kotlin neptunes-pride
Last synced: about 1 year ago
JSON representation
Pulls game information for Neptune's Pride and attempts to display it in a simple Web Interface.
- Host: GitHub
- URL: https://github.com/buried-in-code/neptunes-dashboard
- Owner: Buried-In-Code
- License: mit
- Created: 2018-04-17T05:12:10.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-06-24T09:03:35.000Z (about 1 year ago)
- Last Synced: 2025-06-24T10:25:05.065Z (about 1 year ago)
- Topics: bulma-css, javalin, jte, kotlin, neptunes-pride
- Language: Kotlin
- Homepage:
- Size: 3.4 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Neptune's Dashboard



[](https://github.com/gradle/gradle)
[](https://github.com/diffplug/spotless)
[](https://github.com/javalin/javalin)
[](https://github.com/jgthms/bulma)
[](https://github.com/Buried-In-Code/Neptunes-Dashboard/tags)
[](https://opensource.org/licenses/MIT)
[](https://github.com/Buried-In-Code/Neptunes-Dashboard/graphs/contributors)
Pulls game information for Neptune's Pride and attempts to display it in a simple Web Interface with REST endpoints.
_Currently only supports **Triton** games_
## Usage
### via Github
1. Make sure you have a supported version of [Java](https://adoptium.net/en-GB/temurin/releases/) installed: `java --version`
2. Clone the repo: `git clone https://github.com/Buried-In-Code/Neptunes-Dashboard`
3. Build using: `./gradlew build`
4. Run using: `java -jar build/libs/Neptunes-Dashboard-4.1.0-all.jar`
### via Gradle
1. Make sure you have a supported version of [Java](https://adoptium.net/en-GB/temurin/releases/) installed: `java --version`
2. Clone the repo: `git clone https://github.com/Buried-In-Code/Neptunes-Dashboard`
3. Run using: `./gradlew build run`
### via Docker-Compose
1. Make sure you have [Docker](https://www.docker.com/) installed: `docker --version`
2. Make sure you have [Docker-Compose](https://github.com/docker/compose) installed: `docker-compose --version`
3. Create a `docker-compose.yaml` file, _an example:_
```yaml
version: '3'
services:
budget:
image: 'ghcr.io/buried-in-code/neptunes-dashboard:latest'
container_name: 'Neptunes Dashboard'
environment:
TZ: 'Pacific/Auckland'
ports:
- '25710:25710'
volumes:
- './config:/app/config'
- './data:/app/data'
```
4. Run using: `docker-compose up -d`
## Socials
[](https://fosstodon.org/@BuriedInCode)\
[](https://matrix.to/#/#The-Dev-Environment:matrix.org)