远程访问
Tailscale 集成
Moltbot 支持通过 Tailscale 进行安全的远程访问:
bash
# 安装 Tailscale
curl -fsSL https://tailscale.com/install.sh | bash
# 启动 Tailscale
sudo tailscale up
# 查看 Moltbot 的 Tailscale IP
tailscale ip --4配置远程访问
yaml
remote:
enabled: true
type: tailscale
ip: 100.x.x.x
port: 8080安全注意事项
- 仅在可信网络中使用远程访问
- 定期审查访问日志
- 使用强认证机制