initial retooling #1

Merged
naturallaw777 merged 1130 commits from staging-dev into stable 2026-05-21 08:10:11 -05:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 7c047a16b7 - Show all commits
+2 -2
View File
@@ -156,7 +156,7 @@ EOF
# RTL (LAN access)
cat >> /run/caddy/Caddyfile <<EOF
:3051 {
http://127.0.0.1:3051, http://sovransystemsos.local:3051 {
reverse_proxy :3050
encode gzip zstd
}
@@ -165,7 +165,7 @@ EOF
# Mempool (LAN access)
cat >> /run/caddy/Caddyfile <<EOF
:60847 {
http://127.0.0.1:60847, http://sovransystemsos.local:60847 {
reverse_proxy :60845
encode gzip zstd
}
-1
View File
@@ -293,6 +293,5 @@ in
};
};
networking.firewall.allowedTCPPorts = [ 3051 8937 60847 ];
};
}