mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-03 22:02:12 +08:00
15 lines
269 B
JavaScript
15 lines
269 B
JavaScript
import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
|
|
|
|
const widget = {
|
|
api: "{url}/api/{endpoint}",
|
|
proxyHandler: credentialedProxyHandler,
|
|
|
|
mappings: {
|
|
client: {
|
|
endpoint: "wireguard/client",
|
|
},
|
|
},
|
|
};
|
|
|
|
export default widget;
|