1 Star 1 Fork 0

craftsky/ws-scrcpy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.example.yaml 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
Sergey Volkov 提交于 2022-08-04 15:18 . fix: enable trackers by default
# Run configuration example. See full config file spec in src/types/Configuration.d.ts
# Device trackers
## track android devices (default: true, if was INCLUDE_GOOG enabled in build config)
runGoogTracker: false
## track iOS devices (default: true, if was INCLUDE_APPL enabled in build config)
runApplTracker: false;
# HTTP[s] servers configuration
server:
- secure: false
port: 8000
redirectToSecure:
port: 8443
host: first-mobile-stand.example.com
- secure: true
port: 8443
options:
certPath: /Users/example/ssl/STAR_example_com.crt
keyPath: /Users/example/ssl/STAR_example_com.key
# Announce remote device trackers. The server doesn't check their availability.
remoteHostList:
- useProxy: true # optional, default: false
type: android # required, "android" | "ios" | ["android", "ios"]
secure: true # required, false for HTTP, true for HTTPS
hostname: second-mobile-stand.example.com
port: 8443
- useProxy: true
type: ios
secure: true
hostname: second-mobile-stand.example.com
port: 8443
- useProxy: true
type: # short variant
- ios
- android
secure: true
hostname: third-mobile-stand.example.com
port: 8443
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/caaaa_admin/ws-scrcpy.git
[email protected]:caaaa_admin/ws-scrcpy.git
caaaa_admin
ws-scrcpy
ws-scrcpy
master

搜索帮助