Move receiver to port 21600, per the Port registry allocation rules

The registry reserves 20000-20099 for Gitea and requires new blocks to come
from the 21500-21999 free pool, claimed only once a service is actually
listening. Also corrects the clone URL to fisher/my-cd-webhook.
This commit is contained in:
fisher
2026-08-23 07:54:44 +00:00
parent 2905718ada
commit b48e112ed7
3 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ missed deploy, not a wrong one.
## Adding a host
1. Add the host to `"hosts"` in `targets.json` with its WireGuard address and
port `20090`.
port `21600`.
2. Add its targets.
3. Commit and push this repository.
4. On the host: clone, `./install/install.sh`, fill in `secrets.env`, re-run.