Live data from Hacker News

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

github.com

21–30 of 107 posts

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

#21

Earlier quoted context omitted.

Also available as a Docker image, for example: docker run -p 80:80 -t kanboard/kanboard:v1.2.8 https://docs.kanboard.org/v1/admin/docker/#running-the-conta... (that page has info about persistent storage, configuration and so on) Honestly one of the fastest and least "bloated" pieces of software in recent memory, way more responsive than something like OpenProject (which I use as a self-hosted Jira replacement for my…

Tangent - is there a Docker Wherehouse where I can find dockers to DL an run, that HN would suggest and some use cases of "pull a docker from here to do X - super cool"

Docker hub has been one of the primary registries. Each of the cloud providers typically have their own concept for docker or image repositories, and you can build docker files locally of you have a docker file in source code.

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

#22

Earlier quoted context omitted.

Also available as a Docker image, for example: docker run -p 80:80 -t kanboard/kanboard:v1.2.8 https://docs.kanboard.org/v1/admin/docker/#running-the-conta... (that page has info about persistent storage, configuration and so on) Honestly one of the fastest and least "bloated" pieces of software in recent memory, way more responsive than something like OpenProject (which I use as a self-hosted Jira replacement for my…

Tangent - is there a Docker Wherehouse where I can find dockers to DL an run, that HN would suggest and some use cases of "pull a docker from here to do X - super cool"

The awesome selfhosted* list is a pretty good resource. While it does mention if there's a Docker container, I've found a few of the services without one listed do actually offer one, just have to search for it.

* https://github.com/awesome-selfhosted/awesome-selfhosted

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

#23

Even though it's not open source, just free(for very small projects), I have been really liking kitemaker.co I'm curious what other people think of their approach, and whether that should be a model for open source kanban boards to follow. It's not Trello, which is way to flexible turning work items into a mess, but it's not Jira either. For me it seems to nicely fit the sweet spot of structure and ease of use.

i love kitemaker, and they're really responsive on their slack

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

#25
If you are already selfhosting Gitea, it has a nice kanban-style project board view that works similarly.

This is what I use, and find it to be pretty good. It’s not as good as a dedicated solution but it’s one less app I have to tend to, and the Gitea backups are already mega mission critical so the PM stuff (and issues and wikis) get this vigilance baked in for free.

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

#26

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…

I also use Kanboard, it's pretty decent.

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

#27

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…

I didn't realise it'd moved into maintenance mode, where abouts is that detailed?

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

#28

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…

I didn't realise it'd moved into maintenance mode, where abouts is that detailed?

https://github.com/kanboard/kanboard

  This application is in maintenance mode. What does it mean?
  
  Citing Wikipedia:

  In the world of software development, maintenance mode refers to a point in a computer program's life when it has reached all of its goals and is generally considered to be "complete" and bug-free. The term can also refer to the point in a software product's evolution when it is no longer competitive with other products or current with regard to the technology environment it operates within.
   - The author of this application is not actively developing any new major features (only small fixes)
   - New releases are published regularly depending on the contributions made by the community
   - Pull requests for new features and bug fixes are accepted as long as the guidelines are followed
Post reply on HN