voila-dashboards / tljh-voila-gallery

Configuration for deploying the Voilà Gallery with The Littlest JupyterHub
BSD 3-Clause "New" or "Revised" License
82 stars 70 forks source link

How to write the services with own custom jupyterhub #94

Open caiquanyou opened 2 years ago

caiquanyou commented 2 years ago

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 the path to serve