splitbrain / dokuwiki-plugin-dw2pdf

A fork of Luigi Micco's PDF export plugin for DokuWiki
http://www.dokuwiki.org/plugin:dw2pdf
55 stars 68 forks source link

Local QR code generation #465

Closed dipohl closed 1 year ago

dipohl commented 1 year ago

As the current QR code generation using online service https://quickchart.io/ makes problems with "Error 504 - Gateway Timeout" on servers behind a firewall, see #462, it would be nice to have the new feature of local generation of QR code. @Klap-in said it can be added with e.g. https://github.com/mpdf/qrcode

It would also be a improvement in perspective of privacy :+1:

For a start it would be nice if someone adds an expception handling concerning the Timeout Error so that dokuwiki admins get a speaking error message pointing to the concrete problem which one can solve by disabling QR code generation or a higher timeout value in Apache configuration.

Klap-in commented 1 year ago

Implemented by #482