Add gluetun widget

This commit is contained in:
Niklas 2022-11-09 17:04:48 +01:00
parent 074d42a8bd
commit 9060d3436c
5 changed files with 57 additions and 0 deletions

View file

@ -0,0 +1,14 @@
import genericProxyHandler from "utils/proxy/handlers/generic";
const widget = {
api: "{url}/v1/{endpoint}",
proxyHandler: genericProxyHandler,
mappings: {
ip: {
endpoint: "publicip/ip",
},
},
};
export default widget;