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…
What's the point of using Docker for PHP apps? The main appeal of PHP for me has always been it's ability to work as a “serverless” execution environment, long before this marketing concept even existed, so hosting your own PHP on a cloud machine with Docker sounds really backward to me.
Elegant open source project tracking, Trello like but self-hosted
61–70 of 107 posts
Re: Elegant open source project tracking, Trello like but self-hosted
#62There seems to be just a blank canvas, basically [2].
Re: Elegant open source project tracking, Trello like but self-hosted
#63Looks 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!
For terminal, for example this, made with Rust: https://github.com/yashs662/rust_kanban
Re: Elegant open source project tracking, Trello like but self-hosted
#64Earlier 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?
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 tomorrow's subscription model.
I'm not advocating for PHP, but it sure made deployment of several websites on one machine extremely simple. Eventually version management destroyed some of the fun, which will probably happen with Docker containers as well, given enough time.
Java's application servers were initially also hailed with similar enthusiasm as Docker containers, and look at the complicated mess that has become.
To some, all that is old is new again.
Re: Elegant open source project tracking, Trello like but self-hosted
#65Re: Elegant open source project tracking, Trello like but self-hosted
#66Earlier 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…
What's the point of using Docker for PHP apps? The main appeal of PHP for me has always been it's ability to work as a “serverless” execution environment, long before this marketing concept even existed, so hosting your own PHP on a cloud machine with Docker sounds really backward to me.
I can easily see which directories or files to back up, and it's fairly explicit which knobs I've tweaked or config files I've changed, regardless of what stack the app relies on.
It's also makes it much easier to roll back a version. Just take zfs snapshots of relevant directories before pulling new image, if it goes south just roll back snapshots and use the old image.
Re: Elegant open source project tracking, Trello like but self-hosted
#67Just use taskwarrior + git
git commit -am "update"
is very tedious.
Re: Elegant open source project tracking, Trello like but self-hosted
#68Re: Elegant open source project tracking, Trello like but self-hosted
#69I'm surprised https://vikunja.io/ wasn't mentioned.