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

Using the node red page through the tunnel #2

Open
bewee opened this issue Apr 12, 2021 · 0 comments
Open

Using the node red page through the tunnel #2

bewee opened this issue Apr 12, 2021 · 0 comments

Comments

@bewee
Copy link
Owner

bewee commented Apr 12, 2021

Currently, the node red page is only available when accessing the gateway locally, i.e. not via the tunnel. That's because the node red page is simply included via an iframe.

Making it available through the tunnel would require:

  • somehow redirecting all traffic between the node red web app and the node red server to an apihandler, which would simply forward to the "real" local webthings server
  • the node red plugin could no longer talk to the gateway directly, but would also have to take an extra indirection: Save accessToken as credentials node-red-contrib-webthingsio#2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant