/OffsetsCentral

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Offsets Central

Description

This is a simple Rest tool to read Offsets from maintained repositories and complete the list of offsets fast and easy.

Build

To build the application, run the following command with maven:

mvn clean compile package

Optionally, fill app.github.token in application.properties with your GitHub token to avoid rate limits.

Usage

Run the application and go to http://localhost:8080/offsets to see the list of offsets. Go to http://localhost:8080/offsets/version to get the offsets of a specific patch.

Add new repositories to the list by adding them to the repositories folder.

The application will automatically read the offsets from the repositories and add them to the list.

It manages offsets lists in JSON and INI format.

If some offsets are missing, you can ignore them and it will be completed from the other repositories.