mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Move example plugins to the already existing list
This commit is contained in:
@@ -26,12 +26,6 @@ Installing Plugins
|
|||||||
|
|
||||||
Include ``--plugin <install_name>`` in the Installer script. See :ref:`topic/customizing-installer` for more info.
|
Include ``--plugin <install_name>`` in the Installer script. See :ref:`topic/customizing-installer` for more info.
|
||||||
|
|
||||||
Example Plugins
|
|
||||||
===============
|
|
||||||
|
|
||||||
- `tljh-pangeo <https://github.com/yuvipanda/tljh-pangeo>`_
|
|
||||||
- `tljh-shared-directory <https://github.com/kafonek/tljh-shared-directory>`_
|
|
||||||
|
|
||||||
Writing a simple plugins
|
Writing a simple plugins
|
||||||
========================
|
========================
|
||||||
|
|
||||||
@@ -137,10 +131,12 @@ If you are looking for a way to extend or customize your TLJH deployment, you mi
|
|||||||
|
|
||||||
Here is a non-exhaustive list of known TLJH plugins:
|
Here is a non-exhaustive list of known TLJH plugins:
|
||||||
|
|
||||||
- `tljh-pangeo <https://github.com/yuvipanda/tljh-pangeo>`_: TLJH Plugin for setting up the Pangeo Stack
|
- `tljh-pangeo <https://github.com/yuvipanda/tljh-pangeo>`_: TLJH plugin for setting up the Pangeo Stack
|
||||||
- `tljh-voila-gallery <https://github.com/voila-dashboards/tljh-voila-gallery>`_: TLJH plugin that installs a gallery of Voilà dashboards
|
- `tljh-voila-gallery <https://github.com/voila-dashboards/tljh-voila-gallery>`_: TLJH plugin that installs a gallery of Voilà dashboards
|
||||||
- `tljh-repo2docker <https://github.com/plasmabio/tljh-repo2docker>`_: TLJH plugin to build multiple user environments with
|
- `tljh-repo2docker <https://github.com/plasmabio/tljh-repo2docker>`_: TLJH plugin to build multiple user environments with
|
||||||
`repo2docker <https://repo2docker.readthedocs.io>`_.
|
`repo2docker <https://repo2docker.readthedocs.io>`_.
|
||||||
|
- `tljh-shared-directory <https://github.com/kafonek/tljh-shared-directory>`_: TLJH plugin which sets up a *shared directory*
|
||||||
|
for the Hub users in ``/srv/scratch``.
|
||||||
|
|
||||||
If you have authored a plugin, please open a PR to add it to this list!
|
If you have authored a plugin, please open a PR to add it to this list!
|
||||||
|
|
||||||
|
|||||||
@@ -57,4 +57,5 @@ and User C cannot edit the Notebook. Only User A can make changes.
|
|||||||
Shared-directory plugin
|
Shared-directory plugin
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
A TLJH Plugin at https://github.com/kafonek/tljh-shared-directory installs ``voila`` and sets up the directories as specified above. Include ``--plugin git+https://github.com/kafonek/tljh-shared-directory`` in your deployment startup script.
|
A TLJH Plugin at https://github.com/kafonek/tljh-shared-directory installs ``voila`` and sets up the directories as specified above.
|
||||||
|
Include ``--plugin git+https://github.com/kafonek/tljh-shared-directory`` in your deployment startup script.
|
||||||
Reference in New Issue
Block a user