Skip to content

dmartinpro/assistant-plugins-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build Docker container using command

docker build -t assistant-freebox .

Then run it using env variable to set up Pushbullet token and Freebox remote control code:

docker run -d \
      -t \
      --name assistant-freebox \
      -e "TZ=Europe/Paris" \
      -e PB_TOKEN=o.ZVO9aaaaaaaaabbbbbbbbcccccccddddd \
      -e RC_CODE=12345678 \
      --restart=unless-stopped \
      assistant-freebox:latest

About

Assistant Plugins (running Freebox) Docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published