Sign inSign up

cpcontainer/starlink

By cpcontainer

Updated 11 months ago

Starlink Controller for Ericsson Cradlepoint Routers

Image
Monitoring & observability
0

1.6K

cpcontainer/starlink repository overview

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.

Setup:

  • Edit your Cradlepoint router configuration and navigate to System > Containers > Projects and click Add.
  • Give your project a name ("Starlink") and click on the Compose tab.
  • Paste the following YAML into the compose tab of your project and click save:
version: '3'
services:
  starlink:
    image: cpcontainer/starlink
    container_name: starlink
    restart: unless-stopped
    ports:
    - 8000:8000
    volumes:
    - ${CONFIG_STORE}

Usage:

  • Create an NCM Remote Connect LAN Manager profile for "Starlink" on 127.0.0.1 port 8000 HTTP
  • Connect to the Starlink profile

Github:

https://github.com/cpcontainer/compose/tree/main/starlink

Tag summary

Content type

Image

Digest

sha256:54f0c92f1

Size

83.6 MB

Last updated

11 months ago

docker pull cpcontainer/starlink