All Projects → jupyter → Tmpnb Redirector

jupyter / Tmpnb Redirector

Licence: bsd-3-clause
Simple HTTP redirector for tmpnb nodes

Programming Languages

python
139335 projects - #7 most used programming language

Redirector for tmpnb

A simple service that redirects to hosts running tmpnb, with load-balancing based on their current availability.

Run the service:

python redirector.py

Add hosts to be considered for redirection:

curl -X POST -d '{"host": "https://tmpnb.org"}' http://127.0.0.1:9001/hosts

You can remove instances with a DELETE request:

curl -X DELETE -d '{"host": "https://tmpnb.org"}' http://127.0.0.1:9001/hosts
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].