tljh-voila-gallery icon indicating copy to clipboard operation
tljh-voila-gallery copied to clipboard

Configuration for deploying the Voilà Gallery with The Littlest JupyterHub

Results 16 tljh-voila-gallery issues
Sort by recently updated
recently updated
newest added

Does voila scale to support 500+ users or is it more of an individual laptop application to render notebooks in the browser?

How to write the services with own custom jupyterhub? I write the services like below: `c.JupyterHub.services = [ { 'name': 'public', 'url':'http://127.0.0.1:9000', 'command': ['voila'], } ]` and I can't find...

It would be interesting if the voila gallery could also reuse prebuilt Docker images, for example created with [tljh-repo2docker](https://github.com/plasmabio/tljh-repo2docker). Then it wouldn't be necessary to periodically rebuild the images. And...

It would be great if there were an option to enable authentication before the gallery opens up. And to add the description for it in readme or somewhere else. Many...

A couple of points that could be improved to make it easier to deploy custom galleries: - Docs to use a different theme for the landing page, or an easy...

It would be useful to have an overview diagram in the README.md file to get a quick idea of how the voila gallery plugin works as a TLJH plugin.

We currently install docker using the `tljh_extra_apt_packages` hook: https://github.com/voila-dashboards/tljh-voila-gallery/blob/f7bac2d76e17f4596fcfec60d1d0bb7d91c2f2b6/tljh-voila-gallery/tljh_voila_gallery/__init__.py#L75-L79 However the Docker documentation recommends uninstalling `docker.io` and use a different procedure instead: https://docs.docker.com/engine/install/ubuntu/ We could then add the steps to...

I currently use TLJH to host some notebooks with voila. They access shared data from the folder `/srv/data/` as described [here](https://tljh.jupyter.org/en/latest/howto/content/share-data.html). The notebook repositories are also stored locally on the...

good first issue

Attempting to install the gallery with current examples on the lowest AWS instance settings (t2.micro and 8Gigs storage) leads to docker instances silently failing. Manually running "python build_images.py" from command...

This PR Implements the idea from https://github.com/voila-gallery/gallery/pull/37#issuecomment-506722023 (option 2) so the gallery can be updated automatically. It also introduces the `GALLERY_REPO` environment variable to let the users configure where their...