From e4ad83f73353f2b69fc0425ef6be0b0c47167254 Mon Sep 17 00:00:00 2001 From: miko089 Date: Thu, 9 Apr 2026 13:16:13 +0000 Subject: [PATCH 1/2] Update Caddyfile --- Caddyfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Caddyfile b/Caddyfile index 4ecc2ec..6fce2a4 100644 --- a/Caddyfile +++ b/Caddyfile @@ -10,6 +10,10 @@ foundry.miko089.space { reverse_proxy :1489 } +catstest.miko089.space { + reverse_proxy :9999 +} + just-mn.dev { reverse_proxy :2347 } -- 2.49.1 From 9ac5ecb497e5580a046a1955b05adda778c7e13c Mon Sep 17 00:00:00 2001 From: miko089 Date: Thu, 9 Apr 2026 13:16:49 +0000 Subject: [PATCH 2/2] Update docs/ports.md --- docs/ports.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ports.md b/docs/ports.md index 7776bf3..af223a3 100644 --- a/docs/ports.md +++ b/docs/ports.md @@ -15,7 +15,8 @@ This file explains which ports are used and for what reason (please categorize t 8443 - open - another justmn's personal port\ 2047 - open - another justmn's personal port\ 2048 - open - another justmn's personal port\ -1489 - open - miko089's foundry instance +1489 - open - miko089's foundry instance\ +9999 - closed - cat thing ## Rules If you want to add some extra port, then please: -- 2.49.1