mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
14 lines
287 B
JavaScript
Executable File
14 lines
287 B
JavaScript
Executable File
import genericProxyHandler from "utils/proxy/handlers/generic";
|
|
|
|
const widget = {
|
|
api: "{url}/{endpoint}",
|
|
proxyHandler: genericProxyHandler,
|
|
|
|
mappings: {
|
|
serverinfo: {
|
|
endpoint: "ocs/v2.php/apps/serverinfo/api/v1/info?format=json",
|
|
},
|
|
},
|
|
};
|
|
|
|
export default widget; |