PHP Web interface for generating QR codes https://qr.antopie.org
Go to file
Miraty 6832804dc0 New CSS layout 2022-03-06 18:04:25 +01:00
barcode-generator Fix background and foreground colors being sometimes inverted 2021-12-06 21:57:09 +01:00
css Move temp/ to css/ and remove old unused code 2021-11-03 19:48:30 +01:00
less.php Use less.php instead of lesserphp 2021-02-15 21:29:38 +01:00
locales New CSS layout 2022-03-06 18:04:25 +01:00
themes High contrast default theme 2022-02-18 18:21:33 +01:00
.gitignore Move temp/ to css/ and remove old unused code 2021-11-03 19:48:30 +01:00
CHANGELOG.md Add data: URI to changelog 2022-03-03 18:27:50 +01:00
LICENSE D 2019-08-13 21:17:08 +02:00
LICENSE.html Add HTML metadata 2021-12-01 21:57:49 +01:00
README.md New CSS layout 2022-03-06 18:04:25 +01:00
README_fr.md New CSS layout 2022-03-06 18:04:25 +01:00
config.inc.php Remove LICENSE.md and config.yaml.php 2022-02-25 13:10:43 +01:00
index.php New CSS layout 2022-03-06 18:04:25 +01:00
style.less New CSS layout 2022-03-06 18:04:25 +01:00

README.md

LibreQR

Lire ceci en français

A PHP Web interface for generating QR codes.

Demo

A LibreQR instance is available at https://qr.antopie.org.

Installation

Generic

Just place this source code in a Web server with PHP.

wget https://code.antopie.org/miraty/libreqr/archive/1.3.0.zip

GD extension is required.

apt install php7.3-gd

LibreQR need writing rights on the css/ directory.

chown -R www-data:www-data /var/www/libreqr/css
chmod -R 600 /var/www/libreqr/css

Security hardening

Your HTTP server can reply the following headers:

Content-Security-Policy: default-src 'none'; img-src 'self' data:; style-src 'self'; frame-ancestors 'none'; form-action 'self';
Referrer-Policy: no-referrer

YunoHost

There is a package for YunoHost.

For historical reasons, LibreQR is technically named qr in YunoHost.

You can install it from the WebAdmin or with this command :

sudo yunohost app install qr

Themes

Themes are located in themes/*, the default theme is in themes/libreqr/.

You can customize your LibreQR instance look by changing the colors in theme.php, the logo in logo.less or the icons in icons/<size>.png (then list the sizes in theme.php).

Contribute

If you want to report a bug, you can open an issue at https://code.antopie.org/miraty/libreqr/issues after creating an account (prefered method) or contact me in another way.

Contact

If you want to contact me, for instance to report a bug or ask me a question about installing or using LibreQR, you can get my contact details on https://miraty.antopie.org.

Libraries

This source code includes:

License

AGPLv3+

LibreQR is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

LibreQR is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.