feat(homepage-dashboard): add mealie
This commit is contained in:
parent
2548046985
commit
1b86bc33db
3 changed files with 16 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue