-
Notifications
You must be signed in to change notification settings - Fork 2
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
Change dev domain: local.edly.io
-> local.openedx.org
#18
Comments
Kind of :) There are actually a couple of reasons for having our own domain names, but only one which really matters. Services often need to talk to each other, and for that they use the same hostnames whether they make calls on the internal network or on the internet. For instance, the CMS makes HTTP requests to the LMS via http://local.overhang.io both in the Python process and the browser client. We could replace "local.overhang.io" by "openedx.localhost", which would also resolve to 127.0.0.1, but then we would have to tell the cms container that "openedx.localhost" is actually the "lms" container. And I don't really know how to do that. |
Makes sense! |
Some things that Axim just discussed:
|
One point in favor of something openedx-specfic rather than tutor-specific is that the same domain could be used in settings files for any Open edX distribution. Theoretically, Tutor and Devstack could both point to local.openedx.org. |
local.overhang.io
-> local.openedx.org
local.edly.io
-> local.openedx.org
Trying to make this happen has been so much bureaucracy. I'm not sure I care enough to make it happen any more. @regisb , if you would like to move to another domain, let me know. Otherwise, I'm fine closing this and sticking with |
Update: we'll eventually migrate to local.openedx.io as per overhangio/tutor#1120 |
Background
Tutor requires a dev domain (other than localhost) which points to 127.0.0.1. I'm fuzzy on the reasons but I'm pretty sure it has to do with how authn plays with Docker's network addresses.
Historically this has been
local.overhang.io
, as of Quince it'slocal.edly.io
.Some options:
local.openedx.org
dev.openedx.org
my.openedx.org
tutorlocal.site
localdev.academy
localdev.school
bananasystems.com
Note that
.dev
isn't an option (I think) because it is an https-only domain.@regisb indicated he'd be on board with this.
Tasks
local.overhang.io
is shut down.Target
Quince
The text was updated successfully, but these errors were encountered: