Sign inSign up

klausmeyer/fritzbox-smarthome-webapp

By klausmeyer

Updated over 3 years ago

Image
0

2.8K

klausmeyer/fritzbox-smarthome-webapp repository overview

Fritzbox::Smarthome - WebApp

This WebApp uses the fritzbox-smarthome ruby gem to interface with the Smarthome Features of a FritzBox.

Screenshot

Usage

Check config/initializers/fritzbox-smarthome.rb for required configuration.

With local Ruby installation
  • Run those commands:
    • gem install bundler
    • bundle install
    • rails server
  • Access on http://localhost:3000
With Docker
  • Use the official docker image:

    docker run -it --rm \
      -p 3000:8080 \
      -e FRITZBOX_ENDPOINT=https://fritz.box \
      -e FRITZBOX_USERNAME=john \
      -e FRITZBOX_PASSWORD=doe \
      -e VERIFY_SSL=false \
      klausmeyer/fritzbox-smarthome-webapp
    

Tag summary

Content type

Image

Digest

sha256:eca612002

Size

210.6 MB

Last updated

over 3 years ago

docker pull klausmeyer/fritzbox-smarthome-webapp