Live data from Hacker News

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

github.com

51–60 of 107 posts

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

#51
post #21

Earlier quoted context omitted.

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.

Thank you, I was more looking for use-case as opposed to a barf of all dockers.... "I want to do TASK so here are all the dependencises for you to do TASK and how they will link" --- And yeah; how do you tink a 3-year old in 2050 is going to be able to setup his dev env? Do you want him to learn binary.

> And yeah; how do you tink a 3-year old in 2050 is going to be able to setup his dev env?

Dunno about 2050, but it wasn’t particularly difficult in the 1980s.

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

#53

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…

It's plug-in system is quite comprehensive. I just finished writing a note taking plug-in and the source code itself was a great reference for developing a plug-in.

Mind sharing a link if it is public?

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

#55

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...

Since you use to use Focalboard, do use your Mattermost (chat)?

Curious what your experience has been like using it?

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

#57

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…

Really great project, just wish nested tasks or sub-tasks was easier to interact with.

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

#58
post #55

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...

Since you use to use Focalboard, do use your Mattermost (chat)? Curious what your experience has been like using it?

I'm not the parent-level poster but I've stood-up a Mattermost instance a few times and it's really easy to get going and is good for a text-IM/DM channel/group service. The desktop app or web-based interface work quite well and the architecture is pretty sane, Javascript front-end, golang-based "backend", Postgres database.

But, there are some frustrating aspects.

LDAP is only available in the "enterprise" edition which is kind of crazy and there is no price-break for < 10 users. So for personal / non-commercial usage if you want LDAP you're placed into an enterprise bucket. I reached out to Mattermost and pointed this out and even said "Hey, what about offering a 10-user license for some reasonable fee?" No response.

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

#60

Earlier quoted context omitted.

Programmers these days like to overcomplicate things for some reason. I’m as puzzled as you are.

This comment shows a remarkable lack of curiosity. You're not the least bit interested to know why so many people find tools like Docker to be valuable?

because raccoons like shiny things
Post reply on HN