Install latest/stable of QR Server
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
You are about to open
Do you wish to proceed?
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Generate an embeddable card to be shared on external websites.
Listen on a port and serve QR codes encoding data from the path or the request body.
For example, if running on localhost and port 5000, then both of the following are supported ways to generate a QR code encoding the string "hello-there":
curl http://localhost:5000/hello-therecurl -d 'hello-there' http://localhost:5000If the path following the hostname is non-empty, that will be used as the data to encode, and the request body will be ignored.
By default, listens on port 5000. To listen on another port, use
sudo snap set qr-server port=<port>, with <port> being any available
port number.
Both GET and POST requests are accepted and may be used interchangeably.
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.