Giter Club home page Giter Club logo

fritzbox-web-callmonitor's Introduction

FritzBox-Web-Callmonitor

A simple call monitor web interface for Fritz!BOX routers.

forthebadge forthebadge

This web app simply fetches recent calls from a Fritz!BOX, tries to look up unknown numbers using dasoertliche.de and displays everything in a simple web interface.

Installation / Setup

Linux, Windows & macOS:

npm install

Then set environment variables as necessary. The following variables are available:

  • USER (Fritz!BOX username to use to connect, default NOT SET)
  • PASSWORD (Fritz!BOX password to use to connect, default NOT SET)
  • HOST (Fritz!BOX IP/FQDN, default fritz.box)
  • PROTOCOL (Protocol to use to connect to Fritz!BOX, default http)
  • CALLS (Number of recent calls to show, default 10)

(For more information on the protocol variable, check lesander/fritzbox.js.)

Usage

Run installation, then run

node app

If all environment variables are set correctly, the web interface will be available on port 3000.

Docker

Dockerfile

This repository also includes a Dockerfile. Simply build it like this

docker build -t callmonitor .

and run it like this

docker run -p 3000:3000 -e USER=username -e PASSWORD=password [-e HOST=192.168.178.5] [-e PROTOCOL=http] [-e CALLS=10] callmonitor

Explanation:

  • -p 3000:3000: Maps host port 3000 to the app's listening port 3000. Change first port to suit your setup.
  • -e USER: Sets the username to use when requesting calls from a Fritz!BOX.
  • -e PASSWORD: Sets the password to use.
  • -e HOST: [OPTIONAL], Sets IP address of the Fritz!BOX to connect to.
  • -e PROTOCOL: [OPTIONAL], Sets the protocol to use to communicate with the Fritz!BOX.
  • -e CALLS: [OPTIONAL], Sets the number of recent calls to show.

Release History

  • 1.0.0
    • First release

Meta

lukasklinger โ€“ @lukespccontrol โ€“ lukasklinger.com

https://github.com/lukasklinger

https://git.lukasklinger.com/lukas

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

fritzbox-web-callmonitor's People

Contributors

upzidedown22 avatar dependabot[bot] avatar lukasklinger avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.