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
A simple interface for easy using pyngrok tunnel port forwarding. Useful if you want to move your localhost to public
8
10
9
11
## Features:
10
12
11
13
* Easy installation via install.bat (Windows) or install.sh (Linux & MacOS)
14
+
* Available in three languages
15
+
* Ngrok settings in Application
16
+
* Theme changing
12
17
13
18
## Required Dependencies:
14
19
@@ -18,6 +23,10 @@ A simple interface for using pyngrok
18
23
## Minimum System Requirements:
19
24
20
25
* System: Windows, Linux or MacOS
26
+
* GPU: 512MB
27
+
* CPU: No requirement
28
+
* RAM: 64MB minimum, 128MB recommended
29
+
* Disk space: 25MB
21
30
* Internet
22
31
23
32
## How to install:
@@ -44,11 +53,22 @@ A simple interface for using pyngrok
44
53
45
54
* To get update, run `./Update.sh`
46
55
56
+
## How to use:
57
+
58
+
1) Register using this site [Ngrok](https://ngrok.com)
59
+
2) Go to your [dashboard](https://dashboard.ngrok.com/get-started/your-authtoken) and copy your token
60
+
3) Paste your token in `ngrok Token`
61
+
4) Enter the port you need to tunnel and select your protocol
62
+
5) Click `Create Tunnel` button and double-click on the link that appears below
63
+
6) To delete a tunnel, select it below and click `Delete Selected Tunnel` button
64
+
65
+
### Optional: You can create one free [domain](https://dashboard.ngrok.com/domains) for your tunnel and enter it. For greater security, you can enter your login and password to enter your tunnel. You can also choose one of three languages and change the theme
66
+
47
67
## Acknowledgment to developers
48
68
49
69
#### Many thanks to these projects because thanks to their applications/libraries, i was able to create my application:
50
70
51
-
First of all, I want to thank the developers of [PyCharm](https://www.jetbrains.com/pycharm/) and [GitHub](https://desktop.github.com). With the help of their applications, i was able to create and share my code
71
+
First of all, I want to thank the developers of [PyCharm](https://www.jetbrains.com/pycharm/), [GitHub](https://desktop.github.com) and [Ngrok](https://ngrok.com). With the help of their applications, i was able to create and share my code
0 commit comments