-
Hi,
I am running Homegear with the following command:
```
docker run -d --restart always -v /home/sander/docker/homegear/homegeardata/etc:/etc/homegear:Z \
-v /home/sander/docker/homegear/homege…
-
Hi,
I'm trying to implement this web shell to my flask website.
I have imported this project into mine.
When I execute the server all load correctly, after that I press the button SSH that call…
-
I am unsuccessful in connecting to a running App with ssh with two of the described methods. I deployed a Python Django application in the App (using the local git method).
- opening `https://<app…
-
Starting remote debugging for newly created Node.js seems to fail (validated with CDAs).
My theory: VS Code updates remoteDebuggingEnabled = true, and immediately after tries to attach the debugger…
-
(py3) [root@localhost webssh]# wssh
[I 190312 13:58:26 settings:98] WarningPolicy
[I 190312 13:58:26 main:39] Listening on 0.0.0.0:8888 (http)
[I 190312 13:58:28 web:2246] 200 GET / (192.168.0.105)…
-
我有自己的管理平台,希望使用webssh的服务,但不需要webssh自带那个界面,因为我需要连接CMDB读取信息。
我尝试了几次,关闭了csrf保护以后再跨域连接websocket仍然会报403,使用webssh自带的web页面就没问题。
希望楼主指点一下,或是在以后的迭代里提供前后分离的解决方案。
日志
[I 190104 21:21:30 handler:301] Connecting…
-
-
我下载下来的最新版本的xterm的js和css文件好像和大神你这里面的不一样
-
该系统支持配置https支持,需要手动修改如下代码:
https流程:
web --> https(自己部署的ssl证书) --> docker(nginx)
```bash
vim static/c_websocket.js
let socket = new WebSocket('ws://' + window.location.host + '/ws/');
修改为:
…
-