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 Jul 13, 2021. It is now read-only.
inlets server --port=8090 --token="$(cat /tmp/inlets-token)"
- command: |
clear
gp await-port 8090 &&
remote=$(gp url 8090)
echo
echo "Inlets server is running on $(gp url 8090)."
echo "$(tput setaf 7)You can tunnel to it using $(tput setaf 2)inlets client --url=${remote/https/wss} --token $(cat /tmp/inlets-token) --upstream=http://127.0.0.1:3000$(tput sgr0)"
echo
echo "Once you have an inlet client connected, head over to $(tput setaf 4)$(gp url 8090)$(tput sgr0) to access that service."