Eclipse SmartHome IO - http proxy

This project contains a configuration handlers which enable http proxying via Jetty servlets.

License

License

GroupId

GroupId

org.connectorio
ArtifactId

ArtifactId

org.connectorio.io.proxy
Last Version

Last Version

2.4.1
Release Date

Release Date

Type

Type

bundle
Description

Description

Eclipse SmartHome IO - http proxy
This project contains a configuration handlers which enable http proxying via Jetty servlets.
Project Organization

Project Organization

ConnectorIO Sp. z o.o.
Source Code Management

Source Code Management

https://github.com/ConnectorIO/connectorio-io-http

Download org.connectorio.io.proxy

Dependencies

compile (8)

Group / Artifact Type Version
org.osgi : osgi.core jar 6.0.0
org.osgi : osgi.cmpn jar 6.0.0
org.slf4j : slf4j-api jar 1.7.25
org.eclipse.smarthome.core » org.eclipse.smarthome.core jar 0.10.0.oh240
javax.servlet : javax.servlet-api jar 3.0.1
org.eclipse.jetty : jetty-proxy jar 9.4.11.v20180605
org.osgi : org.osgi.service.component.annotations jar 1.4.0
org.openhab.core » org.openhab.ui.dashboard jar 2.4.0

Project Modules

There are no modules declared in this project.

ConnectorIO IO HTTP

This tiny project allows to proxy requests coming to a given path into service deployed elsewhere. You can use this project to deploy an endpoint which will re-route requests to LAN resources.

Example configuration (org.openhab.proxy.cfg or services/proxy.cfg):

proxy.hvac.path = /hvac
proxy.hvac.port = 80
proxy.hvac.host = 192.168.1.2
proxy.hvac.dashboard-name = HVAC

proxy.influx.path = /influx
proxy.influx.port = 8086
proxy.influx.host = 192.168.1.3
proxy.influx.dashboard-name = Influx
proxy.influx.dashboard-image = /grafana/public/app/plugins/datasource/influxdb/img/influxdb_logo.svg

proxy.grafana.path = /grafana
proxy.grafana.port = 3000
proxy.grafana.host = 192.168.1.4
proxy.grafana.dashboard-name = Grafana
proxy.grafana.dashboard-image = /grafana/public/img/grafana_icon.svg
org.connectorio

ConnectorIO sp. z o.o.

Connecting assets, data, information in fast, useful and simple way.

Versions

Version
2.4.1
2.4.0
2.3.0