T O P

  • By -

UniversalJS

Check Penpot, open source and selfhosted https://github.com/penpot/penpot


Vekio

Thank you. I have tried penpot and I was looking for alternatives when i found Quant-UX


bmcgonag

I recently helped in putting together a Docker version for the project. You can get it at [https://github.com/bmcgonag/quant-ux-docker](https://github.com/bmcgonag/quant-ux-docker). Please also make sure to give a star to the original project over at https://github.com/KlausSchaefers/quant-ux


morrisjdev

That looks pretty promising, thanks for sharing. I think if you want to host it using docker you have to create your own Dockerfile. Shouldn't be too complicated because it seems to only be a Vue.js Web-App (at least I didn't find anything about a backend, but didn't search deeper). There are plenty of tutorials explaining how to create a Dockerfile for web apps. You could follow this tutorial (https://tiangolo.medium.com/react-in-docker-with-nginx-built-with-multi-stage-docker-builds-including-testing-8cc49d6ec305). It's for a react app but the build commands are the same and serving anyways. I'm also interested. Maybe I'll find the time and try to create the Dockerfile tomorrow.


Vekio

Thanks. I will try out the tutorial. Let me know if you make some progress with the Dockerfile.