Commit Graph

19 Commits

Author SHA1 Message Date
yuvipanda
9f776c2fcb Add bit more info on troubleshooting HTTPS
We no longer use CHP, so add section on getting logs from
traefik instead
2019-05-20 09:44:31 -07:00
yuvipanda
a569417dad Document that you need a domain name before HTTPS
Also note that Let's Encrypt doesn't work in private
networks.

Fixes #217
2019-05-18 17:46:06 -07:00
yuvipanda
10e60ab226 Cleanup HTTPS documentation
- Wrap some lines
- Normalize reference anchors to conform to hierarchy
- Mention that the certificates will be renewed
- Strengthen suggestion to use Let's Encrypt

Fixes #305
2019-05-18 14:20:39 -07:00
yuvipanda
b1c9a9f37a Move digital ocean 'resize' docs out of 'install' step
Since you usually don't want to resize right after you
create a VM, I've moved it to a more central 'cloud provider
tasks' page. We can add additional things here too. It
matches similar provider specific pages we have for
troubleshooting
2019-05-09 13:34:55 -07:00
Michael
979b36c4d1 Updates from code review 2019-04-14 21:25:38 +01:00
Michael Robinson
95733022ad Add spaces and reduce text in formulas to help readability, update CPU instructions 2019-03-19 16:56:55 +00:00
yuvipanda
ff36c1363a Use --sys-prefix for installing nbextensions
--system installs stuff into /etc, and should practically never
be used alongside conda / virtualenv.
2019-01-29 14:27:12 -08:00
April Wright
8b5c64b428 typo 2018-10-12 18:15:40 -05:00
April Wright
a6848d44f2 adding docs on enabling notebook extensions 2018-10-12 18:03:56 -05:00
April Wright
087befc4f9 Merge branch 'master' of https://github.com/jupyterhub/the-littlest-jupyterhub into HEAD 2018-10-12 17:58:45 -05:00
April Wright
a883f27056 premerge commit 2018-10-12 15:33:41 -05:00
April Wright
9b3a119254 small typo 2018-10-07 09:11:36 -05:00
Chris Holdgraf
e9b34c350e cleaning up some language and adding more wording to the DO resize step 2018-10-06 12:07:54 -07:00
April Wright
b05e361cdd some wording changes in resize doc 2018-09-23 14:44:51 -05:00
April Wright
db0ddb94fb split server resizing instructions 2018-09-22 21:47:40 -05:00
Matthias Bussonnier
8650aacd57 Fix some typos
Using `codespell -q3 -w` that I just discovered.

(https://github.com/codespell-project/codespell, pip install codespell)
2018-08-27 17:58:26 -07:00
yuvipanda
28af89a381 Move tljh-config symlink to /usr/bin
Removes a lot of 'sudo -E' usage, and eventually should
let us get rid of the $PATH override for jupyterhub-admins,
which arguably is less secure than just dropping stuff into
/usr/bin

Also remove sudo -E from apt and mkdir calls. Not necessary.
2018-08-12 22:05:18 -07:00
Chris Holdgraf
295b0683a2 adding css rule for logo and fixing some ref links 2018-08-12 21:25:42 -07:00
Chris Holdgraf
2181947f83 updating content from zexuan's user test 2018-08-12 21:25:34 -07:00