This repository has been archived on 2023-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
DeathByDenim dddf201e38
Add past event
2022-02-13 13:16:58 -05:00
configs Initial commit 2022-01-31 20:37:32 -05:00
scripts Added Lix server 2022-02-12 16:12:18 -05:00
website Add past event 2022-02-13 13:16:58 -05:00
README.md Added README 2022-02-10 20:36:07 -05:00
deploy.sh Added Lix server 2022-02-12 16:12:18 -05:00

README.md

Game server

This is a collection of scripts to deploy game servers on Debian 11. All game servers are wrapped in SystemD units and can be controlled by systemctl.

It also comes with a web front end which features the games hosted as well as their respective download link. It also displays server stats and has an admin panel for game servers that have interactive shells.

The following games are deployed:

  • Bzflag
  • Hedgewars
  • Mindustry
  • OpenHV
  • OpenSpades
  • SuperTuxKart
  • Teeworlds
  • Unvanquished
  • Xonotic

It is based on https://git.libregaming.org/c/onFOSS-LAN-Serverconfiguration

Installation

The main script is deploy.sh. You only need to give if your domain name

DOMAINNAME=play.jarno.ca ./deploy.sh

This will download all the game servers, install them, configure them, and start them up. It also retrieves a certificate for Let's Encrypt for the web interface.