Sign inSign up

whatdaybob/xbox-smartglass-core

By whatdaybob

Updated almost 6 years ago

A quick build of the xbox-smartglass-core-python pypi release

Image
1

100K+

whatdaybob/xbox-smartglass-core repository overview

whatdaybob/xbox-smartglass-core

SmartGlass Core protocol python library now in a docker container xbox-smartglass-core.

This is an unofficial build. For official things please refer to the project here xbox-smartglass-core-python.

Usage

Docker
docker create \
  --name=xboxrestapi \
  -e SERVER=127.0.0.1 \
  -e PORT=5557 \
  -p 5557:5557 \
  --restart unless-stopped \
  whatdaybob/xbox-smartglass-core
Docker Compose
version: '3.4'
services:
  xboxrestapi:
    container_name: xboxrestapi
    image: whatdaybob/xbox-smartglass-core
    environment: [
      "SERVER=0.0.0.0",
      "PORT=5557"
    ]
    volumes: [
      '/etc/localtime:/etc/localtime:ro'
    ]
    restart: always
    ports: ['5557:5557']
ParameterFunction
-e PORT=5557Sets the port to listen on (default 5557)
-e SERVER=127.0.0.1Sets the IP the server will bind to (default 127.0.0.1)

If i helped in anyway and you would like to help me, consider donating a lovely beverage with the below.

Buy Me A Coffee

Tag summary

Content type

Image

Digest

Size

91.2 MB

Last updated

about 6 years ago

docker pull whatdaybob/xbox-smartglass-core