mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-13 01:58:11 +01:00
15 lines
329 B
JavaScript
15 lines
329 B
JavaScript
![]() |
import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
|
||
|
|
||
|
const widget = {
|
||
|
api: "https://api.cloudflare.com/client/v4/accounts/{accountid}/{endpoint}/{tunnelid}?",
|
||
|
proxyHandler: credentialedProxyHandler,
|
||
|
|
||
|
mappings: {
|
||
|
"cfd_tunnel": {
|
||
|
endpoint: "cfd_tunnel",
|
||
|
},
|
||
|
},
|
||
|
};
|
||
|
|
||
|
export default widget;
|