From 7897de5080b592cd0543413edf00a8f9cf2b6e32 Mon Sep 17 00:00:00 2001 From: Dave Bendit Date: Tue, 26 Feb 2019 19:26:59 -0600 Subject: [PATCH] Adding support for adminlist --- 0.17/files/docker-entrypoint.sh | 1 + README.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/0.17/files/docker-entrypoint.sh b/0.17/files/docker-entrypoint.sh index 809650d..13739c9 100755 --- a/0.17/files/docker-entrypoint.sh +++ b/0.17/files/docker-entrypoint.sh @@ -51,6 +51,7 @@ exec su-exec factorio /opt/factorio/bin/x64/factorio \ --rcon-port $RCON_PORT \ --server-whitelist $CONFIG/server-whitelist.json \ --use-server-whitelist \ + --server-adminlist $CONFIG/server-adminlist.json \ --rcon-password "$(cat $CONFIG/rconpw)" \ --server-id /factorio/config/server-id.json \ $@ diff --git a/README.md b/README.md index 201a0a8..1f7c093 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,15 @@ Create file `config/server-whitelist.json` and add the whitelisted users. "friend" ] +## Adminlisting (0.17.1+) + +Create file `config/server-adminlist.json` and add the adminlisted users. + + [ + "you", + "friend" + ] + # Container Details The philosophy is to [keep it simple](http://wiki.c2.com/?KeepItSimple). @@ -182,7 +191,8 @@ To keep things simple, the container uses a single volume mounted at `/factorio` | |-- map-gen-settings.json | |-- rconpw | |-- server-settings.json - | `-- server-whitelist.json + | |-- server-whitelist.json + | `-- server-adminlist.json |-- mods | `-- fancymod.zip `-- saves