homepage finished, flame deprecated

This commit is contained in:
2024-09-29 17:08:07 -06:00
parent 3e8aa1818b
commit e47c2a6974
16 changed files with 627 additions and 62 deletions

View File

@@ -225,4 +225,24 @@
];
};
};
stash =
let
name = "stash";
url = "http://192.168.1.69:9999";
in
{
icon = "${name}.png";
href = url;
widget = {
type = name;
key = "{{HOMEPAGE_VAR_STASH}}";
inherit url;
fields = [
"scenes"
"images"
"playCount"
"oCount"
];
};
};
}