Merge pull request #75 from naturallaw777/copilot/revert-commit-7c047a1
[WIP] Revert changes breaking local LAN access to Hub, RTL, and Mempool
This commit is contained in:
@@ -156,7 +156,7 @@ EOF
|
|||||||
# ── RTL (LAN access) ────────────────────────────
|
# ── RTL (LAN access) ────────────────────────────
|
||||||
cat >> /run/caddy/Caddyfile <<EOF
|
cat >> /run/caddy/Caddyfile <<EOF
|
||||||
|
|
||||||
http://127.0.0.1:3051, http://sovransystemsos.local:3051 {
|
:3051 {
|
||||||
reverse_proxy :3050
|
reverse_proxy :3050
|
||||||
encode gzip zstd
|
encode gzip zstd
|
||||||
}
|
}
|
||||||
@@ -165,7 +165,7 @@ EOF
|
|||||||
# ── Mempool (LAN access) ────────────────────────
|
# ── Mempool (LAN access) ────────────────────────
|
||||||
cat >> /run/caddy/Caddyfile <<EOF
|
cat >> /run/caddy/Caddyfile <<EOF
|
||||||
|
|
||||||
http://127.0.0.1:60847, http://sovransystemsos.local:60847 {
|
:60847 {
|
||||||
reverse_proxy :60845
|
reverse_proxy :60845
|
||||||
encode gzip zstd
|
encode gzip zstd
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -293,5 +293,7 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [ 3051 8937 60847 ];
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user