mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-08-06 13:18:30 +02:00

+ Added web directory manager + Added dummy service expose proxy page + Moved ACME and renew to a new section in TLS management page
10 lines
474 B
HTML
10 lines
474 B
HTML
<div class="standardContainer">
|
|
<div class="ui basic segment">
|
|
<h2>Service Expose Proxy</h2>
|
|
<p>Expose your local test-site on the internet with single command</p>
|
|
</div>
|
|
<div class="ui message">
|
|
<h4>Work In Progress</h4>
|
|
We are looking for someone to help with implementing this feature in Zoraxy. <br>If you know how to write Golang and want to contribute, feel free to create a pull request to this feature!
|
|
</div>
|
|
</div> |