1.1 KiB
1.1 KiB
AS215085.net Router tools
cd /opt && git clone https://git.pixelhosting.nl/Blackwhitebear8/Router-tools.git
Requirements
- A working and configured Vyos router
- A working and configured Librenms instance
- A working and configured Akvorado instance
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 the details
apt install -y gunicorn python3 python3-jinja2 python3-flask python3-gunicorn python3-dotenv python3-requests python3-flask python3-matplotlib python3-networkxpython3 -m -w 4 -b 0.0.0.0:5000 app:app
License
This project is licensed under the Apache License 2.0 with the Commons Clause restriction.
You may use, modify, and distribute this work for personal and non-commercial purposes only.
You must provide a clear link or reference to the original project when redistributing or using this work.
Commercial use is strictly prohibited.