6
6
< meta charset ="utf-8 " />
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " /> < meta name ="generator " content ="Docutils 0.19: https://docutils.sourceforge.io/ " />
8
8
9
- < title > Expose localhost using EC2 — Expose documentation</ title >
9
+ < title > Platform Supported — Expose documentation</ title >
10
10
< link rel ="stylesheet " type ="text/css " href ="_static/pygments.css " />
11
11
< link rel ="stylesheet " type ="text/css " href ="_static/classic.css " />
12
12
@@ -33,7 +33,7 @@ <h3>Navigation</h3>
33
33
< a href ="index.html " title ="Expose - Expose a web service on localhost to public internet using AWS EC2 "
34
34
accesskey ="P "> previous</ a > |</ li >
35
35
< li class ="nav-item nav-item-0 "> < a href ="index.html "> Expose documentation</ a > »</ li >
36
- < li class ="nav-item nav-item-this "> < a href =""> Expose localhost using EC2 </ a > </ li >
36
+ < li class ="nav-item nav-item-this "> < a href =""> Platform Supported </ a > </ li >
37
37
</ ul >
38
38
</ div >
39
39
@@ -42,7 +42,27 @@ <h3>Navigation</h3>
42
42
< div class ="bodywrapper ">
43
43
< div class ="body " role ="main ">
44
44
45
- < section id ="expose-localhost-using-ec2 ">
45
+ < p > < img alt ="Python " src ="https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue " /> </ p >
46
+ < section id ="platform-supported ">
47
+ < h1 > Platform Supported< a class ="headerlink " href ="#platform-supported " title ="Permalink to this heading "> ¶</ a > </ h1 >
48
+ < p > < img alt ="Generic badge " src ="https://img.shields.io/badge/Platform-MacOS%7CWindows-1f425f.svg " /> </ p >
49
+ </ section >
50
+ < section id ="repo-stats ">
51
+ < h1 > Repo Stats< a class ="headerlink " href ="#repo-stats " title ="Permalink to this heading "> ¶</ a > </ h1 >
52
+ < p > < a class ="reference external " href ="https://github.com/thevickypedia/expose/blob/main/LICENSE "> < img alt ="GitHub " src ="https://img.shields.io/github/license/thevickypedia/expose " /> </ a >
53
+ < a class ="reference external " href ="https://api.github.com/repos/thevickypedia/expose "> < img alt ="GitHub repo size " src ="https://img.shields.io/github/repo-size/thevickypedia/expose " /> </ a >
54
+ < a class ="reference external " href ="https://api.github.com/repos/thevickypedia/expose "> < img alt ="GitHub code size " src ="https://img.shields.io/github/languages/code-size/thevickypedia/expose " /> </ a > </ p >
55
+ </ section >
56
+ < section id ="deployments ">
57
+ < h1 > Deployments< a class ="headerlink " href ="#deployments " title ="Permalink to this heading "> ¶</ a > </ h1 >
58
+ < p > < a class ="reference external " href ="https://github.com/thevickypedia/expose/actions/workflows/pages/pages-build-deployment "> < img alt ="doc " src ="https://github.com/thevickypedia/expose/actions/workflows/pages/pages-build-deployment/badge.svg " /> </ a >
59
+ < a class ="reference external " href ="https://github.com/thevickypedia/expose/actions/workflows/python-publish.yml "> < img alt ="pypi " src ="https://github.com/thevickypedia/expose/actions/workflows/python-publish.yml/badge.svg " /> </ a >
60
+ < a class ="reference external " href ="https://github.com/thevickypedia/expose/actions/workflows/markdown-validation.yml "> < img alt ="markdown " src ="https://github.com/thevickypedia/expose/actions/workflows/markdown-validation.yml/badge.svg " /> </ a > </ p >
61
+ < p > < a class ="reference external " href ="https://pypi.org/project/expose-localhost/#files "> < img alt ="Pypi-format " src ="https://img.shields.io/pypi/format/expose-localhost " /> </ a >
62
+ < a class ="reference external " href ="https://pypi.org/project/expose-localhost "> < img alt ="Pypi-status " src ="https://img.shields.io/pypi/status/expose-localhost " /> </ a >
63
+ < a class ="reference external " href ="https://libraries.io/pypi/expose-localhost "> < img alt ="sourcerank " src ="https://img.shields.io/librariesio/sourcerank/pypi/expose-localhost " /> </ a > </ p >
64
+ </ section >
65
+ < section id ="expose-localhost-using-ec2 ">
46
66
< h1 > Expose localhost using EC2< a class ="headerlink " href ="#expose-localhost-using-ec2 " title ="Permalink to this heading "> ¶</ a > </ h1 >
47
67
< p > Reverse proxy that creates a secure tunnel from public endpoint to locally running web service</ p >
48
68
< section id ="setup ">
@@ -208,7 +228,10 @@ <h2>License & copyright<a class="headerlink" href="#license-copyright" title
208
228
< div >
209
229
< h3 > < a href ="index.html "> Table of Contents</ a > </ h3 >
210
230
< ul >
211
- < li > < a class ="reference internal " href ="# "> Expose localhost using EC2</ a > < ul >
231
+ < li > < a class ="reference internal " href ="# "> Platform Supported</ a > </ li >
232
+ < li > < a class ="reference internal " href ="#repo-stats "> Repo Stats</ a > </ li >
233
+ < li > < a class ="reference internal " href ="#deployments "> Deployments</ a > </ li >
234
+ < li > < a class ="reference internal " href ="#expose-localhost-using-ec2 "> Expose localhost using EC2</ a > < ul >
212
235
< li > < a class ="reference internal " href ="#setup "> Setup</ a > < ul >
213
236
< li > < a class ="reference internal " href ="#environment-variables "> Environment Variables:</ a > </ li >
214
237
</ ul >
@@ -270,7 +293,7 @@ <h3>Navigation</h3>
270
293
< a href ="index.html " title ="Expose - Expose a web service on localhost to public internet using AWS EC2 "
271
294
> previous</ a > |</ li >
272
295
< li class ="nav-item nav-item-0 "> < a href ="index.html "> Expose documentation</ a > »</ li >
273
- < li class ="nav-item nav-item-this "> < a href =""> Expose localhost using EC2 </ a > </ li >
296
+ < li class ="nav-item nav-item-this "> < a href =""> Platform Supported </ a > </ li >
274
297
</ ul >
275
298
</ div >
276
299
< div class ="footer " role ="contentinfo ">
0 commit comments