Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.66 KB

File metadata and controls

47 lines (33 loc) · 1.66 KB


dodger Logo

Be sure to ⭐ my configuration repo so you can keep up to date on any daily progress!

Overview

This repository provides a complete Docker stack to easily set up your server with Modsecurity, CrowdSec, and Nextcloud.

Supported Applications

  • Crowdsec just the best firewall handler
  • Nextcloud one of my favorite private clouds ❤️

Getting Started

Just clone this repository and follow each guideline inside the corresponding application folder:

git clone https://github.com/stefanDeveloper/dodger.git

Deploying made simple by applying Ansible Playbooks including hardening, installs and more!

Create Python virtualenv and install requirements:

python -m venv .venv
source .venv/bin/activate

pip install -r requirements.txt

Replace your IP address in the inventory.yml and run the provided Ansible playbook:

ansible-playbook dodger_deploy.yml