|
|
5 tahun lalu | |
|---|---|---|
| vycenter | 5 tahun lalu | |
| .dockerignore | 5 tahun lalu | |
| .gitignore | 5 tahun lalu | |
| Dockerfile | 5 tahun lalu | |
| LICENSE | 5 tahun lalu | |
| README.md | 5 tahun lalu | |
| docker-compose.yml | 5 tahun lalu | |
| requirements.txt | 5 tahun lalu |
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.
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)
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