2025-03-12 15:01:18 +01:00
|
|
|
{
|
|
|
|
|
"/tasmota1": {
|
|
|
|
|
"target": "http://10.0.0.31",
|
|
|
|
|
"secure": false,
|
|
|
|
|
"changeOrigin": true,
|
|
|
|
|
"pathRewrite": {
|
|
|
|
|
"^/tasmota1": ""
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/tasmota2": {
|
|
|
|
|
"target": "http://10.0.0.32",
|
|
|
|
|
"secure": false,
|
|
|
|
|
"changeOrigin": true,
|
|
|
|
|
"pathRewrite": {
|
|
|
|
|
"^/tasmota2": ""
|
|
|
|
|
}
|
2026-06-26 09:09:53 +02:00
|
|
|
},
|
2026-06-29 13:00:48 +02:00
|
|
|
"/pihole": {
|
|
|
|
|
"target": "http://10.0.0.60:8088",
|
|
|
|
|
"secure": false,
|
|
|
|
|
"changeOrigin": true,
|
|
|
|
|
"pathRewrite": {
|
|
|
|
|
"^/pihole": ""
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-06-26 09:09:53 +02:00
|
|
|
"/api": {
|
|
|
|
|
"target": "http://directus.neugasse.lan",
|
|
|
|
|
"secure": false,
|
|
|
|
|
"changeOrigin": true,
|
|
|
|
|
"pathRewrite": {
|
|
|
|
|
"^/api": ""
|
|
|
|
|
},
|
|
|
|
|
"headers": {
|
|
|
|
|
"Authorization": "Bearer KGjpxZ3tesmhEXHS7C7JbKDyW6YJlgQT"
|
|
|
|
|
}
|
2025-03-12 15:01:18 +01:00
|
|
|
}
|
|
|
|
|
}
|