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 stringDefault
{ }Example
source unavailable{
user = "password";
};