Skip to content

Commit

Permalink
Merge pull request #957 from proditis/master
Browse files Browse the repository at this point in the history
minor documentation updates
  • Loading branch information
proditis authored Aug 7, 2023
2 parents 890abb0 + 87bcfc8 commit cf1a5bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions docs/console-commands/Player.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit cf1a5bb

Please sign in to comment.