txAdmin
txAdmin copied to clipboard
[FEATURE]: Ability to hide the IP Banner dump
Scope
Web
Feature Description
When working on mods, and with the screen shared, the public IP address of the server is dumped on screen.
When I'm working in a dev environment, I don't want my private/personal IP address leaked.
Use Case
Any time you start up the server, it dumps out a banner with public IP address information.
Proposed Solution
An env var to disable banner dumping, maybe BANNER_SKIP=1 (any value)
Additional Info
Since a code is displayed in console when the txAdmin webui is loaded, this banner on startup doesn't hold much value except for first run. Subsequent runs can rely on various means of authenticating, including the code in console which is generally safe to display.