Skip to content

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

@melvincarvalho

Description

@melvincarvalho

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions