Phi-Gateway

This proxy allows PhiLab users to expose services running on their EOHPC virtual machines to the outside world.

Access requires a PhiLab LDAP account.

Usage

  1. Start a service on your machine, on port ≥ 10000
  2. Access it at:
https://phi-gateway.tce.ples.dedyn.io/<hostname>/<port>

where:
<hostname> – your VM hostname
<port> – port your service listens on

Quick test

On your VM run:

python3 -m http.server 20000

Then in your web browser open:

https://phi-gateway.tce.ples.dedyn.io/<hostname>/20000

Log in with your LDAP credentials (username/password) and you should see the contents of the directory where the server was started.