Doesn't bother anyone to just copy/paste an existing software and build it in Open Source?
Elegant open source project tracking, Trello like but self-hosted
101–107 of 107 posts
Re: Elegant open source project tracking, Trello like but self-hosted
#102Earlier quoted context omitted.
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?
It does show empathy, though. Docker has its advantages, but the approach also has a lot of disadvantages which are not so obvious to junior developers. Isolation seems fun, but the interfaces (Unix sockets where anything goes) are extremely brittle. Version management seems simple at first, but will become horrible once old containers offer no upgrade path in the future, or when the free hubs from today will become…
Re: Elegant open source project tracking, Trello like but self-hosted
#103Re: Elegant open source project tracking, Trello like but self-hosted
#104Re: Elegant open source project tracking, Trello like but self-hosted
#105Earlier quoted context omitted.
> Is there something specific about the language that makes Python (or other language) more suitable with Docker for you, compared to PHP? Python has notoriously awful dependency management. One of the biggest appeals of Docker is that it lets you build the equivalent of a "fat jar" so that you get at least somewhat reproducible versions of your dependencies at runtime. For a language with decent dependency managemen…
I can't think of anything that Docker would give Python that pyenv and venv wouldn't already. Not that I wouldn't just use Docker for this, but those two help a lot when dealing with multiple clients who have different versions requirements.
Re: Elegant open source project tracking, Trello like but self-hosted
#106Ive had great success with Kanboard, but at BeamMP we use plane[0], self-hosted. Apart from the lack of github integration, it does the job for our small team. [0]: https://plane.so/
Re: Elegant open source project tracking, Trello like but self-hosted
#107Ive had great success with Kanboard, but at BeamMP we use plane[0], self-hosted. Apart from the lack of github integration, it does the job for our small team. [0]: https://plane.so/