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
+2 -2
View File
@@ -28,11 +28,11 @@
"hosts": {
"s5.fisher.hu": {
"bind": "10.255.255.1",
"port": 20090
"port": 21600
},
"s4.fisher.hu": {
"bind": "10.255.255.12",
"port": 20090
"port": 21600
}
},