Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 1.16 KB

File metadata and controls

64 lines (37 loc) · 1.16 KB

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.