https://github.com/aldiwildan77/rust-updater
Never miss a beat with Rust! Get timely notifications about game updates, new features, and patch notes to keep your survival skills sharp.
https://github.com/aldiwildan77/rust-updater
api game rust rust-game
Last synced: about 1 year ago
JSON representation
Never miss a beat with Rust! Get timely notifications about game updates, new features, and patch notes to keep your survival skills sharp.
- Host: GitHub
- URL: https://github.com/aldiwildan77/rust-updater
- Owner: Aldiwildan77
- License: gpl-3.0
- Created: 2021-07-07T10:09:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-03T14:22:20.000Z (about 3 years ago)
- Last Synced: 2025-04-26T05:20:17.683Z (about 1 year ago)
- Topics: api, game, rust, rust-game
- Language: Go
- Homepage: https://umod.org/plugins/update-notice
- Size: 39.1 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Rust Updater
This repository is for update notifications from the rust game which helps server admins to get official game updates
## Game Plugin
To make this API works, please install this [Rust Plugin](https://github.com/Psystec/RUST-Update-Notice) into your Rust server.
## How to build
### Native build:
1. Please check your current OS and Architecture, run `go env`.
2. Build this project using command `env GOOS= GOARCH= go build -v -o bin/api`.
3. Give output permission to execute.
4. Run the server, depending on your operating system.
### Docker build:
1. Make sure you have installed docker on your machine.
2. Build the project using command `docker build . `
3. Start the project using command `docker run -h localhost -p 8000:8000 -e PORT=8000 rust-updater-api_app:latest`
### Docker Compose:
1. Make sure you have installed docker and docker-compose on your machine.
2. Start the container (detached) using command `docker-compose up -d --build`
## Contact
If you need more information please join the discord: https://discord.chroma-gaming.xyz/
## Maintenance
- Developer: Aldiwildan77