From b75b3cf274468752292fb0360fd7d31265ca7113 Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Mon, 4 Jan 2021 22:53:34 +0100 Subject: [PATCH] Updated README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f103ced..6ef5b35 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,7 @@ along with this program. If not, see . --> -# karaoke-server -This repository contains the Docker scripts I use to manage our "gaming" VPS. -We mostly use it to play modded Minecraft together. - +# self-hosting # Contents The repo contains setup guides for the following: @@ -30,6 +27,9 @@ The repo contains setup guides for the following: * Modded Minecraft using Fabric * Vanilla Terraria * Modded Terraria (coming soon) +* Firefly 3 +* Nginx +* My own backup scripts Each directory contains (or will contain) its own `README.md` to aid with the installation of that specific setup. @@ -45,9 +45,9 @@ Otherwise, the install instructions can be found [here](https://docs.docker.com/engine/install/). ## Configuration -All configuration can be done using a `.env` file with a provided `.env.example` -file to start from. This means that you never have to edit the compose files, -unless you wish to deviate from the default format. +Most configuration can be done using a `.env` file with a provided +`.env.example` file to start from. This means that you never have to edit the +compose files, unless you wish to deviate from the default format. ## Building the image You can build the container image using the command `docker-compose build`.