本指南是安装 STATIC 并从转发到路由器的 PC 端口进入 STATIC 的设置指南。
安装services.json
安装STATIC
在STATIC Luancher Sehll 中停止 web-ui
> stop web-ui
web-ui 删除
> uninstall web-ui
用编辑器打开launcher安装路径下的resources/services.json文件,如下图输入外接IP,保存。
...
{
"name": "web-ui",
"instanceId": "web-ui",
"type": "PYTHON",
"script": "static-ui.py",
"args": [
"start",
"外部_连接_IP"
]
}
...
安装web-ui
> install web-ui resources/services.json resources/web-ui.zip --zip
启动web-ui
> start web-ui
在STATIC Luancher Sehll 中启动 web-ui
> start web-ui