homepage now uses local ip for api calls
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
icon = "${cfg.name}.png";
|
icon = "${cfg.name}.png";
|
||||||
href = cfg.url;
|
href = cfg.url;
|
||||||
widget = {
|
widget = {
|
||||||
inherit (cfg) url;
|
url = cfg.local;
|
||||||
type = cfg.name;
|
type = cfg.name;
|
||||||
key = "{{HOMEPAGE_VAR_AUDIOBOOKSHELF}}";
|
key = "{{HOMEPAGE_VAR_AUDIOBOOKSHELF}}";
|
||||||
};
|
};
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
icon = "${cfg.name}.png";
|
icon = "${cfg.name}.png";
|
||||||
href = cfg.url;
|
href = cfg.url;
|
||||||
widget = {
|
widget = {
|
||||||
inherit (cfg) url;
|
url = cfg.local;
|
||||||
type = cfg.name;
|
type = cfg.name;
|
||||||
key = "{{HOMEPAGE_VAR_PLEX}}";
|
key = "{{HOMEPAGE_VAR_PLEX}}";
|
||||||
};
|
};
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
icon = "${cfg.name}.png";
|
icon = "${cfg.name}.png";
|
||||||
href = cfg.url;
|
href = cfg.url;
|
||||||
widget = {
|
widget = {
|
||||||
inherit (cfg) url;
|
url = cfg.local;
|
||||||
type = cfg.name;
|
type = cfg.name;
|
||||||
key = "{{HOMEPAGE_VAR_JELLYFIN}}";
|
key = "{{HOMEPAGE_VAR_JELLYFIN}}";
|
||||||
enableUser = true;
|
enableUser = true;
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
icon = "${cfg.name}.png";
|
icon = "${cfg.name}.png";
|
||||||
href = cfg.url;
|
href = cfg.url;
|
||||||
widget = {
|
widget = {
|
||||||
inherit (cfg) url;
|
url = cfg.local;
|
||||||
type = cfg.name;
|
type = cfg.name;
|
||||||
key = "{{HOMEPAGE_VAR_SONARR}}";
|
key = "{{HOMEPAGE_VAR_SONARR}}";
|
||||||
enableQueue = true;
|
enableQueue = true;
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
icon = "${cfg.name}.png";
|
icon = "${cfg.name}.png";
|
||||||
href = cfg.url;
|
href = cfg.url;
|
||||||
widget = {
|
widget = {
|
||||||
inherit (cfg) url;
|
url = cfg.local;
|
||||||
type = cfg.name;
|
type = cfg.name;
|
||||||
key = "{{HOMEPAGE_VAR_RADARR}}";
|
key = "{{HOMEPAGE_VAR_RADARR}}";
|
||||||
enableQueue = true;
|
enableQueue = true;
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
icon = "${cfg.name}.png";
|
icon = "${cfg.name}.png";
|
||||||
href = cfg.url;
|
href = cfg.url;
|
||||||
widget = {
|
widget = {
|
||||||
inherit (cfg) url;
|
url = cfg.local;
|
||||||
type = cfg.name;
|
type = cfg.name;
|
||||||
key = "{{HOMEPAGE_VAR_LIDARR}}";
|
key = "{{HOMEPAGE_VAR_LIDARR}}";
|
||||||
};
|
};
|
||||||
@@ -92,7 +92,7 @@
|
|||||||
href = cfg.url;
|
href = cfg.url;
|
||||||
widget = {
|
widget = {
|
||||||
type = cfg.name;
|
type = cfg.name;
|
||||||
inherit (cfg) url;
|
url = cfg.local;
|
||||||
key = "{{HOMEPAGE_VAR_PROWLARR}}";
|
key = "{{HOMEPAGE_VAR_PROWLARR}}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
href = cfg.url;
|
href = cfg.url;
|
||||||
widget = {
|
widget = {
|
||||||
type = cfg.name;
|
type = cfg.name;
|
||||||
inherit (cfg) url;
|
url = cfg.local;
|
||||||
key = "{{HOMEPAGE_VAR_BAZARR}}";
|
key = "{{HOMEPAGE_VAR_BAZARR}}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
href = cfg.url;
|
href = cfg.url;
|
||||||
widget = {
|
widget = {
|
||||||
type = cfg.name;
|
type = cfg.name;
|
||||||
inherit (cfg) url;
|
url = cfg.local;
|
||||||
username = "{{HOMEPAGE_VAR_KAVITA_USERNAME}}";
|
username = "{{HOMEPAGE_VAR_KAVITA_USERNAME}}";
|
||||||
password = "{{HOMEPAGE_VAR_KAVITA_PASSWORD}}";
|
password = "{{HOMEPAGE_VAR_KAVITA_PASSWORD}}";
|
||||||
};
|
};
|
||||||
@@ -175,7 +175,7 @@
|
|||||||
icon = "${cfg.name}.png";
|
icon = "${cfg.name}.png";
|
||||||
href = cfg.url;
|
href = cfg.url;
|
||||||
widget = {
|
widget = {
|
||||||
inherit (cfg) url;
|
url = cfg.local;
|
||||||
type = cfg.name;
|
type = cfg.name;
|
||||||
key = "{{HOMEPAGE_VAR_MEALIE}}";
|
key = "{{HOMEPAGE_VAR_MEALIE}}";
|
||||||
version = 2;
|
version = 2;
|
||||||
@@ -189,7 +189,7 @@
|
|||||||
icon = "${cfg.name}.png";
|
icon = "${cfg.name}.png";
|
||||||
href = cfg.url;
|
href = cfg.url;
|
||||||
widget = {
|
widget = {
|
||||||
inherit (cfg) url;
|
url = cfg.local;
|
||||||
type = cfg.name;
|
type = cfg.name;
|
||||||
username = "{{HOMEPAGE_VAR_NEXTCLOUD_USERNAME}}";
|
username = "{{HOMEPAGE_VAR_NEXTCLOUD_USERNAME}}";
|
||||||
password = "{{HOMEPAGE_VAR_NEXTCLOUD_PASSWORD}}";
|
password = "{{HOMEPAGE_VAR_NEXTCLOUD_PASSWORD}}";
|
||||||
|
|||||||
Reference in New Issue
Block a user