From 56387962f69bbca903b77b5e98ab180fc4c58131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 30 Oct 2020 01:00:10 +0100 Subject: First commit --- index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..89f53ad --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ +

This repository contains various scripts that I use on my Alpine + Linux server.

+

minecraft/

+

This directory contains scripts useful for running a Minecraft + server on Alpine:

+
+
install
+
install the latest build of Paper (a high-performance + Minecraft server) for a given Minecraft version
+
minecraft
+
a simple OpenRC script that runs the server in a screen + session
+
+

You should take a look at the contents of both scripts before + using them. They are designed for my own purposes primarily.

-- cgit v1.2.3