|
1 month ago | |
---|---|---|
internal | 1 month ago | |
static | 2 months ago | |
.gitignore | 2 months ago | |
LICENSE | 1 year ago | |
Makefile | 2 months ago | |
README.md | 2 months ago | |
go.mod | 2 months ago | |
go.sum | 2 months ago | |
main.go | 2 months ago | |
screenshot.png | 2 months ago |
Dynamic QR code generator.
Generate and manage dynamic QR codes.
go install github.com/rakyll/statik
make build
Usage of ./dynamic-qr:
-bind string
Specify the address to bind to. (default "127.0.0.1:8080")
-csrf string
The csrf key to be used. (default "foo")
-db string
Specify the location of the database. (default "./qrcodes.db")
GPLv3