Skip to content

fix: stale BYOND port (2506 -> 1337) and ResurgenceStation org references - #6

Merged
s950tx16wasr10 merged 1 commit into
masterfrom
fix/byond-port-and-stale-urls
May 18, 2026
Merged

fix: stale BYOND port (2506 -> 1337) and ResurgenceStation org references#6
s950tx16wasr10 merged 1 commit into
masterfrom
fix/byond-port-and-stale-urls

Conversation

@s950tx16wasr10

Copy link
Copy Markdown
Contributor

What

Three stale-template strings the rebrand missed, all visible after the
site went live at https://reduxstation.com:

  • Page meta description and the `_data` files advertised the BYOND
    server on port 2506, but the host listens on 1337 (matches
    the existing play.reduxstation.com redirect target and the
    globals.env `GAME_PORT=1337`).
  • The footer "Source" link and the GitHub nav button still pointed at
    `github.com/ResurgenceStation/*`. The org redirect masks the
    problem but the URLs are wrong post-rename.

Changes

File What
`_data/site.yaml` `byond_url`: `:2506` → `:1337`. `github_repo`: `ResurgenceStation/website` → `ReduxStation/website`
`_data/servers.yaml` `public_address`: `:2506` → `:1337`
`_data/nav.yaml` GitHub nav link: `ResurgenceStation/ResurgenceStation` → `ReduxStation/ReduxStation`
`index.njk` meta description now uses `{{ site.byond_url }}` instead of rebuilding the URL with a hardcoded port. Same source of truth as the Join Server button.

Out of scope

Provenance comments in `README.md`, `sass/parallax.scss`, `sass/pda.scss`,
and `js/parallax.js` still reference `ResurgenceStation/webmap` and
`logs.owo.fm` because that's where those assets were originally lifted
from. Historical attribution stays per the rebrand-audit decision (the
GitHub URL still resolves via the org redirect anyway).

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) <noreply@anthropic.com>
@s950tx16wasr10
s950tx16wasr10 merged commit 530b7b0 into master May 18, 2026
@s950tx16wasr10
s950tx16wasr10 deleted the fix/byond-port-and-stale-urls branch May 18, 2026 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant