Eric Charles
a8c1cab5fe
add sudo doc
2018-05-07 19:49:26 +02:00
Min RK
b7a608fdfd
soften deprecation messages about ip/ports in favor of URLs
...
These are not deprecated, bind_url is only a potentially more convenient/powerful alternative.
2018-05-07 14:13:36 +02:00
Min RK
2e5f01f232
changelog for 0.9
2018-05-04 17:25:04 +02:00
Carol Willing
09011815af
Good catch @betatim
2018-05-03 15:54:51 +02:00
Carol Willing
19fab6bbf8
fix typo
2018-05-03 04:42:06 +02:00
Carol Willing
b0833985e6
fix wording from spawn to launch
2018-05-03 04:32:22 +02:00
Carol Willing
a6f73b035f
updates to theme
2018-05-03 04:26:02 +02:00
Carol Willing
251440ec64
add templates for theme
2018-05-03 03:34:48 +02:00
Carol Willing
22a1df6fa0
update conf.py for theme
2018-05-03 03:34:16 +02:00
Carol Willing
6389751c22
move to alabaster theme
2018-05-03 03:22:26 +02:00
Richard Darst
6f9ea712de
Note cull-idle needs python3
...
- Closes : #1825
2018-04-26 16:30:51 +03:00
Erik Sundell
cf665517dd
links in docs corrected
2018-04-08 09:10:09 +02:00
Carol Willing
344a3e7b24
Add a spawner_class option to the reference example
2018-03-19 14:23:14 -07:00
Min RK
7811bf518b
cleanup some cookie names
...
In part to cleanup a few remnants of early design where jupyterhub was ‘jupyter-hub’ instead of ‘jupyterhub’.
Should also clarify to some degree what the cookies are for.
- hub login cookie is now ‘jupyterhub-hub-login’ instead of ‘jupyter-hub-token’
- user server cookie is now ‘jupyterhub-user-<name>’ instead of ‘user-name’ to keep jupyterhub prefix on all cookies
All cookies at this point:
- jupyterhub-session-id on /
- jupyterhub-hub-login on /hub/ (the main login cookie)
- jupyterhub-services on /services/
- jupyterhub-user-<name> on /user/:name
- jupyterhub-user-<name>-oauth-state on /user/:name during oauth
2018-03-05 10:55:07 +01:00
Min RK
9640364713
Merge pull request #1665 from thedataincubator/templates-doc
...
Add documentation for new templates system
2018-02-22 15:03:10 +01:00
Robert Schroll
3ac4f48f82
Add version information to templates doc
2018-02-21 15:13:47 -08:00
Robert Schroll
c1dcdf49e5
Add doc page on templates
2018-02-15 16:18:15 -08:00
BerserkerTroll
312252b670
Fix Authentication state documentation
...
This — is how it actually works!
2018-01-17 05:45:47 +03:00
Tim Freund
0c9e5fd10b
Update docker volumes link
...
The old link now returns 404.
2018-01-11 21:28:24 -05:00
Carol Willing
e4e2b627fe
add formatting to clarify spawners' limits
2017-12-18 04:43:26 -08:00
Carol Willing
1e4f871bcc
update documentation on resource limits
2017-12-18 04:33:01 -08:00
darky2004
dc0336fa45
Update gallery-jhub-deployments.md
2017-12-13 20:36:04 +00:00
darky2004
8c341d262e
Update gallery-jhub-deployments.md
2017-12-13 20:35:34 +00:00
Min RK
8b583cb445
release 0.8.1
2017-11-07 13:39:10 +01:00
Min RK
038a85af43
add removal of bower to changelog for 0.8.1
2017-11-07 13:39:10 +01:00
Min RK
a57df48f28
changelog for 0.8.1
2017-11-03 11:07:08 +01:00
Min RK
5d7e008055
Merge pull request #1512 from DeepHorizons/update-service-doc
...
Update docs and examples for the slash at the end of the prefix
2017-11-03 10:31:46 +01:00
Joshua Milas
3c5eb934bf
Update docs and examples for the slash at the end of the prefix
2017-10-31 14:04:37 -04:00
Joshua Milas
82e15df6e9
Added that you can also access the notebook if you are the owner
2017-10-31 10:15:02 -04:00
Joshua Milas
126c73002e
Updated the rest docs to about change in 0.8
...
In 0.8, the jupyterhub api token can also be used to make requests to
hte jupyter notebook given some conditions. This commit updates that
documentation
2017-10-21 09:18:08 -04:00
Min RK
04578e329c
typo in auth_state structure
...
it's 'name' not 'username'
2017-10-04 14:18:14 +02:00
Min RK
b928df6cba
update changelog links for 0.8.0 release
2017-10-03 21:35:24 +02:00
Carol Willing
3fc74bd79e
Merge pull request #1462 from minrk/proxy-docs
...
Document custom proxy implementations
2017-10-03 08:36:02 -07:00
Min RK
d991c06098
document auth_state
2017-10-03 13:08:10 +02:00
Min RK
01a67ba156
document custom proxies
2017-10-03 12:42:52 +02:00
Min RK
8831573b6c
typos in services.auth headings
2017-10-03 12:42:52 +02:00
Min RK
e9a744e8b7
further clarify config-examples comments
...
per review
2017-10-03 10:19:43 +02:00
Min RK
582d43c153
add apache reverse proxy to config-examples
2017-10-02 18:18:03 +02:00
Min RK
7b5550928f
mention how to generate dhparams
...
since we use them
2017-10-02 18:17:39 +02:00
Min RK
83920a3258
remove websocket-path-awareness from nginx config
...
using map, knowledge of the path is no longer necessary
2017-10-02 17:20:09 +02:00
Min RK
d1670aa443
fix mixed tabs and spaces
2017-10-02 16:19:21 +02:00
Ryan Lovett
b956190393
Conditionally substitute $http_host for $host.
...
Necessary when using non-standard port. Closes #1457 .
2017-09-28 09:40:51 -07:00
analect
89722ee2f3
Added in necessity to set c.JupyterHub.allow_named_servers = True
2017-09-20 10:27:28 +01:00
analect
ca4fce7ffb
Add Analect to contributor list
2017-09-19 16:18:09 +01:00
analect
018b2daace
Fixing typo.
2017-09-19 16:17:54 +01:00
analect
fd01165cf6
Adding a short description ref starting/stopping named-servers via API
2017-09-19 14:33:20 +01:00
Joshua Milas
65cad5efad
Updated the reference flask example to include token auth
2017-09-11 00:09:57 -04:00
Carol Willing
506e568a9a
Add pre/post spawn hooks to docs
2017-09-08 13:00:14 -07:00
Min RK
64c69a3164
update docs to preferred method of writing to log file
...
extra_log_files config is unreliable and doesn't capture all output.
Piping output is much more robust and reliable.
2017-09-06 14:38:33 +02:00
Carol Willing
4c445c7a88
Add jencabral to contributors
2017-08-31 07:52:08 -05:00