Giter Site home page Giter Site logo

akerkhoff / opennetadmin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opennetadmin/ona

0.0 0.0 0.0 4.61 MB

OpenNetAdmin IP Address Management (IPAM) system

Home Page: opennetadmin.com

License: GNU General Public License v2.0

Shell 0.12% JavaScript 9.05% PHP 88.92% XSLT 1.76% CSS 0.08% Dockerfile 0.07%

opennetadmin's Introduction

OpenNetAdmin

OpenNetAdmin is an IPAM (IP Address Management) tool to track your network attributes such as DNS names, IP addresses, Subnets, MAC addresses just to name a few. Through the use of plugins you can add extended it's functionality.


Recent Changes

It's been too many years since the last official version! This update is to fix a few incompatibilities with newer PHP, MYSQL and OS versions. Fundamentally not much has changed. For those interested I have been playing with a new ona-core project that is the beginnings of a true RESTful API interface. These changes should allow ONA to continue working on newer systems while the new core, and GUI is completed.

Thanks for your interest in OpenNetAdmin!


Each host or subnet can be tracked via a centralized AJAX enabled web interface that can help reduce errors. A full CLI interface is available as well to use for scripting and bulk work. We hope to provide a useful Network Management application for managing your IP subnets and hosts. Stop using spreadsheets to manage your network! Start doing proper IP address management!

desktop image

INSTALL

Simply download and untar into /opt/ona or other directory of your choosing. Then configure your web server to serve out /opt/ona/www. Open it in your web browser and run the install process.

Please refer to the install page on the Github Wiki for more detail

DEVELOPMENT

You can interact with either Docker or Vagrant. Docker is is the preferred method at this time.

Docker

Once you have cloned the repo you can issue The Dockerfile is intended for development and testing purposes only. It is not recommended for production use.

First: Build an image with a specific version of Ubuntu and tag it as such.

docker build --build-arg UBUNTU_VERSION=23.04 -t ona-dev:23.04 .

Second: Start the container for general use. Point your browser to http://localhost/ona

docker run -p 80:80 -it ona-dev:23.04

OR

Start the container for development. Mount the current directory as a volume. This will allow you to edit the files on your host and have them be hosted in the container

docker run -p 80:80 -it -v $(pwd):/opt/ona ona-dev:23.04

This assumes you are in the directory you cloned the ONA repo into. Also, if you have already installed this prior, you may need to remove www/local/config/database_settings.conf.php to get the install to run again.

Vagrant

Simply clone this repo and issue a vagrant up to get a basic working system to develop with. You will need to have git and vagrant installed on your system

git clone https://github.com/opennetadmin/ona.git cd ona vagrant up

Postman

There is a postman collection in the docs directory that can be used to interact with the API. An environment file is also provided that can be used. Simply import the collection and environment into postman or use Newman to run the collection from the command line.

A simple usage would be:

cd /opt/ona
newman run docs/ONA-dcm.postman_collection.json -e docs/ONA-dcm-dev.postman_environment.json

CONTACT

LICENSE

OpenNetAdmin is currently released under the GPLv2.0 license. A copy of the license is included in docs/LICENSE.

Some additional modules/plugins etc may be provided outside of the GPL licese. These will be indicated as such. The core of ONA will however be GPL.

opennetadmin's People

Contributors

mattpascoe avatar cappaberra avatar chuhn avatar framer99 avatar raabf avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.