You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the client is dependent on the client's version of node (and the client having node in the first place)
We should package this into a docker container to allow for easy setup on things like a synology nas.
The usage should just require a node-grok server address and port and a local port to forward. The user should not have to figure out what the proper IP is for the docker container to reach back out to the host. On mac, this is the host.docker.internal dns resolution, but this is not available in all environments.
The text was updated successfully, but these errors were encountered:
Currently, the client is dependent on the client's version of node (and the client having node in the first place)
We should package this into a docker container to allow for easy setup on things like a synology nas.
The usage should just require a node-grok server address and port and a local port to forward. The user should not have to figure out what the proper IP is for the docker container to reach back out to the host. On mac, this is the
host.docker.internal
dns resolution, but this is not available in all environments.The text was updated successfully, but these errors were encountered: