This repository is for update notifications from the rust game which helps server admins to get official game updates
To make this API works, please install this Rust Plugin into your Rust server.
- Please check your current OS and Architecture, run
go env
. - Build this project using command
env GOOS=<YOUR_OS> GOARCH=<YOUR_ARCH> go build -v -o bin/api
. - Give output permission to execute.
- Run the server, depending on your operating system.
- Make sure you have installed docker on your machine.
- Build the project using command
docker build .
- Start the project using command
docker run -h localhost -p 8000:8000 -e PORT=8000 rust-updater-api_app:latest
- Make sure you have installed docker and docker-compose on your machine.
- Start the container (detached) using command
docker-compose up -d --build
If you need more information please join the discord: https://discord.chroma-gaming.xyz/
- Developer: Aldiwildan77