Forrest logo
back to context overview

miniserve

List of commands for miniserve:

  • miniserve:ai:5e2e2 how do i set up TLS in miniserve?
    $ miniserve --tls-crt /path/to/certificate.crt --tls-key /path/to/private_key.key
    try on your machine
    explain this command
  • miniserve:tldr:b576e miniserve: Serve a directory using HTTP basic authentication.
    $ miniserve --auth ${username}:${password} ${path-to-directory}
    try on your machine
    explain this command
  • miniserve:tldr:d8194 miniserve: Serve a directory.
    $ miniserve ${path-to-directory}
    try on your machine
    explain this command
back to context overview