Improve the experience of setting up a new server
Suppose I want to host ggtx on some public domain.
Currently the experience is a bit painful, because e.g. for login, the servers are hardcoded in G.Config
. I think it's better that this list is set on the backend in the .toml
config and the frontend is served this list via an API call. The current external_url
should be added to that list as well.