mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 14:38:47 +00:00
- Add CoinMarketCap widget
This commit is contained in:
parent
ffbb1f5f0b
commit
1c158f743c
8 changed files with 216 additions and 108 deletions
|
@ -3,6 +3,7 @@ import credentialedProxyHandler from "utils/proxies/credentialed";
|
|||
import rutorrentProxyHandler from "utils/proxies/rutorrent";
|
||||
import nzbgetProxyHandler from "utils/proxies/nzbget";
|
||||
import npmProxyHandler from "utils/proxies/npm";
|
||||
import coinMarketCapProxyHandler from "utils/proxies/coinmarketcap";
|
||||
|
||||
const serviceProxyHandlers = {
|
||||
// uses query param auth
|
||||
|
@ -20,6 +21,7 @@ const serviceProxyHandlers = {
|
|||
overseerr: credentialedProxyHandler,
|
||||
ombi: credentialedProxyHandler,
|
||||
// super specific handlers
|
||||
coinmarketcap: coinMarketCapProxyHandler,
|
||||
rutorrent: rutorrentProxyHandler,
|
||||
nzbget: nzbgetProxyHandler,
|
||||
npm: npmProxyHandler,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue