diff --git a/README.md b/README.md index 74b3455..de6b0fa 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,13 @@ If you want to connect with an external database instead, specify the `SPOOLMAN_ | SPOOLMAN_LOGGING_LEVEL | Logging level, any of: `CRITICAL`, `ERROR`, `WARNING`, `INFO`, `DEBUG`, defaults to `INFO`. | | SPOOLMAN_AUTOMATIC_BACKUP | Automatic nightly DB backups for SQLite databases. Enabled by default, set to `FALSE` to disable. | +## Frequently Asked Questions (FAQs) +### QR Code Does not work on HTTP / The page is not served over HTTPS +This is a limitation of the browsers. Browsers require a secure connection to the server to enable HTTPS. This is not a limitation of Spoolman. For more information read this [blog](https://blog.mozilla.org/webrtc/camera-microphone-require-https-in-firefox-68/) from Mozilla + +### Can Spoolman be translated into my language? +Yes, head over to [Weblate](https://hosted.weblate.org/projects/spoolman/) to start the Translation + ## Development ### Client To test out changes to the web client, the best way is to run it in development mode.