The base config files I use for each service I host, including a dockerized Nginx to glue it all together.
This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
Go to file
Jef Roosens 3e0e544ec7 Added general README 2020-12-30 15:27:57 +01:00
fabric Added tshock server; moved env vars to .env file 2020-12-30 15:13:22 +01:00
forge Added tshock server; moved env vars to .env file 2020-12-30 15:13:22 +01:00
papermc Added tshock server; moved env vars to .env file 2020-12-30 15:13:22 +01:00
tshock Added tshock server; moved env vars to .env file 2020-12-30 15:13:22 +01:00
.gitignore Added forge server configs 2020-12-30 14:02:22 +01:00
LICENSE Added fabric server 2020-12-30 12:24:21 +01:00
README.md Added general README 2020-12-30 15:27:57 +01:00

README.md

karaoke-server

This repository contains the Docker scripts I use to manage our "gaming" VPS. We mostly use it to play modded Minecraft together.

Contents

The repo contains setup guides for the following:

  • Vanilla Minecraft
  • Modded Minecraft using Forge
  • Modded Minecraft using Fabric
  • Vanilla Terraria
  • Modded Terraria (coming soon)

Each directory contains (or will contain) its own README.md to aid with the installation of that specific setup.

Docker

All the setups named above use Docker and docker-compose. If you're on a Linux-based server, you can find both docker and docker-compose in your package manager (do note that the Docker package might be called docker.io). Otherwise, the install instructions can be found here.

Why did I make this?

Well, I just wanted to put all my knowledge in one basket. this makes it easier to manage and share with others. I spend a lot of time tweaking these configs and figuring out how they work best (for me at least), and wanted to share this with everyone else.