mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 23:08:48 +00:00
Plex service widget without Tautulli
This commit is contained in:
parent
91795f2d07
commit
2440da8e08
8 changed files with 182 additions and 1 deletions
14
src/widgets/plex/widget.js
Normal file
14
src/widgets/plex/widget.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
import plexProxyHandler from "./proxy";
|
||||
|
||||
const widget = {
|
||||
api: "{url}{endpoint}?X-Plex-Token={token}",
|
||||
proxyHandler: plexProxyHandler,
|
||||
|
||||
mappings: {
|
||||
unified: {
|
||||
endpoint: "/",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default widget;
|
Loading…
Add table
Add a link
Reference in a new issue