Skip to content

Instantly share code, notes, and snippets.

View Rankarusu's full-sized avatar
stuck in vim

Ranka Rankarusu

stuck in vim
  • Germany
View GitHub Profile
@Rankarusu
Rankarusu / manual.md
Last active April 20, 2026 14:09
Setting up fail2ban with nginx proxy manager running via docker

Setting up fail2ban with nginx proxy manager running via docker

trying to follow this tutorial, i was not able to get fail2ban to work in my setup, so here is a gist in case I forget.

1. install fail2ban

sudo apt install fail2ban
@Rankarusu
Rankarusu / commitizen_setup.md
Last active March 4, 2023 19:29
Setup Commitizen and CommitLint

Setup

kudos to this guide

Install commitlint cli and conventional config

npm i -D @commitlint/config-conventional @commitlint/cli