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

add link to TLJH guide in readme #52

Merged
merged 2 commits into from
Sep 6, 2018
Merged

add link to TLJH guide in readme #52

merged 2 commits into from
Sep 6, 2018

Conversation

choldgraf
Copy link
Member

@choldgraf choldgraf commented Jul 27, 2018

This adds a link to the nifty little guide that @yuvipanda put together recently.

@choldgraf
Copy link
Member Author

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)
Copy link
Member

@consideRatio consideRatio Aug 31, 2018

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'

Copy link
Member

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)

Copy link
Member Author

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

Copy link
Member

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

Copy link
Member Author

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 :-)

Copy link
Member

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.

Copy link
Member

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.

Copy link
Member

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 ?

Copy link
Member Author

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)

@Carreau
Copy link
Member

Carreau commented Sep 6, 2018

Carreau

Lowercase on RTD. Same on travis. Many services don't like the the casing of my username, I often have issues.

@yuvipanda yuvipanda merged commit ef7cc3b into master Sep 6, 2018
@yuvipanda
Copy link
Contributor

Thanks, @Carreau / @choldgraf :)

@yuvipanda yuvipanda deleted the link_to_usage branch September 6, 2018 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants