Merge pull request #247 from romuloalves/tcp-ports-doc

Add instruction about allowing TCP ports
This commit is contained in:
Henry 2021-06-09 11:35:32 +02:00 committed by GitHub
commit 39116da6f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

View File

@ -49,6 +49,25 @@ follow the steps in [this
article](https://medium.com/@alitou/getting-a-wildcard-ssl-certificate-using-certbot-and-deploy-on-nginx-15b8ffa34157),
which uses the [certbot](https://certbot.eff.org/) utility.
## Enable TCP ports
For your room to fully work the following **TCP** ports need to be allowed:
- 80 (HTTP)
- 443 (HTTPS)
- 8008 (SSB)
### Example
Using a Debian-compatible distribution with `ufw`, execute the commands below:
```bash
sudo ufw allow http
sudo ufw allow https
sudo ufw allow 8008/tcp
```
# First Admin user
To manage your now working server, you need an initial admin user. For this you can use the "insert-user" utility included with go-ssb-room.