Starlink Controller for Ericsson Cradlepoint Routers
1.6K
This project runs a modified version of https://github.com/sparky8512/starlink-grpc-tools to get status from a Starlink device and populate /status/starlink/. It also puts brief status in the asset_id field for viewing in the NCM devices grid. A web UI runs on port 8000 with live status and buttons to Reboot, Stow, and Unstow the Starlink device.
version: '3'
services:
starlink:
image: cpcontainer/starlink
container_name: starlink
restart: unless-stopped
ports:
- 8000:8000
volumes:
- ${CONFIG_STORE}
Content type
Image
Digest
sha256:54f0c92f1…
Size
83.6 MB
Last updated
11 months ago
docker pull cpcontainer/starlink