add pre-setup with some security measures

This commit is contained in:
sose 2021-06-14 02:06:42 +00:00
parent 4267e56c71
commit 5b29bde02a
1 changed files with 5 additions and 1 deletions

View File

@ -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`