Skip to content

gavinws/fail2ban-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fail2ban-dashboard

Fail2ban web dashboard written with Flask framework

Quick Start

  1. Clone the repo
$ git clone https://github.com/oussemos/fail2ban-dashboard.git
$ cd fail2ban-dashboard
  1. Initialize and activate a virtualenv:
$ virtualenv --no-site-packages env
$ source env/bin/activate
  1. Install the dependencies:
$ pip install -r requirements.txt
  1. Run the development server:
$ python home.py
  1. Navigate to http://localhost:5000

Issues

  • The application is still under development, don't hesitate to give advice, open an issue or contribute.

ToDO List

  • Using AJAX to get informations

System

  • This app was developed and tested under Debian Wheezy

Screenshots

Home

Config

Banned IP

Author

Oussema Cherni (@oussemos on Twitter)

License

Open source licensed under the MIT license.

About

Fail2ban web dashboard written with Flask framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.0%
  • Python 47.3%
  • CSS 1.7%