services.monica.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";
};
declared in: nixos/modules/services/web-apps/monica.nixView source on NixOS/nixpkgs →