Skip to content

seefor/netmri-distilled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netmri-distilled

Infoblox NetMRI Flask UI

Table of contents

Demo Video

https://www.loom.com/share/19653eeebbc04b5f9f1d8fe4f66f15f4

Quick start

Basic NetMRI UI written in python3, using Flask and HTML(jinja2) templates

Installation:

pip3 install requirements.txt
git clone https://github.com/seefor/netmri-distilled.git
cd netmri-distilled
flask netmri.py launch http://127.0.0.1:5000/ in a browser

Before starting the Flask APP

You will need to edit the config.ini file to add your NetMRI URL,

[netmri]
url = 192.168.0.200
user = admin
password = infoblox

What's included

1 2 3 4

Creators

Creator 1

Copyright and license

Code and documentation copyright 2020-2021 the authors. Code released under the MIT License.

Enjoy 🤘

Releases

No releases published

Packages

No packages published

Languages