mini-qr
mini-qr copied to clipboard
Feature request: Building and self-hosting
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?
you should contribute a docker compose file then. this is meant to be a simple vue web app.
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.
addressed by that PR. thank you!