From 321836f056747faa112d57857eca8624b993e6f6 Mon Sep 17 00:00:00 2001 From: s950tx16wasr10 Date: Mon, 18 May 2026 18:27:08 +0200 Subject: [PATCH] fix: stale port (2506 -> 1337) + ResurgenceStation org references The BYOND server runs on port 1337 (matches the play.reduxstation.com redirect target and what the host actually listens on); the page was still advertising the upstream-template :2506. - _data/site.yaml: byond_url and github_repo - _data/servers.yaml: public_address - _data/nav.yaml: GitHub nav link - index.njk: meta description now reuses site.byond_url instead of reconstructing the URL with a hardcoded port Provenance comments in README/SCSS/JS still reference ResurgenceStation/webmap; those are historical attribution (the PNGs and parallax code were lifted from that repo) and stay per the rebrand-audit decision. Co-Authored-By: Claude Opus 4.7 (1M context) --- _data/nav.yaml | 2 +- _data/servers.yaml | 2 +- _data/site.yaml | 4 ++-- index.njk | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_data/nav.yaml b/_data/nav.yaml index 960da26..2ed602a 100644 --- a/_data/nav.yaml +++ b/_data/nav.yaml @@ -8,7 +8,7 @@ url: https://wiki.reduxstation.com icon: "\U0001F4D6" - label: GitHub - url: https://github.com/ResurgenceStation/ResurgenceStation + url: https://github.com/ReduxStation/ReduxStation icon: "⚡" - label: Statbus url: https://stats.reduxstation.com diff --git a/_data/servers.yaml b/_data/servers.yaml index 5eb78f7..44dc3e7 100644 --- a/_data/servers.yaml +++ b/_data/servers.yaml @@ -1,3 +1,3 @@ - identifier: redux name: ReduxStation 13 - public_address: reduxstation.com:2506 + public_address: reduxstation.com:1337 diff --git a/_data/site.yaml b/_data/site.yaml index caa72ff..8f888db 100644 --- a/_data/site.yaml +++ b/_data/site.yaml @@ -1,8 +1,8 @@ brand: ReduxStation 13 tagline: Space Station 13, refreshed domain: reduxstation.com -byond_url: byond://reduxstation.com:2506 -github_repo: https://github.com/ResurgenceStation/website +byond_url: byond://reduxstation.com:1337 +github_repo: https://github.com/ReduxStation/website # Endpoint that returns server status as JSON in the tgstation13.org/serverinfo.json shape. # Leave blank until the endpoint exists; the page will show "server status unavailable" gracefully. diff --git a/index.njk b/index.njk index 7bc0824..7bb2be1 100644 --- a/index.njk +++ b/index.njk @@ -4,7 +4,7 @@ {{ site.brand }} - {{ site.tagline }} - +