Эх сурвалжийг харах

Merge branch 'master' of github.com:underinternet/vycenter

Roberto Berto 5 жил өмнө
parent
commit
5886db1f89
1 өөрчлөгдсөн 20 нэмэгдсэн , 2 устгасан
  1. 20 2
      README.md

+ 20 - 2
README.md

@@ -1,2 +1,20 @@
-# vygui
-vyos frontend
+# vycenter
+VyOS frontend made in Python / Django using VyOS new 1.3 API server
+
+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 vycenter to each customer. That's why the name vycenter.
+
+## features
+in alpha stage we're going to provide just essential device config as interfaces and firewall, as proof of concecpt, as well config module basic cruds (users, groups and vyOS Servers)
+
+### device module
+* list interfaces - alpha
+* show interface - alpha
+* unset/set firewall interface - todo
+* change interface parameters - todo
+* crud firewall - todo
+
+### config module
+* users crud - todo
+* groups crud - todo
+* add new VyoS servers - todo
+* associate groups to VyOS servers