Merge pull request #551 from jtpio/plugin-gallery

This commit is contained in:
Yuvi Panda
2020-04-21 16:24:50 +05:30
committed by GitHub

View File

@@ -117,3 +117,19 @@ can also install them directly from GitHub - although this is
not good long term practice. not good long term practice.
The python package should be named ``tljh-<pluginname>``. The python package should be named ``tljh-<pluginname>``.
List of known plugins
=====================
If you are looking for a way to extend or customize your TLJH deployment, you might want to look for existing 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-voila-gallery <https://github.com/voila-dashboards/tljh-voila-gallery>`_: TLJH plugin that installs a gallery of Voilà dashboards
If you have authored a plugin, please open a PR to add it to this list!
We also recommend adding the ``tljh-plugin`` topic to the GitHub repository to make it more discoverable:
`https://github.com/topics/tljh-plugin <https://github.com/topics/tljh-plugin>`_