-
Notifications
You must be signed in to change notification settings - Fork 535
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
Can we integrate this with Vuejs #366
Comments
The However, I'm working on a project to split the client out of this repo, simplifying the process and making it easier to support different frameworks or do other custom modifications. I hope to have something usable in the next couple of weeks. Some other priorities have kept me from completing some testing. |
Thanks, I will wait :) |
Ok. I don't have the "current" version refactored, but I did "refactor" and older branch. It's actually a total re-write but I had to target an old version of node for a specific use case. The front end is: The back end is currently in the I created a tag on dockerhub with this new version. It doesn't exactly solve your problem right now but I was hoping maybe you'd take a look at it and see what you think.
Documentation is kind of all over the place, and probably incomplete but you can look at the READMEs of the two repos:
The idea here is we can fork off Does that make sense? Let me know what you think. |
Well I had integrated your old web2ssh into my vue app. In my app I am simply open the iframe and using token instead of any html form for username, hostname or password. The Vue app on the fly get the token from python api. http://localhost:2222/ssh/host?token=${newToken} then in web2ssh/server/app.js, I had modified the following to use that token
|
Hi Bill
Is it possible that we can integrate this in Vuejs Project?
The text was updated successfully, but these errors were encountered: