Skip to content

anboralabs/intellij-ngrok

Repository files navigation

Buy Me A Coffee

Ngrok

host configuration

What is it?

Ngrok is a cross-platform application that enables developers to expose a local development server to the Internet with minimal effort.

This plugin allow us to integrate ngrok in the services tab.

How to use it?

  • Add plugin to Intellij IDE
  • Edit Configurations...
    • Add New Configuration -> Ngrok
    • Select or create Server
    • Click OK
  • Open Services Tool Window
    • Find your Ngrok Run configuration under Services > Ngrok > Not Started > Ngrok Run, and run it
    • Find your Ngrok Application under Services > Ngrok > Ngrok Application, and click "Add Tunnel"
      • Enter tunnel information and click OK

Add plugin to Intellij IDE

  • Clone repo
git clone https://github.com/anboralabs/intellij-ngrok
  • Install from disk
- Go to https://github.com/anboralabs/intellij-ngrok/releases/tag/v1.0
- download ngrok-1.0.jar
- Plugins -> Install From disk -> choose the file downloaded

Credits

License

GNU General Public License v3.0