Does anyone know of a good self-hosted Kanban board and/or project management software that works as similar to Jira as possible?

I know my question is going to make someone mad, but I just don't want to switch context way too much when managing my personal projects.

Something similar to Trello is also acceptable.

I currently use Kanboard, but the interface is way too limited. I understand their choices, but I would like something more rich/responsive/automated.

#HomeLab #SelfHosted #Jira #Kanban @homelab

@badnetmask I used https://taiga.io/ a while ago, it seemed pretty comprehensive and familiar enough coming from Jira.
Taiga: Your opensource agile project management software

@stephen
Ok, that was on my list to review when I initially chose Kanboard. I don't remember why it was put aside. Maybe I need to look at it again. Thanks!

@badnetmask @stephen We also use Taiga for some projects.

If you are self hosting it can be a pain to set up because it has multiple different services. I use docker compose which makes not too bad. There are something like 9 different services in the compose file.

@dibben @stephen
The multiple services is actually not a problem because it's going to run on Kubernetes. I'm more concerned about functionality and maintenance. Thanks.
@stephen @badnetmask we actively use Taiga for a development project, not all the bells and whistles of Jira but more than enough
@mkoek @stephen
That's good feedback, thanks!