-
Notifications
You must be signed in to change notification settings - Fork 536
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
[Notes]: unable to run via docker per instructions #317
Comments
@kobuki @billchurch did you find a fix for this? |
I have done some digging and I have found that the built version of I worked around this by duplicating my config to match - e.g. As well as This allows the process to start, however attempting to then launch within the browser results in another error: @billchurch is there something going wrong in the compile of the JS? |
Just to follow up - I have attempted to build a completely fresh version of this with docker and still get the same cursorBlink error |
@tip2tail, sorry I've been out for a bit. looking at this and will fix it this week. thanks for doing the digging. |
Okay, so I think I see what's happening. In 0.4.7 I'm changing that schema a bit, so the example that's in If you change the tag of this repository to 0.4.6, the example is correct for that version and should work properly. https://github.com/billchurch/webssh2/blob/0.4.6/app/config.json.sample
|
So... as soon as you release 0.4.7, we can run the container without quirks and until then we must manually checkout 0.4.6? |
@kobuki probably a better way you could phrase that to the only developer working on a project for free... The example |
@kobuki you can feel free to pull billchurch/webssh2:main if you want the current development branch, but its probably not what you want. |
No, I'm thankful for every piece of free software, including yours, that I have access to. I'm saying this as someone who also works on OSS projects even here. But as one I usually try to produce a master that can be used as-is and work on feature branches otherwise. I was a little baffled on why a code that's being regularly maintained refuses to even load its config. But, no offense was intended, I shoulda chosen my wording a bit better, maybe. In any case, I can try out webssh2 in 0.4.6 now, thanks for the hints! |
if you're using docker, you don't need to checkout anything. A proper config for the version is the only thing you need, which is going to be stored under the tag for that version. |
I updated docker page as well... |
@billchurch Very much appreciated and thanks for the detail on what the root cause was. Thanks again |
What happened?
Running the app via docker using the following command fails:
Container exits here instantly. Config file attached. Made from sample config file in Git. Output of
docker logs
below.config.json.txt
Node Version
N/A
NPM Version
N/A
Server OS Version
Debian 10.12
WebSSH2 release version
N/A
OS and Version of SSH server
N/A
Browser Version
N/A
Relevant log output
The text was updated successfully, but these errors were encountered: