-
- Fork this repo or Download this repo and upload it to Github
-
- Setup secret repo environment variable as name
NGROK_AUTH_TOKEN_DEC
For this go to Settings>Secrets>New repository secret and Name box pasteNGROK_AUTH_TOKEN_DEC
and get Ngrok token from https://dashboard.ngrok.com/get-started/your-authtoken and copy-paste token to Value box and Add secret.
- Setup secret repo environment variable as name
-
- Now run workflow action for this goto Actions> select Workflows as Colab backend > Run workflow
-
- Wait 2-3 minutes then goto to https://dashboard.ngrok.com/endpoints/status. You will see two links like
http://7be55b53bbad.ap.ngrok.io/
. Add with linkhome/runner/content/services.html
or browsehome>runner>content>services.html
- Wait 2-3 minutes then goto to https://dashboard.ngrok.com/endpoints/status. You will see two links like
-
- Now you see three services WETTY, GHFS, COLAB. Copy Colab commend after
->
this. Ex:cloudflared access tcp --hostname https://watches-cause-towards-ref.trycloudflare.com --url localhost:8081
- Now you see three services WETTY, GHFS, COLAB. Copy Colab commend after
-
- Download Cloudflared binary depend on your os type from https://github.com/cloudflare/cloudflared/releases and rename just Cloudflared
-
- On same path open terminal and run
cloudflared access tcp --hostname https://xxxxxxx.trycloudflare.com --url localhost:8081
(Note xxxxxxx is your unique word)
- On same path open terminal and run
-
- Now open any Coalb notebook and select "connect to a local runtime"
http://localhost:8081/
and connect (Note that it is not require any token)
- Now open any Coalb notebook and select "connect to a local runtime"