collabora fixed + replaced local with online urls

This commit is contained in:
2024-07-07 15:09:01 -06:00
parent 30edf36801
commit befbac0bcc
3 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
href = config.my.servers.audiobookshelf.url;
widget = {
type = config.my.servers.audiobookshelf.name;
url = config.my.servers.audiobookshelf.local;
url = config.my.servers.audiobookshelf.url;
key = "{{HOMEPAGE_VAR_AUDIOBOOKSHELF}}";
};
};
@@ -13,7 +13,7 @@
href = config.my.servers.jellyfin.url;
widget = {
type = config.my.servers.jellyfin.name;
url = config.my.servers.jellyfin.local;
url = config.my.servers.jellyfin.url;
key = "{{HOMEPAGE_VAR_JELLYFIN}}";
enableBlocks = true;
enableNowPlaying = true;