From 8e6539d2352be143133ab907c984c3874cdd1b2c Mon Sep 17 00:00:00 2001 From: Brummel Date: Sun, 28 Jun 2026 18:24:07 +0200 Subject: [PATCH] chore: bind the server on port 8000 --- registry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.toml b/registry.toml index 554aa11..9d1fb23 100644 --- a/registry.toml +++ b/registry.toml @@ -3,7 +3,7 @@ # postmortems, internal files) is structurally unservable. DocSite reads these # sources read-only from Gitea and never writes to them. -bind = "0.0.0.0:8080" +bind = "0.0.0.0:8000" gitea = "http://192.168.178.103:3000" # The read-only Gitea token is resolved from $DOCSITE_GITEA_TOKEN, never stored here.