satoshinm / server

server configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update: closed, this server ran from 2017-05-28 to 2017-06-28 as Satoshi's Survival and Sandbox Server. No longer operational, archived here for posterity.


server

Server configuration files for netcraft.beerprojects.com, hosted at:

Installation

Checkout this repository, then install Glowstone server:

sudo apt install openjdk-8-jre-headless
curl -O https://bamboo.gserv.me/browse/GSPP-SRV-520/artifact/shared/Version-Independent-Server-JAR/glowstone.jar

Install Caddy web server, and configure /etc/caddy/Caddyfile as follows:

netcraft.beerprojects.com {
	root /var/www
	gzip
	tls snmatsutake@yahoo.co.jp
	proxy / localhost:4081 {
		websocket
	}
}

Plugins installed (save to plugins/ directory):

WebSandboxMC built from https://github.com/satoshinm/WebSandboxMC

ThinkMap built from https://github.com/satoshinm/ThinkMap (includes 1.11.2 fixes)

Dynmap from https://github.com/satoshinm/dynmap/tree/glowstone (includes Glowstone fix

About

server configuration


Languages

Language:Shell 100.0%