|
|
5 rokov pred | |
|---|---|---|
| .github | 5 rokov pred | |
| vycenter | 5 rokov pred | |
| .dockerignore | 5 rokov pred | |
| .gitignore | 5 rokov pred | |
| Dockerfile | 5 rokov pred | |
| LICENSE | 5 rokov pred | |
| README.md | 5 rokov pred | |
| docker-compose.yml | 5 rokov pred | |
| requirements.txt | 5 rokov pred |
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 VyControl to each customer. That's why the name VyControl.
in alpha stage we're going to provide just essential device config, interfaces and firewall, as proof of concencept, as well config module basic cruds (users, groups and vyOS Servers)
latest VyControl is being autobuilt at dockerhub https://hub.docker.com/r/robertoberto/vycenter
docker pull robertoberto/vycenter
Right now we are using db.sqlite3, but I used composer so we can change to mySQL if needed.
docker-compose build
docker-compose up
virtualenv env
source env/bin/activate
pip3 install -r requirements.txt
cd vycenter
python3 manage.py migrate
python3 manage.py runserver