NitroExpose 1.5__tar.gz → 1.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of NitroExpose might be problematic. Click here for more details.
- {nitroexpose-1.5 → nitroexpose-1.6/NitroExpose.egg-info}/PKG-INFO +6 -5
- {nitroexpose-1.5/NitroExpose.egg-info → nitroexpose-1.6}/PKG-INFO +6 -5
- {nitroexpose-1.5 → nitroexpose-1.6}/README.md +5 -4
- {nitroexpose-1.5 → nitroexpose-1.6}/setup.py +1 -1
- {nitroexpose-1.5 → nitroexpose-1.6}/LICENSE +0 -0
- {nitroexpose-1.5 → nitroexpose-1.6}/NitroExpose.egg-info/SOURCES.txt +0 -0
- {nitroexpose-1.5 → nitroexpose-1.6}/NitroExpose.egg-info/dependency_links.txt +0 -0
- {nitroexpose-1.5 → nitroexpose-1.6}/NitroExpose.egg-info/entry_points.txt +0 -0
- {nitroexpose-1.5 → nitroexpose-1.6}/NitroExpose.egg-info/requires.txt +0 -0
- {nitroexpose-1.5 → nitroexpose-1.6}/NitroExpose.egg-info/top_level.txt +0 -0
- {nitroexpose-1.5 → nitroexpose-1.6}/nitroexpose/__init__.py +0 -0
- {nitroexpose-1.5 → nitroexpose-1.6}/nitroexpose/cli.py +0 -0
- {nitroexpose-1.5 → nitroexpose-1.6}/pyproject.toml +0 -0
- {nitroexpose-1.5 → nitroexpose-1.6}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: NitroExpose
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.6
|
|
4
4
|
Summary: Advanced CLI To Expose Port To Your Domain.
|
|
5
5
|
Home-page: https://github.com/yuvrajmodz/NitroExpose
|
|
6
6
|
Author: @NacDevs
|
|
@@ -25,14 +25,15 @@ Dynamic: summary
|
|
|
25
25
|
|
|
26
26
|
## NitroExpose
|
|
27
27
|
|
|
28
|
-
**Letest Version:** 1.
|
|
28
|
+
**Letest Version:** 1.6
|
|
29
29
|
**Developer:** @Nactire
|
|
30
30
|
**Git Repo:** [NitroExpose](https://github.com/yuvrajmodz/NitroExpose)
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
## 🚀 Overview
|
|
34
34
|
|
|
35
|
-
**NitroExpose** is an advanced CLI tool that allows you to **instantly expose any local port to your custom domain
|
|
35
|
+
**NitroExpose** is an advanced CLI tool that allows you to **instantly expose any local port to your custom domain,**
|
|
36
|
+
**automatic SSL installation** Powered by Let's Encrypt.
|
|
36
37
|
|
|
37
38
|
It provides a **one-command deployment system** for developers who want to run their local apps (Flask, FastAPI, Node.js, etc.) directly on a live domain without manually configuring NGINX or DNS records.
|
|
38
39
|
|
|
@@ -74,8 +75,8 @@ sudo apt install python3-certbot-nginx -y
|
|
|
74
75
|
|
|
75
76
|
Step 1 – Point Your Vps/Server IP in Your Domain Records:
|
|
76
77
|
**Type**: **A**
|
|
77
|
-
**Name**: *
|
|
78
|
-
**IPv4**: **Your Vps/Server IP**
|
|
78
|
+
**Name**: *
|
|
79
|
+
**IPv4**: **Your Vps/Server IP**
|
|
79
80
|
**TTL**: Auto
|
|
80
81
|
|
|
81
82
|
Step 2 – **Lauch NitroExpose**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: NitroExpose
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.6
|
|
4
4
|
Summary: Advanced CLI To Expose Port To Your Domain.
|
|
5
5
|
Home-page: https://github.com/yuvrajmodz/NitroExpose
|
|
6
6
|
Author: @NacDevs
|
|
@@ -25,14 +25,15 @@ Dynamic: summary
|
|
|
25
25
|
|
|
26
26
|
## NitroExpose
|
|
27
27
|
|
|
28
|
-
**Letest Version:** 1.
|
|
28
|
+
**Letest Version:** 1.6
|
|
29
29
|
**Developer:** @Nactire
|
|
30
30
|
**Git Repo:** [NitroExpose](https://github.com/yuvrajmodz/NitroExpose)
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
## 🚀 Overview
|
|
34
34
|
|
|
35
|
-
**NitroExpose** is an advanced CLI tool that allows you to **instantly expose any local port to your custom domain
|
|
35
|
+
**NitroExpose** is an advanced CLI tool that allows you to **instantly expose any local port to your custom domain,**
|
|
36
|
+
**automatic SSL installation** Powered by Let's Encrypt.
|
|
36
37
|
|
|
37
38
|
It provides a **one-command deployment system** for developers who want to run their local apps (Flask, FastAPI, Node.js, etc.) directly on a live domain without manually configuring NGINX or DNS records.
|
|
38
39
|
|
|
@@ -74,8 +75,8 @@ sudo apt install python3-certbot-nginx -y
|
|
|
74
75
|
|
|
75
76
|
Step 1 – Point Your Vps/Server IP in Your Domain Records:
|
|
76
77
|
**Type**: **A**
|
|
77
|
-
**Name**: *
|
|
78
|
-
**IPv4**: **Your Vps/Server IP**
|
|
78
|
+
**Name**: *
|
|
79
|
+
**IPv4**: **Your Vps/Server IP**
|
|
79
80
|
**TTL**: Auto
|
|
80
81
|
|
|
81
82
|
Step 2 – **Lauch NitroExpose**
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
## NitroExpose
|
|
2
2
|
|
|
3
|
-
**Letest Version:** 1.
|
|
3
|
+
**Letest Version:** 1.6
|
|
4
4
|
**Developer:** @Nactire
|
|
5
5
|
**Git Repo:** [NitroExpose](https://github.com/yuvrajmodz/NitroExpose)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
## 🚀 Overview
|
|
9
9
|
|
|
10
|
-
**NitroExpose** is an advanced CLI tool that allows you to **instantly expose any local port to your custom domain
|
|
10
|
+
**NitroExpose** is an advanced CLI tool that allows you to **instantly expose any local port to your custom domain,**
|
|
11
|
+
**automatic SSL installation** Powered by Let's Encrypt.
|
|
11
12
|
|
|
12
13
|
It provides a **one-command deployment system** for developers who want to run their local apps (Flask, FastAPI, Node.js, etc.) directly on a live domain without manually configuring NGINX or DNS records.
|
|
13
14
|
|
|
@@ -49,8 +50,8 @@ sudo apt install python3-certbot-nginx -y
|
|
|
49
50
|
|
|
50
51
|
Step 1 – Point Your Vps/Server IP in Your Domain Records:
|
|
51
52
|
**Type**: **A**
|
|
52
|
-
**Name**: *
|
|
53
|
-
**IPv4**: **Your Vps/Server IP**
|
|
53
|
+
**Name**: *
|
|
54
|
+
**IPv4**: **Your Vps/Server IP**
|
|
54
55
|
**TTL**: Auto
|
|
55
56
|
|
|
56
57
|
Step 2 – **Lauch NitroExpose**
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|