feat(homepage-dashboard): add mealie
This commit is contained in:
parent
256e143ffc
commit
d6c33e3bbc
3 changed files with 16 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ let
|
||||||
"jellyfin"
|
"jellyfin"
|
||||||
"kavita-api"
|
"kavita-api"
|
||||||
"lidarr"
|
"lidarr"
|
||||||
|
"mealie"
|
||||||
"miniflux"
|
"miniflux"
|
||||||
"nzbget"
|
"nzbget"
|
||||||
"paperless"
|
"paperless"
|
||||||
|
|
@ -202,6 +203,20 @@ in
|
||||||
siteMonitor = "https://couchdb.fi33.buzz/_utils/";
|
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 = {
|
ntfy = {
|
||||||
description = "Send push notifications using PUT/POST";
|
description = "Send push notifications using PUT/POST";
|
||||||
|
|
|
||||||
BIN
secrets/mealie.age
Normal file
BIN
secrets/mealie.age
Normal file
Binary file not shown.
|
|
@ -27,6 +27,7 @@ in
|
||||||
"kavita-api.age".publicKeys = users;
|
"kavita-api.age".publicKeys = users;
|
||||||
"kavita.age".publicKeys = users;
|
"kavita.age".publicKeys = users;
|
||||||
"lidarr.age".publicKeys = users;
|
"lidarr.age".publicKeys = users;
|
||||||
|
"mealie.age".publicKeys = users;
|
||||||
"miniflux-creds.age".publicKeys = users;
|
"miniflux-creds.age".publicKeys = users;
|
||||||
"ntfy.age".publicKeys = users;
|
"ntfy.age".publicKeys = users;
|
||||||
"nzbget.age".publicKeys = users;
|
"nzbget.age".publicKeys = users;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue