Added direction for uncommenting Caddy

This commit is contained in:
ben-2357
2024-03-04 21:31:30 -06:00
committed by GitHub
parent 3eaf7cc357
commit c065ad024f

View File

@@ -101,7 +101,8 @@ What you will need:
1. Domain or subdomain that points toward your IP. You can use [DuckDNS](duckdns.org) for a free subdomain. [Installation instructions](http://www.duckdns.org/install.jsp) are provided to keep your IP updated.
2. Ports 80 and 443 opened on your router/gateway and forwarded to your Knightcrawler server. Refer to [PortForward.com](https://portforward.com/). Please note that this action may pose security vulnerabilities and potential damage for which Knightcrawler and its contributors cannot be held responsible.
Replace `your-domain.com` with your domain name in the Caddyfile; `knightcrawler/development/docker/Caddyfile`.
Navigate to `knightcrawler/development/docker` and edit the `Caddyfile` to replace `your-domain.com` with your domain name.
Modify the `docker-compose.yaml` file by uncommenting the `caddy` container section to enable Caddy for external access.
### Run the project