From dea15a1305b266aaa1a41b57745b80cf12735a2b Mon Sep 17 00:00:00 2001 From: miko089 Date: Sat, 28 Feb 2026 15:39:08 +0000 Subject: [PATCH 1/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 a184ca0..7776bf3 100644 --- a/docs/ports.md +++ b/docs/ports.md @@ -14,7 +14,8 @@ This file explains which ports are used and for what reason (please categorize t 2347 - closed - just-mn's personal port\ 8443 - open - another justmn's personal port\ 2047 - open - another justmn's personal port\ -2048 - open - another justmn's personal port +2048 - open - another justmn's personal port\ +1489 - open - miko089's foundry instance ## Rules If you want to add some extra port, then please: From 12f6c997c8fdcf79e45bb582aa39179d0220d696 Mon Sep 17 00:00:00 2001 From: miko089 Date: Sat, 28 Feb 2026 15:40:12 +0000 Subject: [PATCH 2/2] Update Caddyfile --- Caddyfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Caddyfile b/Caddyfile index f2756b7..6ab9fe6 100644 --- a/Caddyfile +++ b/Caddyfile @@ -6,6 +6,10 @@ gitea.miko089.space { reverse_proxy :1024 } +foundry.miko089.space { + reverse_proxy :1489 +} + just-mn.dev { reverse_proxy :2347 } \ No newline at end of file