Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow other DCS servers with server= param #147

Open
richmahn opened this issue Nov 14, 2022 · 0 comments
Open

Allow other DCS servers with server= param #147

richmahn opened this issue Nov 14, 2022 · 0 comments
Labels
Priorty/High High priority issue

Comments

@richmahn
Copy link
Member

Suggest that when.you want to change the DCS server that Gateway Admin uses, to be able to give any DCS URL, not just "qa". DCS can even be ran local and is self contained (including the catalog API), meaning it can even be ran as a Docker container. I suggest that the param to use something other than git.door43.org be:

server=[:]

For example:

server=qa.door43.org
server=https://develop.door43.org
server=localhost:3000
server=127.0.0.1
server=http://dcs

If no port, assumes port 80. If domain is localhost or 127.0.0.1 assume protocol to be http, unless one is given like in the 2nd and last example. You could still keep "server=qa" to then resolve to https://qa.door43.org, but allow custom domain/port as well.

@birchamp birchamp added the Priorty/High High priority issue label Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priorty/High High priority issue
Projects
None yet
Development

No branches or pull requests

2 participants