Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airforce

Backend REST API for SurfTimer, currently being used in production for my server network Wolf Airforce.

Requirements

Basic

  • Go 1.18
  • MySQL or MariaDB

Game Server

Configuration

You may configure everything you need in the config.json file, with an example shown in config.json.template.

Building

Docker

docker build . -t ghcr.io/wolfairforce/backend:latest

Then run with the following.

docker run -v $(pwd)/config.json:/tmp/config.json -p 8080:8080 ghcr.io/wolfairforce/backend:latest

About

REST API for SurfTimer.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages