mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-18 02:29:49 +00:00
Implement Caddy widget
This commit is contained in:
parent
ef1dfc7323
commit
516423c8bd
5 changed files with 60 additions and 5 deletions
8
src/widgets/caddy/widget.js
Normal file
8
src/widgets/caddy/widget.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
import genericProxyHandler from "utils/proxy/handlers/generic";
|
||||
|
||||
const widget = {
|
||||
api: "{url}/reverse_proxy/upstreams",
|
||||
proxyHandler: genericProxyHandler,
|
||||
};
|
||||
|
||||
export default widget;
|
Loading…
Add table
Add a link
Reference in a new issue