{"id":23109666,"url":"https://github.com/hrassi/ngrok","last_synced_at":"2026-01-19T03:01:31.503Z","repository":{"id":268293676,"uuid":"903889696","full_name":"hrassi/Ngrok","owner":"hrassi","description":"step by step tutorial on how to install and use Ngrok creating  a tunnel and a global url address","archived":false,"fork":false,"pushed_at":"2024-12-15T20:22:56.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T23:16:26.707Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hrassi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-15T20:16:50.000Z","updated_at":"2024-12-15T20:23:00.000Z","dependencies_parsed_at":"2024-12-15T21:26:36.691Z","dependency_job_id":"f21e0210-3e34-4288-9024-6e473f165e24","html_url":"https://github.com/hrassi/Ngrok","commit_stats":null,"previous_names":["hrassi/ngrok"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hrassi/Ngrok","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrassi%2FNgrok","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrassi%2FNgrok/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrassi%2FNgrok/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrassi%2FNgrok/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hrassi","download_url":"https://codeload.github.com/hrassi/Ngrok/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrassi%2FNgrok/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28559347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T00:46:33.223Z","status":"online","status_checked_at":"2026-01-19T02:00:08.049Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-17T01:39:34.769Z","updated_at":"2026-01-19T03:01:31.484Z","avatar_url":"https://github.com/hrassi.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\nhttps://ngrok.com/docs/getting-started/\n\nfor macos : \n\n1- intall ngrok : \nbrew install ngrok\n\n2- register for an acount on https://ngrok.com/docs/getting-started/\n\nh*****i@hotmail.com    pass: ******\n\n\n\n3- Run the following command to add your authtoken to the default ngrok.yml configuration file : \nngrok config add-authtoken 2hdud76d5dh8lA9hgdujg0iOt3Xj_7KdUfNEbxd76sgdjkid\n\nAuthtoken will be saved to configuration file: /Users/macintosh/Library/Application Support/ngrok/ngrok.yml\n\n4- now u can start deploying your app online : \ntype in the terminal : \n\nngrok http 8000\n\nngrok will start the tunnel and display the informations\nand will display the local address  : Web interface \nand also the global address : forwarding\nThe public URL (https://7b51-94-187-0-7.ngrok-free.app)\n\nnow to test open a new terminal window (Cmd+N) keeping the first terminal window running to keep the tunnel alive . and type in the new terminal window : \n\npython3 -m http.server 8000\n\nto test the server locally on your computer, open web browser and type : http://localhost:8000 \nYou should see a list of files and directories in the folder where you started the python3 -m http.server command.\n\n\nto test the server from anywhere in the world : \nuse the public url provided by ngrok on any device connected to the internet … type on your phone browser the public url:\nexample :\n\nhttps://7b51-94-187-0-7.ngrok-free.app\n\nand you will be able to browse all the file on your computer from anywhere !!!\n\nor :\n\nhttps://7b51-94-187-0-7.ngrok-free.app/index.html\n\nwill open the index.html from anywhere\n\n\nIf you want to keep the same URL each time you use ngrok: create a static domain on your dashboard and then use the --url flag to ask the ngrok agent to use it. First, stop ngrok with Ctrl+C and then run ngrok again with your static domain :\n\n       ngrok http 8000 --url=terier-patent-monogoose.ngrok-free.app\n\nif you want to add user and password :\n\n ngrok http http://localhost:8000 --basic-auth 'sam:Holyshit' --url=terier-patent-monogoose.ngrok-free.app\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrassi%2Fngrok","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhrassi%2Fngrok","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrassi%2Fngrok/lists"}