mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Logging and Fail2ban support #217
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @StevenJCorreia on GitHub (Aug 20, 2022).
Hey all,
Background
I started hosting and using Planka on my home server recently and I was concerned that there was no support to expose the logs, specifically failed authentication attempts, and point Fail2ban to them in order to automatically ban people attempting to get into accounts.
Proposed Features
Implementation
I already have a working version of what is requested above, but I would like to hear others' opinions regarding this feature before a PR is opened.
@nickbe commented on GitHub (Aug 21, 2022):
This is simply something that was not important at the time. Please go ahead and make a pull request for this. We will review the log format then....
@StevenJCorreia commented on GitHub (Aug 21, 2022):
@nickbe PR opened. (#284)
@meltyshev commented on GitHub (Aug 23, 2022):
🙏