No description
| modules | ||
| static | ||
| templates | ||
| .env | ||
| app.py | ||
| README.md | ||
| vyos-tools.service | ||
AS215085.net Vyos tools
Vyos config
- Login to Vyos and enter configure mode.
set service https api keys id api key 'YourKey'set service https listen-address 'VyosIP'set service https port '80'set service https allow-client address '0.0.0.0/0'
App config
- Edit .env and fill in your vyos api url and api key.
apt install -y python3 python3-jinja2 python3-flask python3-gunicorngunicorn -w 4 -b 0.0.0.0:5000 app:app
License
Apache License, Version 2.0 and the Commons Clause Restriction