feat(homepage-dashboard): add mealie

This commit is contained in:
Will Holdsworth 2026-03-07 16:43:12 +11:00
parent 256e143ffc
commit d6c33e3bbc
Signed by: will-holdsworth
SSH key fingerprint: SHA256:Ykee8aymMJNAiYeeEmiwcIzkA1wgd4v8OZcWGxjq12c
3 changed files with 16 additions and 0 deletions

View file

@ -27,6 +27,7 @@ let
"jellyfin"
"kavita-api"
"lidarr"
"mealie"
"miniflux"
"nzbget"
"paperless"
@ -202,6 +203,20 @@ in
siteMonitor = "https://couchdb.fi33.buzz/_utils/";
};
}
{
Mealie = {
description = "Recipe manager and meal planner";
icon = "mealie.svg";
href = "https://mealie.fi33.buzz/";
siteMonitor = "https://mealie.fi33.buzz/";
widget = {
type = "mealie";
url = "https://mealie.fi33.buzz/";
version = 2;
key = "@mealie@";
};
};
}
{
ntfy = {
description = "Send push notifications using PUT/POST";