An IP address management application (Passive) written in python with the Flask web framework (and modules).
The application is designed to manage small networks (/30 to /22) destined for use in a LAB.
(I'm not an experienced developer, just a tinkerer)
you have to build the docker image first (with Dockerfile).
- example :
docker build -t fipam_docker .
- You have to generate the database by creating the first user via “setup.py”, create an “instance” folder and put the “database.db” file in it.