594 B
594 B
AS215085.net Router 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 and Akvorado base url.
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