nosdav / server

NosDAV Server
https://nosdav.com/server
MIT License
9 stars 1 forks source link

NosDAV server doesn't run with npx due to missing SSL certificate files #8

Open melvincarvalho opened 1 year ago

melvincarvalho commented 1 year ago

Issue:

When attempting to run the NosDAV server with npx, it fails to start because the privkey.pem and fullchain.pem files are not included in the repository. This is by design to as you are supposed to generate your own certs, but it poses a challenge for users who want to quickly run the server.

Possible solutions:

Consider addressing this issue to improve the user experience when setting up and running the NosDAV server. Thank you.