summaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
authorDietrich <dietrich@teilgedanken.de>2022-06-13 20:08:18 +0200
committerDietrich <dietrich@teilgedanken.de>2022-06-13 20:08:18 +0200
commitae8e143fe90b95179ed54668e171d07530b1b162 (patch)
treedd8af50c3e03890f80e3157e3d7459882ec2e203 /DEPLOY.md
parentd9782c508a6984b808c80abdbdb3579de4cda181 (diff)
downloadconduit-ae8e143fe90b95179ed54668e171d07530b1b162.zip
Add a section to Ports and forwarding
Diffstat (limited to 'DEPLOY.md')
-rw-r--r--DEPLOY.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index a711cc9..b77dd29 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -58,6 +58,12 @@ In Debian you can use this command to create a Conduit user:
sudo adduser --system conduit --no-create-home
```
+## Forwarding Ports in the firewall or the router
+
+Conduit uses the ports 443 and 8448 both of which need to be open in the firewall.
+
+If conduit runs behind a router or in a container and has a different public IP address than the host system these public Ports need to be forwarded directly or indirectly to the port mentioned in the config.
+
## Setting up a systemd service
Now we'll set up a systemd service for Conduit, so it's easy to start/stop Conduit and set it to autostart when your