Skip to main content

Web based FritzBox management using Python/Django.

Project description

django-fritzconnection

django-fritzconnection @ PyPi Python Versions License GPL V3+

Web based FritzBox management using Python/Django and the great fritzconnection library.

The basic idea is to block/unblock Internet access to a group of devices as easily as possible.

Current state: early development stage

Existing features:

  • actions:
    • Change WAN access of a host or for all host of a group
  • models:
    • HostModel - A host/device that is/was connected to your FritzBox
      • "Static" storage for all FritzHosts().get_hosts_info() information
      • Update in Admin via change list tools link and manage command
    • HostGroupModel - Collect host/device into groups to manage "WAN access"
      • Every group are listed on the front page
      • Allow/Disallow "WAN access" for all hosts of a group with one click
  • a few "test" views:
    • Host information
      • Get information about registered hosts
      • Get raw mesh topology
    • Diagnose
      • Test FritzBox connection
      • List all FritzBox services

Install django-fritzconnection with YunoHost

django-fritzconnection_ynh allows you to install django-fritzconnection quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Pull requests welcome ;)

Screenshots

more screenshots


Group Management


Host Change List


more screenshots

Quick start for developers

~$ git clone https://github.com/jedie/django-fritzconnection.git
~$ cd django-fritzconnection
~/django-fritzconnection$ ./devshell.py
...
Developer shell - djfritz - v0.1.0
...

(djfritz) run_testserver

FritzBox Credentials

Some of the FritzBox API requests needs a login. Currently the only way to store FritzBox Credentials is to add them into the environment.

Error message if login credentials are missing is: Unable to perform operation. 401 Unauthorized

Shell script work-a-round for developing, e.g.:

#!/bin/bash

(
    set -ex
    export FRITZ_USERNAME="<username>"
    export FRITZ_PASSWORD="<password>"

    ./devshell.py run_testserver
)

See also: Issues #5

versions

  • dev
    • TBC
  • v0.1.0 - 08.04.2022
    • NEW: 'Manage host WAN access via host-groups'
    • NEW: Add "host group" model to collect hosts into groups
    • NEW: 'List "last connect" information about hosts' view
    • Display FRITZ_USERNAME and FRITZ_PASSWORD (anonymized) on connection info page
  • v0.0.2 - 04.04.2022
    • Store Host information
    • Possible to set WAN access for one host
  • v0.0.1-alpha - 24.03.2022
    • init the project

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-fritzconnection-0.1.0.tar.gz (45.9 kB view details)

Uploaded Source

Built Distribution

django_fritzconnection-0.1.0-py3-none-any.whl (77.5 kB view details)

Uploaded Python 3

File details

Details for the file django-fritzconnection-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django-fritzconnection-0.1.0.tar.gz
Algorithm Hash digest
SHA256 f1eb6c2d99f1d417a7ce0ed73b2aaea0788b0d743ae699b5b2abbdd0f1806458
MD5 96f4825d46fb6455b9ad2accb8187b08
BLAKE2b-256 24f6a65dca269283ac22096d82b5fc74a3e411c4cfeaeca74beca13774b4af57

See more details on using hashes here.

Provenance

File details

Details for the file django_fritzconnection-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_fritzconnection-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 89f820756d4194c0361ba87a3ba3b945c99976dab0beb4bf1d3422cbeb68047c
MD5 e098f1b0a9b34bf0c7f7e8bcccba3e0c
BLAKE2b-256 19921223b9761b0186dcad226b30c6bd6b1d9fc31b9bdbab08130e0b4017f2c1

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page