mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Add docs for escape hatch
This commit is contained in:
@@ -83,6 +83,7 @@ Topic guides provide in-depth explanations of specific topics.
|
||||
topic/installer-actions
|
||||
topic/tljh-config
|
||||
topic/authenticator-configuration
|
||||
topic/escape-hatch
|
||||
|
||||
|
||||
Troubleshooting
|
||||
|
||||
16
docs/topic/escape-hatch.rst
Normal file
16
docs/topic/escape-hatch.rst
Normal file
@@ -0,0 +1,16 @@
|
||||
.. _topic/escape-hatch:
|
||||
|
||||
========================================
|
||||
Custom ``jupyterhub_config.py`` snippets
|
||||
========================================
|
||||
|
||||
Sometimes you need to customize TLJH in ways that are not officially supported.
|
||||
We provide an easy escape hatch for those cases with a ``jupyterhub_conf.d``
|
||||
directory that lets you load multiple ``jupyterhub_config.py`` snippets for
|
||||
your configuration.
|
||||
|
||||
Any files in ``/opt/tljh/jupyterhub_config.d`` that end in ``.py`` will be
|
||||
loaded in alphabetical order as python files to provide configuration for
|
||||
JupyterHub. Any config that can go in a regular ``jupyterhub_config.py``
|
||||
file is valid in these files. They will be loaded *after* any of the config
|
||||
options specified by TLJH are loaded.
|
||||
Reference in New Issue
Block a user