tuxudo / teamviewer
munkireport 的 Team Viewer 模块。
v3.0
2023-04-04 04:29 UTC
This package is auto-updated.
Last update: 2024-09-19 06:48:22 UTC
README
在客户端收集关于 TeamView 实例的数据,并在客户端标签页和列表中提供连接链接。需要在客户端安装并配置 TeamViewer 10 或更高版本。
配置
TeamViewer 模块有一个设置,可以通过将其添加到服务器环境变量或 .env 文件来管理。
TEAMVIEWER_LINK="tvcontrol1://control?device="
表架构
- clientid - int - 客户端 ID(魔法数字)
- clientic - int - 客户端 IC
- always_online - boolean - 是否始终在线
- autoupdatemode - int - 自动更新模式
- version - varchar(255) - 客户端上最后打开的 TeamViewer 版本
- update_available - boolean - 是否有可用的更新
- lastmacused - varchar(255) - 最后客户端的 MAC 地址
- security_adminrights - boolean - 是否授予管理员权限
- security_passwordstrength - int - 密码强度
- meeting_username - varchar(255) - 会议用户名
- ipc_port_service - int - IPC 端口
- licensetype - int - 许可证类型
- midversion - int - MID 版本
- moverestriction - boolean - 移动限制
- is_not_first_run_without_connection - boolean - 不是首次运行且没有连接
- is_not_running_test_connection - boolean - 不是在测试连接上运行
- had_a_commercial_connection - boolean - 之前有过商业连接
- prefpath - string - 预设文件的位置
- updateversion - string - 可检测/已知的可更新版本