Live data from Hacker News

Elegant open source project tracking, Trello like but self-hosted

github.com

1–10 of 107 posts

Re: Elegant open source project tracking, Trello like but self-hosted

#5

UI seems smoother than Trello or Wekan (on my rather slow machine). Though maybe it's because the demo board doesn't have very much data compared to what I have on those other two. And maybe it has fewer features thus far to bloat the frontend.

I believe the demo doesn't connect to a database backend. Their GitHub says "without server features".

https://github.com/plankanban/planka

Re: Elegant open source project tracking, Trello like but self-hosted

#7
I switched to Planka after Focalboard went community-supported[1], but failed to appoint any community leaders. So far, I'm very happy with Planka for my needs at home.

There are more self-hosted options in this link[2].

[1] https://github.com/mattermost/focalboard

[2] https://awesome-selfhosted.net/tags/task-management--to-do-l...

Re: Elegant open source project tracking, Trello like but self-hosted

#9
Looks really good, great work!

Anyone knows of something like this but for the terminal?

I’m building a job searching app for the terminal and a main upcoming feature is to have application tracking within the app. It would be great to use a kanban system for it

Thank you!

Re: Elegant open source project tracking, Trello like but self-hosted

#10
For someone that's not a web developer, I found Kanboard to be the easiest to set up, and it has all the basic features you'd expect. It's a traditional PHP app where you copy the files to your web server and set a few configuration options and you're good. If you want to use it locally, you download it, run php -S localhost:8080, and start using it.

https://kanboard.org/

Note: The project is in maintenance mode, it hasn't shut down or been abandoned.

Post reply on HN