Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 507 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 507 Bytes

This is an experimental web-based UI leveraging web tunnels.

To use the web UI, create an SSH local forward connection to our pgs site:

ssh -L 1337:localhost:80 -N [email protected]

Then open your browser and navigate to localhost:1337.

imgs

If you want to view your docker repositories on imgs.sh then you need to open an additional SSH tunnel:

ssh -L 1338:localhost:80 -N imgs.sh