ci / rust (push) Canceled after 0s
ci / web (push) Canceled after 0s
ci / package-preview (push) Canceled after 0s
ci / package-installer (push) Canceled after 0s
ci / linux-agent (push) Canceled after 0s
ci / edge-service (push) Canceled after 0s
ci / coturn-pop (push) Canceled after 0s
ci / package-windows-host (push) Canceled after 0s
11 lines
558 B
Bash
11 lines
558 B
Bash
# RemoteDesk Agent listens with TLS WebSocket on this address.
|
|
# Opening the port in the host or cloud firewall is an explicit administrator action.
|
|
REMOTEDESK_LISTEN=0.0.0.0:39500
|
|
|
|
# Optional Edge Presence configuration. Set all four values or leave all four unset.
|
|
# Public endpoints must use HTTPS; HTTP is accepted only for loopback development.
|
|
# REMOTEDESK_EDGE_API_URL=https://edge.example.com/
|
|
# REMOTEDESK_EDGE_PRESENCE_TOKEN=replace-with-a-dedicated-32-byte-or-longer-token
|
|
# REMOTEDESK_EDGE_REGION=cn-east-1
|
|
# REMOTEDESK_EDGE_GATEWAY_ID=gateway-1
|