This commit is contained in:
@@ -154,8 +154,8 @@
|
||||
icon = "${name}.png";
|
||||
href = url;
|
||||
widget = {
|
||||
type = name;
|
||||
inherit url;
|
||||
type = name;
|
||||
username = "{{HOMEPAGE_VAR_QBIT_USERNAME}}";
|
||||
password = "{{HOMEPAGE_VAR_QBIT_PASSWORD}}";
|
||||
};
|
||||
@@ -169,8 +169,8 @@
|
||||
icon = "${name}.png";
|
||||
href = url;
|
||||
widget = {
|
||||
type = name;
|
||||
inherit url;
|
||||
type = name;
|
||||
key = "{{HOMEPAGE_VAR_SABNZBD}}";
|
||||
};
|
||||
};
|
||||
@@ -231,9 +231,9 @@
|
||||
icon = "paperless.png";
|
||||
href = url;
|
||||
widget = {
|
||||
inherit url;
|
||||
type = name;
|
||||
key = "{{HOMEPAGE_VAR_PAPERLESS}}";
|
||||
inherit url;
|
||||
fields = [
|
||||
"total"
|
||||
"inbox"
|
||||
@@ -262,9 +262,9 @@
|
||||
icon = "${name}.png";
|
||||
href = url;
|
||||
widget = {
|
||||
inherit url;
|
||||
type = name;
|
||||
key = "{{HOMEPAGE_VAR_STASH}}";
|
||||
inherit url;
|
||||
fields = [
|
||||
"scenes"
|
||||
"images"
|
||||
|
||||
@@ -22,14 +22,12 @@
|
||||
{
|
||||
openweathermap = {
|
||||
label = "Apodaca";
|
||||
format.maximumFractionDigits = 1;
|
||||
latitude = 25.760339;
|
||||
longitude = -100.2190662;
|
||||
units = "metric";
|
||||
provider = "openweathermap";
|
||||
cache = 5;
|
||||
format = {
|
||||
maximumFractionDigits = 1;
|
||||
};
|
||||
};
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user