Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/servers.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- identifier: redux
- identifier: reduxstation
name: ReduxStation 13
public_address: reduxstation.com:1337
6 changes: 4 additions & 2 deletions _data/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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.
status_endpoint: ""
# Same-origin path — Caddy on the production host reverse-proxies this to
# the internal serverinfo-updater (see infrastructure/docker/caddy/Caddyfile).
# Set to "" to disable the poller and show "server status unavailable".
status_endpoint: "/serverinfo.json"

poll_interval_ms: 4000
Loading