Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verbindungsparameter / Connection parameters (Proxy, Docker) #349

Closed
Zefau opened this issue Nov 16, 2020 · 0 comments
Closed

Verbindungsparameter / Connection parameters (Proxy, Docker) #349

Zefau opened this issue Nov 16, 2020 · 0 comments
Labels
good first issue ℹ️ Good for newcomers

Comments

@Zefau
Copy link
Owner

Zefau commented Nov 16, 2020

Die Verbindungsparameter sind an die URL mittels Raute (#) anzufügen und mit einem Und (&) voneinander zu trennen, beispielsweise:

http://<ioBrokerIp>:<ioBrokerWebPort>/#instance=1&socketSecure=true&socketPort=8082&socketHost=192.168.178.29&keepParams=true
Parameter Beschreibung
instance Die ioBroker.jarvis Instanz von der die Daten (Geräte, Layout und Einstellungen) genutzt werden sollen
socketHost Socket Host, zu dem verbunden werden soll, i.d.R ioBroker IP, siehe auch #304.
socketPort Socket Port, zu dem verbunden werden soll. In der Regel 8082 beim Einsatz des integrierten Sockets des Web-Adapters oder 8084 im Falle der Nutzung des socket.io Adapters.
socketSecure Socket Transportverschlüsselung, die genutzt werden soll: false für http:// oder true für https://.
debug Aktiviert das ausführliche Development-Debugging in der Browser-Konsole.
keepParams Die Parameter werden im Browser Cache gespeichert und genutzt, bis diese (manuell oder automatisch vom Browser) gelöscht werden. Mit dieser Option werden die Parameter in der URL behalten.

The connection parameters will be appended to the URL using # and separated via &, e.g.

http://<ioBrokerIp>:<ioBrokerWebPort>/#instance=1&socketSecure=true&socketPort=8082&socketHost=192.168.178.29&keepParams=true
Parameter Description
instance The ioBroker.jarvis instance the data (device, layout and settings) shall be retrieved from.
socketHost Socket host the connection shall be established to, usually the ioBroker IP, see #304.
socketPort Socket port which shall be used. Usually 8082 using the integrated Web adapter socket or 8084 in case of socket.io adapter.
socketSecure Socket transport protocol which shall be used: false for http:// or true for https://.
debug Activates the detailed development log in the browser console.
keepParams All parameters are saved to the browsers cache and used as long as they are manually or automatically deleted. With this option you may keep the parameters in the URL.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue ℹ️ Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant