diff --git a/README.md b/README.md index e3c90ff98..573c4460a 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ $ docker-compose up ``` _NOTE_: The following ports will be binded localy `1194/udp`, `8080/tcp`, `8082/tcp`, `3306/tcp`, `11211/tcp`. If any of these ports are already in use the applications will fail to start. +Please note that the docker images are intended for development and testing use only. For production environments we suggest to use the provided playbooks (under `ansible/runonce`) to setup the systems. + For more details check the [echoCTF.RED@ReadTheDocs](https://echoctfred.rtfd.io) :notebook_with_decorative_cover: ## Screenshots :eyes::candy: diff --git a/docs/console-commands/Player.md b/docs/console-commands/Player.md index a01915a55..38b040e59 100644 --- a/docs/console-commands/Player.md +++ b/docs/console-commands/Player.md @@ -78,3 +78,11 @@ If `delete` is set to any value the players that fail validation get deleted Usage: `./backend/yii player/fail-validation-profiles [fix]` If `fix` is set to any value the player profiles that fail validation get fixed + +## Check duplicate IP's + +Usage: `./backend/yii player/check-dupips [skip_uids] + +## Check Spammy + +Usage: `./backend/yii player/check-spammy [domain] \ No newline at end of file