Go to file
Mathias Teier a8b27a7220
Init
2021-01-01 16:09:53 +01:00
docker Init 2021-01-01 16:09:53 +01:00
mariadb Init 2021-01-01 16:09:53 +01:00
minecraft Init 2021-01-01 16:09:53 +01:00
nextcloud Init 2021-01-01 16:09:53 +01:00
nginx Init 2021-01-01 16:09:53 +01:00
nummus Init 2021-01-01 16:09:53 +01:00
starbound Init 2021-01-01 16:09:53 +01:00
ufw Init 2021-01-01 16:09:53 +01:00
.gitignore Init 2021-01-01 16:09:53 +01:00
LICENSE Init 2021-01-01 16:09:53 +01:00
README.md Init 2021-01-01 16:09:53 +01:00
init-nextcloud.sh Init 2021-01-01 16:09:53 +01:00
init-nummus.sh Init 2021-01-01 16:09:53 +01:00
start-mariadb.sh Init 2021-01-01 16:09:53 +01:00
template.env Init 2021-01-01 16:09:53 +01:00

README.md

teier.eu server-configuration

This is the configuration for my private server.

It's a basic Ansible + Docker-Compose setup with Minecraft, Starbound, Nextcloud and Nummus, the latter of both behind an nginx reverse proxy.

Maybe it can help you setting up your own server, you're free to copy and modify my files.

Usage

Most functionality is achieved through ansible playbooks. If you want to use them for your own server, install Ansible on your management machine (e.g. your desktop computer), add your server to /etc/ansible/hosts and change the host in the playbook files.

Mariadb, Nextcloud and Nummus need Database passwords, therefore copy the template.env file to .env, enter your passwords and run one of the shell files (e.g. start-mariadb.sh)

Minecraft

To use the minecraft server, just copy the server.jar from minecraft.net to the minecraft directory and run ansible-playbook minecraft/start.yml

Starbound

My Starbound container only works with the GOG version! After installing Starboud on your gaming machine, archive all files from ~/GOG Games/Starbound/game/ into starbound/binaries/binaries.tar.gz and then run ansible-playbook starbound/start.yml