Skip to content

rogaldh/dont-starve-together-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configure

Copy config which could be generated as described here to the conf.d directory.

_conf.d directory contains configuration sample.

_server.d directory contains mods configuration sample.

scp DSTConfig <%user%>@<%server%>:/home/<%user%>/dont-starve-together-server/conf.d
cp -r _server.d server.d

Build Image

VERSION=<%build_version%> make build

Launch

VERSION=<%build_version%> VOL_VERSION=<%volume_version%> make server

Backup

export VOL_VERSION=<volume version>
docker run -i --volume dst_server${VOL_VERSION}:/root/.klei --mount type=bind,source=/root/backup,target=/root/backup -t debian:stretch-slim /bin/bash

Server Mods

Fordge event

Client mods

Links