Skip to content

Commit

Permalink
Merge pull request #197 from mkevenaar/docs/faq
Browse files Browse the repository at this point in the history
(docs) add initial list of FAQs
  • Loading branch information
Donkie committed Nov 14, 2023
2 parents dbcc282 + 17be351 commit c8600c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c8600c1

Please sign in to comment.