_index.html 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. +++
  2. title = "EdgeVPN"
  3. linkTitle = "edgevpn"
  4. +++
  5. {{< blocks/cover title="EdgeVPN" image_anchor="top" height="full" color="orange" >}}
  6. <div class="mx-auto">
  7. <a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/docs" >}}">
  8. Documentation <i class="fas fa-arrow-alt-circle-right ml-2"></i>
  9. </a>
  10. <a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://github.com/mudler/edgevpn/releases">
  11. Download <i class="fab fa-github ml-2 "></i>
  12. </a>
  13. <p class="lead mt-5">Create Decentralized private networks</p>
  14. <hr>
  15. </div>
  16. {{< /blocks/cover >}}
  17. {{% blocks/lead color="primary" %}}
  18. EdgeVPN uses <a href="https://github.com/libp2p/go-libp2p" target="_blank">go-libp2p</a> to create private decentralized networks.
  19. {{% /blocks/lead %}}
  20. {{< blocks/section color="dark" >}}
  21. {{% blocks/feature icon="fa-network-wired" title="VPN" %}}
  22. Join nodes via shared secrets
  23. {{% /blocks/feature %}}
  24. {{% blocks/feature icon="fa-dice-d20" title="Blockchain" %}}
  25. A Lightweight, small blockchain in your pocket.
  26. {{% /blocks/feature %}}
  27. {{% blocks/feature icon="fa-ethernet" title="DHCP and DNS" %}}
  28. Automatically decentralized coordinated IP assignment and Embedded DNS server to resolve domains from a decentralized domain registry
  29. {{% /blocks/feature %}}
  30. {{< /blocks/section >}}
  31. {{< blocks/section color="dark" >}}
  32. {{% blocks/feature icon="fa-file-upload" title="Files" %}}
  33. Send and receive files between hosts also outside the VPN
  34. {{% /blocks/feature %}}
  35. {{% blocks/feature icon="fa fa-project-diagram" title="Services" %}}
  36. Expose and route TCP services over the p2p network also without the VPN
  37. {{% /blocks/feature %}}
  38. {{% blocks/feature icon="fa-eye" title="API" %}}
  39. Simple REST API with an embedded and simple UI with batteries included to operate the network Blockchain.
  40. {{% /blocks/feature %}}
  41. {{< /blocks/section >}}
  42. {{< blocks/section >}}
  43. <div class="col">
  44. <h1 class="text-center">
  45. Graphical interface
  46. </h1>
  47. <center>
  48. <a class="btn btn-md btn-primary mr-3 mb-4" href="{{< relref "/docs">}}/getting-started/api/">
  49. WebUI
  50. <i class="fa fa-globe ml-2"></i></a>
  51. <a class="btn btn-md btn-primary mr-3 mb-4" href="{{< relref "/docs">}}/getting-started/gui/">GUI
  52. <i class="fa fa-desktop ml-2"></i></a><br>
  53. Keep an eye on your network with the Web UI. <br>
  54. Connect easily from your workstation with the frontend GUI app.
  55. </center>
  56. </div>
  57. <div class="col">
  58. <img width=400 src="https://user-images.githubusercontent.com/2420543/163020448-8e9238c1-3b6d-435d-9b25-7729d8779ebd.png" class="img-fluid">
  59. <img width=300 src="https://user-images.githubusercontent.com/2420543/147854909-a223a7c1-5caa-4e90-b0ac-0ae04dc0949d.png" class="img-fluid">
  60. </div>
  61. {{< /blocks/section >}}
  62. {{< blocks/section color="white">}}
  63. {{% blocks/feature icon="f" %}}
  64. <a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://github.com/mudler/edgevpn/releases">
  65. Download <i class="fab fa-github ml-2 "></i>
  66. </a>
  67. {{% /blocks/feature %}}
  68. {{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/mudler/edgevpn" %}}
  69. If you like to play with code, check out our issues that are marked as ["good first issue"](https://github.com/mudler/edgevpn/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) and open a [Pull Request](https://github.com/mudler/edgevpn/pulls) on **GitHub**.
  70. New users are always welcome, and have fun!
  71. {{% /blocks/feature %}}
  72. {{% blocks/feature icon="f" %}}
  73. <a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/docs" >}}">
  74. Documentation <i class="fas fa-arrow-alt-circle-right ml-2"></i>
  75. </a>
  76. {{% /blocks/feature %}}
  77. {{< /blocks/section >}}