mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 10:34:10 +00:00
34 lines
655 B
Markdown
34 lines
655 B
Markdown
# How-to
|
|
|
|
The _How-to_ guides provide practical step-by-step details to help you achieve a particular goal. They are useful when you are trying to get something done but require you to understand and adapt the steps to your specific usecase.
|
|
|
|
Use the following guides when:
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
api-only
|
|
proxy
|
|
rest
|
|
separate-proxy
|
|
templates
|
|
upgrading
|
|
log-messages
|
|
```
|
|
|
|
(config-examples)=
|
|
|
|
## Configuration
|
|
|
|
The following guides provide examples, including configuration files and tips, for the
|
|
following:
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
configuration/config-user-env
|
|
configuration/config-ghoauth
|
|
configuration/config-proxy
|
|
configuration/config-sudo
|
|
```
|