From 647f6786e2590ca1dc2c58a5de7dccf0b2a1f7b1 Mon Sep 17 00:00:00 2001 From: Steffen Vogel <post@steffenvogel.de> Date: Thu, 29 Apr 2021 02:17:27 +0200 Subject: [PATCH] update README --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a72a824..a1703e0 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ This repo implements a proxy container which allows users to spawn their Jupyter ## Involved Components -- SSH client -- (Remote) Machine +- SSH client for connecting to your machine of choice +- (Remote) Machine where your data resides - Python scripts: - - `rwth-jupyter` - - `jupyterhub-singleuser` + - Helper Script: `rwth-jupyter` + - Jupyter: `jupyterhub-singleuser` - Chisel tunnel client - Fuse SSHFS mount @@ -25,8 +25,7 @@ This repo implements a proxy container which allows users to spawn their Jupyter - Chisel tunnel server - sftp-server -- JupyterHub Token Reflector Service - +- [JupyterHub Token Reflector Service](https://git.rwth-aachen.de/jupyter/services/-/blob/master/jupyterhub_services/handlers/reflector.py) ## Flow -- GitLab