-
Notifications
You must be signed in to change notification settings - Fork 87
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
add link to TLJH guide in readme #52
Conversation
hey @yuvipanda , I updated the link so that it's correct after the latest tljh docs refactor. This should be ready to go :-) |
@@ -17,6 +17,11 @@ You can then enable the serverextension | |||
|
|||
jupyter serverextension enable --py nbgitpuller --sys-prefix | |||
|
|||
# How to use `nbgitpuller` | |||
|
|||
[Follow the `nbgitpuller` usage guide](https://the-littlest-jupyterhub.readthedocs.io/en/latest/howto/content/nbgitpuller.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was about to suggest the use of tljh.jupyter.org instead of the full written out name, but...
curl -L https://zero-to-jupyterhub.readthedocs.io/en/latest # WORKS
curl -L https://z2jh.jupyter.org/en/latest # WORKS IDENTICALLY AS ABOVE
curl -L https://the-littelest-jupyterhub.readthedocs.io/en/latest # WORKS
curl -L https://tljh.jupyter.org/en/latest # DOES NOT WORK AND OUTPUT:
# curl: (51) SSL: no alternative certificate subject name matches target host name 'tljh.jupyter.org'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that visiting https://tljh.jupyter.org is okay, but visiting https://tljh.jupyter.org/en/latest isn't, while the same for z2jh is fine no matter what (https://z2jh.jupyter.org / https://z2jh.jupyter.org/en/latest)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh no! I wonder what happened with the SSL propagation. both tljh and z2jh point to a readthedocs implementation, so maybe it's in the cloudflare DNS setup? I can't access the account because I'm in Europe so it doesn't recognize the IP address. Maybe @Carreau can take a look? I think they're the only ones w/ access
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/me
got +50 xp by being exposed to a new concept: SSL propagation
Only 500 xp left until level up :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/me
may or may not have totally made up the word SSL propagation and if it's a real thing that might be a total coincidence :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tljh.jupyter.org
is not a thing in cloud flare, and we ran out of free rules to redirect domains.
It's $1/rule/month if the financial board is ok buying or we could remove some old rules.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@choldgraf I also delegated one account to you so you can access access-token.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So it seem that there is something we can do as tljh.jupyter.org is and alias to the-littlest-jupyterhub.readthedocs.io but the configuration is govern by RTD, so someone will need to give one of us access to the RTD admin pannel. @yuvipanda ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Carreau can you create a RTD account? Then somebody can add you (I just tried but it said user "Carreau" did not exist)
Lowercase on RTD. Same on travis. Many services don't like the the casing of my username, I often have issues. |
Thanks, @Carreau / @choldgraf :) |
This adds a link to the nifty little guide that @yuvipanda put together recently.