Custom UI to manage Nokia ONT
- Currently tested on
G-2425G-Abut should work on other models too.
python3
sshpass
flask
Currently ONTDash is in beta stage, I will make a easy to install docker image once it's in a "good enough" state.
git clone https://github.com/Albonycal/ONTDashcd ONTDashYou need to setup the environment variable ONTPASS as your ONT's password,
add that to your shell's rc file (ex .bashrc )
and then source ~/.bashrc
Or you could just run it from your terminal if you are just testing.
export ONTPASS=<Password>Also do the same for the ONT_IP environment variable
export ONT_IP=<YOUR ONT IP>python app.py&
