mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
- Add CoinMarketCap widget
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user