pufferpanel / Scales

Legacy Service: Scales - a flexible Node.js game management daemon built for PufferPanel - EOL 12/31/2017

Home Page:http://scales.pufferpanel.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scales Release

Scales — the flexible game management daemon built for PufferPanel.

Documentation | API | Community Chat | Community Forums

Scales is a game server management daemon, built specifically for use with PufferPanel. Scales can run game servers either directly on the system or inside docker containers, and supports a variety of servers including Minecraft, Spigot, Sponge, Forge, BungeeCord, PocketMine, and SRCDS.

NOTICE

Scales is no longer receiving updates, due to internal code issues and design choices. We are working on a new daemon called pufferd to replace Scales.

You can view this new daemon here.

Installation

To install Scales for use with PufferPanel please follow this guide. To manually install Scales you may use this guide.

PufferPanel users should use the config.json created by the auto-deploy script or the one located in the panel. For those using Scales on its own here is an example config.json.

{
	"listen": {
		"sftp": 22,
		"rest": 5656
	},
	"urls": {
		"download": "http://192.168.1.2/auth/remote/download",
		"install": "http://192.168.1.2/auth/remote/install-progress"
	},
	"ssl": {
		"key": "https.key",
		"cert": "https.pem"
	},
	"basepath": "/home",
	"keys": [
		"e085947d-c683-4a73-9d09-2ce4fb331b9a"
	],
	"upload_maxfilesize": 100000000,
	"docker":  false 
}

About

Legacy Service: Scales - a flexible Node.js game management daemon built for PufferPanel - EOL 12/31/2017

http://scales.pufferpanel.com

License:GNU General Public License v3.0


Languages

Language:JavaScript 90.1%Language:Shell 9.9%