services.stash.settings.stash_boxes

Stash-box facilitates automated tagging of scenes and performers based on fingerprints and filenames

Type
list of (submodule)
Default
[ ]
Example
{
  stash_boxes = [
    {
      name = "StashDB";
      endpoint = "https://stashdb.org/graphql";
      apikey = "aaaaaaaaaaaa.bbbbbbbbbbbbbbbbbbbbbbbb.cccccccccccccc";
    }
  ];
}
Declared
<nixpkgs/nixos/modules/services/web-apps/stash.nix>