planka icon indicating copy to clipboard operation
planka copied to clipboard

Planka Setup Markdown with Docker as Non-Root and fail2ban with docker-compose

Open symgryph opened this issue 1 year ago • 1 comments

Is this a feature for the backend or frontend?

Backend

What would you like?

I would be willing to write one of these, but I have noticed that the docs don't seem super clear on how to integrate fail2ban with docker-compose. I also have (and am) working on a 'rootless' configuration, and would be happy to write a howto on making this more secure with fail2ban (and possibley even a seccomp profile!)

Why is this needed?

I mainly want to do this because I have been doing security for a LONG time, and love this project. I would like to enable a 'out of the box' secure default or at least a docker-compose file that does most of the work for folks. I did see the fail2ban docker-compose, but couldn't get it to work. Would be nice to have a 'fail2ban' BY DEFAULT within the main config. I would be happy to pair program with someone on this.

Other information

No response

symgryph avatar Apr 13 '25 19:04 symgryph

I run Planka (and many other "docker" applications) with Podman and it works without problems with the default compose.yml

Podman is an open-source container engine that aims to provide a more secure and lightweight alternative to Docker

dr47 avatar Apr 14 '25 14:04 dr47