We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At https://fractal-analytics-platform.github.io/fractal-web/development/tests/#remote-fractal-server-instance, I think we have the wrong script.
Current
REMOTE_PORT=8010 LOCAL_PORT=8000 REMOTE_USER=... REMOTE_HOST_IP=... ssh $REMOTE_USER@$REMOTE_HOST_IP -L $LOCAL_PORT:$REMOTE_HOST_IP:$REMOTE_PORT -N
should probably be
REMOTE_PORT=8010 LOCAL_PORT=8000 REMOTE_USER=... ssh $REMOTE_USER@$REMOTE_HOST_IP -L $LOCAL_PORT:127.0.0.1:$REMOTE_PORT -N
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
At https://fractal-analytics-platform.github.io/fractal-web/development/tests/#remote-fractal-server-instance, I think we have the wrong script.
Current
should probably be
The text was updated successfully, but these errors were encountered: