mirror of
https://github.com/LukeHagar/homepage.git
synced 2025-12-09 12:37:46 +00:00
fix jellyfin widget api calls
This commit is contained in:
@@ -7,6 +7,7 @@ import npmProxyHandler from "utils/proxies/npm";
|
|||||||
const serviceProxyHandlers = {
|
const serviceProxyHandlers = {
|
||||||
// uses query param auth
|
// uses query param auth
|
||||||
emby: genericProxyHandler,
|
emby: genericProxyHandler,
|
||||||
|
jellyfin: genericProxyHandler,
|
||||||
pihole: genericProxyHandler,
|
pihole: genericProxyHandler,
|
||||||
radarr: genericProxyHandler,
|
radarr: genericProxyHandler,
|
||||||
sonarr: genericProxyHandler,
|
sonarr: genericProxyHandler,
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
const formats = {
|
const formats = {
|
||||||
emby: `{url}/emby/{endpoint}?api_key={key}`,
|
emby: `{url}/emby/{endpoint}?api_key={key}`,
|
||||||
|
jellyfin: `{url}/emby/{endpoint}?api_key={key}`,
|
||||||
pihole: `{url}/admin/{endpoint}`,
|
pihole: `{url}/admin/{endpoint}`,
|
||||||
radarr: `{url}/api/v3/{endpoint}?apikey={key}`,
|
radarr: `{url}/api/v3/{endpoint}?apikey={key}`,
|
||||||
sonarr: `{url}/api/v3/{endpoint}?apikey={key}`,
|
sonarr: `{url}/api/v3/{endpoint}?apikey={key}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user