Comment on Tarallo - selfhostable FOSS Trello alternative
HumanPerson@sh.itjust.works 7 months ago
Wow code with actual comments!!! Amazing!
Comment on Tarallo - selfhostable FOSS Trello alternative
HumanPerson@sh.itjust.works 7 months ago
Wow code with actual comments!!! Amazing!
matteinim@feddit.it 7 months ago
…and I didn’t even minimize them on the test instance, so that people will feel their weight while the page load :D
HumanPerson@sh.itjust.works 7 months ago
Is there a docker version or a chance of one in the future?
matteinim@feddit.it 7 months ago
I know it’s kinda expected in these project… Let’s say that if no one contributes it, I’ll have to look up how to set it up, since I’m not really a web dev. But yeah it’s gonna be there.
Turun@feddit.de 7 months ago
A basic image is really easy. It’s basically just
Dockerfile
(Docs docs.docker.com/reference/dockerfile/)
Then people can run your project with docker.
HumanPerson@sh.itjust.works 7 months ago
I was looking for something like this a little while ago but couldn’t find anything and this looks perfect. My server is mostly docker only so I might try to figure it out.