mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-15 01:10:35 +00:00
Fix: Support Gluetun widget auth (#4034)
This commit is contained in:
parent
5fc3bdee08
commit
6da46dd3b1
2 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
import genericProxyHandler from "utils/proxy/handlers/generic";
|
||||
import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
|
||||
|
||||
const widget = {
|
||||
api: "{url}/v1/{endpoint}",
|
||||
proxyHandler: genericProxyHandler,
|
||||
proxyHandler: credentialedProxyHandler,
|
||||
|
||||
mappings: {
|
||||
ip: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue