|
@@ -1,21 +1,29 @@
|
|
|
# VyControl
|
|
|
|
|
|
-It will work with a single VyoS server or to multiple VyOS servers, so datacenters which do not want share same firewall to different customers will not need to install several VyControl to each customer. That's why the name VyControl.
|
|
|
-
|
|
|
-* [VyOS](https://www.vyos.io/) frontend made in Python / Django using VyOS new 1.3 API server
|
|
|
-* Check out website at https://www.vycontrol.com/
|
|
|
-
|
|
|
<p align="center">
|
|
|
<img align="center" width="150" height="150" src="https://storage.googleapis.com/vycontrol/logos/logo_transparent.png">
|
|
|
</p>
|
|
|
|
|
|
|
|
|
-# plan to use VyControl?
|
|
|
+VyControl is a single frontend interface to manage a single or multiple VyoS servers.
|
|
|
+
|
|
|
+Still in 2020, the most important functionalities that until then were only possible through CLI (command line interface), will be possible through a friendly and web interface developed in Django / Python.
|
|
|
+
|
|
|
+Standalone VyoS installations can now have a control panel.
|
|
|
+
|
|
|
+Datacenter installations with multiple VyoS will be able to offer their customers (with users, groups and granular control) firewall as a service.
|
|
|
+
|
|
|
+# Main links
|
|
|
+
|
|
|
+* [VyControl](https://www.vycontrol.com/) website
|
|
|
+* [VyOS](https://www.vyos.io/) linux firewall website (only compatible with rolling release / 1.3 VyOS)
|
|
|
+
|
|
|
+# Plan to use VyControl?
|
|
|
- [ ] **Subscribe to our announce list** at https://vycontrol.com/
|
|
|
- [ ] Join Slack Channel https://vycontrol.slack.com/archives/C012ZRMB8VB
|
|
|
- [ ] Add new enhancement requests at https://github.com/vycontrol/vycontrol/issues
|
|
|
|
|
|
-# plan to develop VyControl?
|
|
|
+# Plan to develop VyControl?
|
|
|
- [ ] Solve Issues at https://github.com/vycontrol/vycontrol/issues
|
|
|
- [ ] Forks and pull requests are welcome!
|
|
|
- [ ] Discussion VyControl at VyOS forum https://forum.vyos.io/t/vycenter-alpha-stage-announcement-vyos-web-interface/5221/4
|