This commit is contained in:
soraefir
2026-05-31 10:11:24 +02:00
parent c84b97ad8f
commit 39209ca827

View File

@@ -24,7 +24,7 @@ let
widget = {
type="jellyfin";
url = "http://jellyfin-server:8096";
key = "\${JELLYFIN_API}";
key = "{{JELLYFIN_API}}";
};
};
})
@@ -54,7 +54,7 @@ let
widget = {
type="nextcloud";
url = "http://nextcloud-server:80";
key = "\${NEXTCLOUD_API}";
key = "{{NEXTCLOUD_API}}";
};
};
})