test
This commit is contained in:
@@ -24,7 +24,7 @@ let
|
|||||||
widget = {
|
widget = {
|
||||||
type="jellyfin";
|
type="jellyfin";
|
||||||
url = "http://jellyfin-server:8096";
|
url = "http://jellyfin-server:8096";
|
||||||
key = "{{JELLYFIN_API}}";
|
key = "\${JELLYFIN_API}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
@@ -54,7 +54,7 @@ let
|
|||||||
widget = {
|
widget = {
|
||||||
type="nextcloud";
|
type="nextcloud";
|
||||||
url = "http://nextcloud-server:80";
|
url = "http://nextcloud-server:80";
|
||||||
key = "{{NEXTCLOUD_API}}";
|
key = "\${NEXTCLOUD_API}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user