This PR also checks src\Server\data\servers.ts. For most special servers, hostname, organizationName, and specialName have the same value (some special servers have special values for organizationName, though).
We use the "home" string in too many places in our codebase. I'm not sure if we should change all of them to SpecialServers.Home, so I have not touched them.
"home" is very short and honestly harder to mess up than SpecialServers.Home. So, I think there is low-to-negative urgency to replace it with a constant.
From #1781; broader replacement of "home" string usage rather than SpecialServers.Home