-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>ZTNET - Self-Hosted ZeroTier network controller</title> | ||
</head> | ||
<body> | ||
|
||
<div align="center"> | ||
<a href="https://github.com/sinamics/ztnet"> | ||
<img src="docs/images/logo/ztnet_original.png" alt="Logo" width="80" height="60"> | ||
</a> | ||
<p>ZTNET - Self-Hosted ZeroTier network controller</p> | ||
<div> | ||
<a href="https://github.com/sinamics/ztnet/issues/new?assignees=&labels=support%2Ctriage&projects=&template=general_support_request.yml&title=%5BSupport%5D%3A+">Bug Report</a> | ||
· | ||
<a href="https://github.com/sinamics/ztnet/issues/new?assignees=&labels=enhancement&projects=&template=feature_request.yml&title=%5BFeature+Request%5D%3A+">Feature Request</a> | ||
· | ||
<a href="https://github.com/sinamics/ztnet/discussions">Ask a Question</a> | ||
</div> | ||
<div> | ||
<!-- Badges go here --> | ||
</div> | ||
</div> | ||
|
||
<hr /> | ||
|
||
<h1>ZTNET - Zerotier Controller Web UI</h1> | ||
<p>ZTNET is a robust and versatile ZeroTier controller application designed to ease the management of ZeroTier networks.</p> | ||
|
||
<details open="open"> | ||
<summary>Table of Contents</summary> | ||
<ul> | ||
<li><a href="#next-ztnet">Overview</a></li> | ||
<li><a href="#-features">🔥 Features</a></li> | ||
<li><a href="#⚙️-installations">⚙️ Installations</a></li> | ||
<li><a href="#👨💻-development">👨💻 Development</a></li> | ||
<li><a href="#📷-pictures">📷 Pictures</a></li> | ||
<li><a href="#⚠️-disclaimer">⚠️ Disclaimer</a></li> | ||
</ul> | ||
</details> | ||
|
||
<hr /> | ||
|
||
<h2>🔥 Top Features</h2> | ||
<ul> | ||
<li>🍬 ZeroTier Central API Support</li> | ||
<li>🌐 Custom Root: Craft Your Private World</li> | ||
<li>🛰️ 6plane and rfc4193 IPv6 Support</li> | ||
<li>🚀 Personalized User Spaces & Networks</li> | ||
<li>🌍 Multi-Language</li> | ||
<li>🛠️ Multi-Architecture</li> | ||
<li>📧 Email Invitations</li> | ||
</ul> | ||
|
||
</body> | ||
</html> |