No description
Find a file
2025-06-21 14:32:53 +02:00
modules Add modules/akvorado.py 2025-06-21 14:30:44 +02:00
static Add static/js/pages/neighbors.js 2025-06-21 14:30:20 +02:00
templates Add templates/stats.html 2025-06-21 14:27:42 +02:00
.env Update .env 2025-06-21 14:25:10 +02:00
app.py Update app.py 2025-06-21 14:25:25 +02:00
README.md Update README.md 2025-06-21 14:32:53 +02:00
router-tools.service Update router-tools.service 2025-06-21 14:32:20 +02:00

AS215085.net Router tools

Vyos config

  1. Login to Vyos and enter configure mode.
  2. set service https api keys id api key 'YourKey'
  3. set service https listen-address 'VyosIP'
  4. set service https port '80'
  5. set service https allow-client address '0.0.0.0/0'

App config

  1. Edit .env and fill in your vyos api url and api key and Akvorado base url.
  2. apt install -y python3 python3-jinja2 python3-flask python3-gunicorn
  3. gunicorn -w 4 -b 0.0.0.0:5000 app:app

License

Apache License, Version 2.0 and the Commons Clause Restriction