Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
melvincarvalho opened this issue Apr 19, 2023 · 0 comments

Comments

@melvincarvalho
Copy link
Contributor

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:

  • Provide clear instructions in the README on how to run with npx
  • Allow the use of environment variables to specify the paths of the SSL certificate files.
  • Implement an option to run the server without SSL for development purposes only.
  • Other

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant