lyqht / mini-qr

Generate customized qr codes easily 👾
https://mini-qr-code-generator.vercel.app
GNU General Public License v3.0
529 stars 73 forks source link

Feature request: Building and self-hosting #39

Closed michaave closed 2 months ago

michaave commented 6 months ago

I'd really like to run this using my own bandwidth. I've installed vite, but it fails to build saying there's no container. How can I build this so I can run it on my own server?

lyqht commented 6 months ago

you should contribute a docker compose file then. this is meant to be a simple vue web app.

tenekev commented 6 months ago

Check out PR #37. I submitted a sample docker-compose, Dockerfile and a Github Actions workflow for building the images. It is not optimized but I'll clean it up when I have time.

lyqht commented 2 months ago

addressed by that PR. thank you!