Skip to content

domyos/leases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leases

A webinterface that displays isc-dhcp-servers lease file in a searchable list.

Installation

To prepare the server run:

npm install
bower install
grunt copy

When working on the code use the following to automatically reload your browser on changes

grunt watch

To revert your repo to the initial state after cloning use

grunt clean

Run the software with

node app.js

You must define your leases file with -l or --leaseFile [filepath] To show all leases (not just the active ones) use -i or --inactive To set the hostname and port use -h or --hostname hostname:port

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published