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 af66f8dae7
Add Lix to docs
2022-02-13 13:30:31 -05:00
configs Initial commit 2022-01-31 20:37:32 -05:00
scripts Don't download Supertuxkart config, already in git 2022-02-12 20:28:54 -05:00
website Add Lix to docs 2022-02-13 13:30:31 -05:00
README.md Add Lix to docs 2022-02-13 13:30:31 -05:00
deploy.sh Autogenerate admin password 2022-02-12 20:28:23 -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
  • Lix
  • 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.