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.
Comment on Tarallo - selfhostable FOSS Trello alternative
matteinim@feddit.it 7 months agoI 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.
HumanPerson@sh.itjust.works 7 months ago
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.
matteinim@feddit.it 7 months ago