You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.
This is a dupe of jupyter/tmpnb-redirector#1, but likely belongs in both tmpnb and tmpnb-redirector since they're using the same "spec".
I'm kind of wishing we had a beautiful front-end stats page (which could just be at stats.example.org), or we could make two endpoints on a given tmpnb server /stats for a beautiful mockup of the data and /api/stats for the raw JSON.
In addition, some things I've wanted during a deploy:
List version of the containers that are running
Some aggregated activity data (e.g. number of docker logs of individual containers)
The text was updated successfully, but these errors were encountered:
We should try to adhere close to the same spec as the binder project for these temporary environments. This one is a bit tricky for operations since currently tmpnb-redirector relies on the /stats endpoint for JSON.
We'll just have to do a migration once we conform to an API + endpoints.
This is a dupe of jupyter/tmpnb-redirector#1, but likely belongs in both tmpnb and tmpnb-redirector since they're using the same "spec".
I'm kind of wishing we had a beautiful front-end stats page (which could just be at stats.example.org), or we could make two endpoints on a given tmpnb server
/stats
for a beautiful mockup of the data and/api/stats
for the raw JSON.In addition, some things I've wanted during a deploy:
docker logs
of individual containers)The text was updated successfully, but these errors were encountered: