services.misskey.reverseProxy.webserver.nginx.basicAuth

NixOS option

Basic Auth protection for a vhost. WARNING: This is implemented to store the password in plain text in the Nix store.

type: attribute set of string
Default
{ }
Example
{
  user = "password";
};
source unavailable