Jigsaw-Code / outline-server

Outline Server, developed by Jigsaw. The Outline Server is a proxy server that runs a Shadowsocks instance and provides a REST API for access key management.
https://getoutline.org/
Apache License 2.0
5.79k stars 780 forks source link

chore(manager): deprecate SB_DEFAULT_SERVER_NAME on install #1498

Closed fortuna closed 7 months ago

fortuna commented 8 months ago

Small cleanup: use the config instead of the SB_DEFAULT_SERVER_NAME env var to specify the server name. Having two mechanisms is confusing, and this further simplifies the docker run command.