Rajat Goyal
8ee60ce0c7
Add metrics documentation generation step in CircleCI & RTD configs
...
Also rename generated metrics documentation directory `_gen` from `gen`
2020-09-30 22:57:46 +05:30
Rajat Goyal
c0288ec6f6
Update docs/source/monitoring/index.rst
...
- Fixes typo (eolving -> evolving)
- re-use the word current instead of momentary for comprehensibility
- references JupyterHubs current state with its instead of the for comprehensibility
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com >
2020-09-30 22:08:50 +05:30
Rajat Goyal
65b83f5f00
Update docs/source/monitoring/index.rst
...
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com >
2020-09-30 22:08:50 +05:30
Rajat Goyal
dcd520179c
Made changes in monitoring docs as per the feedback on PR review
2020-09-30 22:08:50 +05:30
Rajat Goyal
c830d964d5
Apply suggestions from code review
...
Co-authored-by: Min RK <benjaminrk@gmail.com >
2020-09-30 22:08:50 +05:30
rajat404
7045e1116c
Inspect metrics and generate metric list in docs; Add monitoring section in Docs
2020-09-30 22:08:50 +05:30
Min RK
21eaf0dd9f
Merge pull request #3077 from kinow/add-config-reference
...
Add Configuration Reference section to docs
2020-09-08 16:40:10 +02:00
Min RK
84d2524025
jupyterhub_config.py filename typo
2020-09-08 16:39:51 +02:00
Min RK
10bdca8901
Merge pull request #3142 from snickell/document-external-service-api-tokens-better
...
Document external service api_tokens better
2020-08-27 09:52:31 +02:00
Bas van der Vlies
aa6921dd5a
Needed NoEsacpe (NE) option for apache
...
Else %20 is esacped to %25%20 and we acan not rename "Untitled Folder'
or opening files with spaces or other special chars fails.
2020-08-14 11:24:27 +02:00
Seth Nickell
e94da17c3c
Document external service api_tokens better
...
- Explicitly mention min-8-char constraint
- Connect the api_token in the configuration with the one mentioned in auth requests
Co-authored-by: Mike Situ <msitu@ceresimaging.net >
2020-08-13 12:28:17 -10:00
Erik Sundell
4bc6d869f3
docs: unsqueeze logo, remove unused CSS and templates
2020-07-05 03:12:18 +02:00
Min RK
6e988bf587
call it allowed_users
...
be clearer since it's users vs groups, etc.
2020-06-24 13:29:42 +02:00
Min RK
7ad4b0c7cb
update allowed/blocked language in docs
...
our words matter, let's be more mindful
2020-06-23 10:10:07 +02:00
Simon Li
2d1f91e527
Replace zonca/remotespawner with NERSC/sshspawner
...
https://github.com/zonca/remotespawner is archived, the readme recommends https://github.com/jupyterhub/batchspawner
2020-06-13 11:47:34 +01:00
Leo Gallucci
10f09f4f70
Remove already done named servers from roadmap
...
Remove already done "UI for managing named servers" from the roadmap
2020-06-12 18:00:00 +02:00
Min RK
45b858c5af
Merge pull request #3055 from minrk/document-admin-service
2020-06-11 10:43:23 +02:00
niklas netter
4eb22821f2
no_proxy does work
2020-06-10 14:51:37 +02:00
niklas netter
b92ea54eda
proxy settings might cause authentication errors
2020-06-10 14:16:36 +02:00
Bruno P. Kinoshita
522ef3daea
Add Configuration Reference
2020-06-08 23:49:31 +12:00
Min RK
6bf4f3b2aa
document upgrading from api_tokens to services config
2020-05-26 13:40:21 +02:00
Min RK
81d423d6c6
Merge pull request #3040 from romainx/#1018
2020-05-19 15:06:37 +02:00
Min RK
cf9046ea47
Merge pull request #3046 from ceocoder/patch-1
2020-05-19 14:58:14 +02:00
Mohammad Wasil
0dbad9bd99
Disable proxy_buffering to make the progress bar working when using nginx reverse proxy
2020-05-15 13:51:50 +02:00
dp
a36a56b4ff
docs: add proxy_http_version 1.1
...
add proxy_http_version 1.1 as it is required for KeepAlive connections
2020-05-14 16:16:07 -07:00
romainx
8859bf8842
#1018 PAM added in prerequisites
2020-05-08 06:06:42 +02:00
Tim Head
493eb03345
Merge branch 'master' into docs/index_verbage
2020-04-18 21:04:11 +02:00
Richard Darst
e882e7954c
docs: use recommonmark as an extension
...
- source_parsers deprecated in sphinx 3.0
- Since sphinx 1.4, it can (should) be used as a direct extension:
https://github.com/readthedocs/recommonmark/pull/43
2020-04-17 11:11:24 +03:00
Richard Darst
c234463a67
sphinx conf.py: update add_stylesheet -> add_css_file
...
- Seems to be added in 1.0:
https://www.sphinx-doc.org/en/latest/changes.html#release-1-0-jul-23-2010
2020-04-17 11:11:24 +03:00
Josh Meek
485c7b72c2
Fix use of auxiliary verb on index.rst
2020-04-16 09:36:52 -04:00
Hoai-Thu Vuong
b1f048f2ef
fix wrong name on firewall
2020-03-24 00:03:26 +07:00
Chris Holdgraf
7af70b92e9
Update conf.py
2020-03-23 08:29:52 -07:00
Matt Riedemann
c50e1f9852
Update contributor doc wording around sqlite
...
sqlite3 should be available from the python standard library
so there shouldn't be a need to install native packages.
2020-03-09 15:11:45 -04:00
Matt Riedemann
6954e03bb4
Update contributor docs
...
As a new contributor to jupyterhub it took awhile to get
up and running locally mainly because I didn't have sqlite
installed but also because I was flipping between README,
CONTRIBUTING and the actual contributing docs which are all
a little bit different.
This does a few things:
- Updates the contributor sphinx docs to mention that how
one chooses to isolate their development environment is
up to them with a link to the detailed forum thread on
that topic.
- Updates the contributor sphinx docs to mention sqlite and
database setup in general. While in here some trailing
whitespaces are cleaned up.
- Leave a comment in CONTRIBUTING.md about the redundant
information in the docs on getting a development environment
setup. Long-term we should really get those merged so there
is a single authoritative document on how to get a dev env
setup for contributing to jupyterhub.
- Link to the jupyterhub gitter channel for asking questions.
2020-03-04 13:09:48 -05:00
Bruno P. Kinoshita
3b05135f11
Fix couple typos
2020-02-24 20:48:42 +13:00
Alex Driedger
7e3caf7f48
Fixed grammar on landing page
2020-02-22 16:37:34 -08:00
Tim Head
5fb403af4b
Merge pull request #2946 from minrk/user-redirect-faq
...
add general faq
2020-02-22 07:24:24 +01:00
Min RK
3e6abb7a5e
add general faq
...
and put a first q about user-redirect
2020-02-21 13:52:03 +01:00
Min RK
0315f986db
Merge pull request #2940 from kinow/add-more-docs-for-cookies
...
[doc] Add more docs about Cookies used for authentication in JupyterHub
2020-02-21 10:18:29 +01:00
Bruno P. Kinoshita
239a4c63a2
Add note that not all proxy implementations use an auth token
2020-02-21 10:35:30 +13:00
Bruno P. Kinoshita
f5bd5b7751
Incorporate review feedback
2020-02-21 10:32:11 +13:00
Bruno P. Kinoshita
287b0302d9
Add more docs about authentication and cookies, using text posted by MinRK on Discourse
2020-02-21 10:22:10 +13:00
Erik Sundell
3e17b47ec3
Merge pull request #2939 from kinow/fix-services-link
...
[doc] Use fixed commit plus line number in github link
2020-02-19 01:09:51 +01:00
Bruno P. Kinoshita
31c0788bd9
Move cookies to the end of the list (ssl, proxy, and then cookies)
2020-02-19 12:56:02 +13:00
Bruno P. Kinoshita
dec3244758
Use fixed commit plus line number in github link
2020-02-19 12:39:23 +13:00
Bruno P. Kinoshita
13313abb37
Fix link to SSL encryption from troubleshooting page
2020-02-19 10:46:49 +13:00
Tim Head
bc7bb5076f
Merge pull request #2914 from jgwerner/trouble-shooting
...
[MRG] Add troubleshooting topics
2020-02-13 08:06:20 +01:00
Greg
a80561bfc8
updates based on pr comments
...
Signed-off-by: Greg <werner.greg@gmail.com >
2020-02-05 16:13:15 -05:00
Greg
ed4ed4de9d
simplify text
...
Signed-off-by: Greg <werner.greg@gmail.com >
2020-01-29 12:49:52 -05:00
Greg
d177b99f3a
add trouble shooting topics
...
Signed-off-by: Greg <werner.greg@gmail.com >
2020-01-29 12:42:42 -05:00