This repository provides a complete Docker stack to easily set up your server with Modsecurity, CrowdSec, and Nextcloud.
Just clone this repository and follow each guideline inside the corresponding application folder:
git clone https://github.com/stefanDeveloper/dodger.gitDeploying 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.txtReplace your IP address in the inventory.yml and run the provided Ansible playbook:
ansible-playbook dodger_deploy.yml