From 5b29bde02a620a6c4493a6ac1bc82e646b749edc Mon Sep 17 00:00:00 2001 From: sose Date: Mon, 14 Jun 2021 02:06:42 +0000 Subject: [PATCH] add pre-setup with some security measures --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0c48a3d..4a89411 100644 --- a/readme.md +++ b/readme.md @@ -32,9 +32,13 @@ contact ~ben or sose on tilde.chat (in the #slbr channel) to sign up. - jq - BSD style netcat (`netcat-openbsd` on debian) -## Setup +## Pre-Setup - Make sure your ports 1337, 1338 and 1339 are not exposed to the internet, as SLBR will use them internally +- Make sure to employ user namespace remapping with docker, eg. by starting + dockerd with `dockerd --userns-remap=default` + +## Setup - `mkdir /home/slbr-admin` - `useradd slbr-admin -d /home/slbr-admin` - `usermod -a -G docker slbr-admin`