Version1.0.2
Revision66
Size5.4 MB
LicenseMIT
Confinementstrict
Basecore24

A server to generate QR codes


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-there
- curl -d 'hello-there' http://localhost:5000

If 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.

Update History

1.0.2 (66)
13 Dec 2025, 09:47 UTC

Published4 Mar 2025, 23:45 UTC

Last updated5 Jun 2025, 15:43 UTC

First seen13 Dec 2025, 09:47 UTC