Skip to content
dkettner edited this page May 8, 2023 · 5 revisions
Why is there no TLS-encryption?

To use encryption you need to have CA-Certificates.

Although it is possible to get them for free via Let's Encrypt you need to have a public domain for generating a certificate. So this is not possible for software which is only reachable in you local network. There are ways to generate self-signed certificates but in order for your browser to trust these certificates you have to take a few extra steps.

You may check out the TLS branch but it is still a work in progress.

I found a bug / have a problem / want a feature.

Feel free to report all bugs by creating an issue.

If they are related to the backend, I will try to fix them as soon as possible. Fixing bugs related to the frontend might take longer because it is only meant to be a proof of concept.

Feature requests are also welcome but please check the already planned upcoming features before creating a new issue.

Clone this wiki locally