Skip to content

A lightweight Docker container that automates daily FritzBox reconnects using the TR-064 interface. Runs via cron at 3:00 AM and logs to stdout.

License

Notifications You must be signed in to change notification settings

john-pierre/fritzbox-reconnect-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

FritzBox Reconnect Docker

Docker Image License: GPL v3 Build Status

Table of Contents

  1. Overview
  2. Prerequisites
  3. Installation
  4. Usage
  5. Environment Variables
  6. Logging
  7. License

Overview

This Docker container automatically reconnects a FritzBox router every night at 3:00 AM using the TR-064 interface.

Prerequisites

  • Docker installed on your system
  • A FritzBox router with TR-064 enabled

Installation

  1. Clone this repository:
    git clone <repository-url>
    cd fritzbox-reconnect-docker
  2. Build the Docker image:
    docker build -t fritzbox-reconnect .

Usage

Run the container with the required environment variables:

docker run -d --name fritzbox-reconnect \
  -e FRITZBOX_IP="192.168.178.1" \
  -e FRITZBOX_USER="your_username" \
  -e FRITZBOX_PASSWORD="your_password" \
  fritzbox-reconnect

Environment Variables

  • FRITZBOX_IP (default: 192.168.178.1): The IP address of your FritzBox router.
  • FRITZBOX_USER: Your FritzBox username.
  • FRITZBOX_PASSWORD: Your FritzBox password.

Logging

The container logs directly to stdout, so you can check the logs using:

docker logs -f fritzbox-reconnect

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.


This project is not affiliated with AVM or the FritzBox brand.

About

A lightweight Docker container that automates daily FritzBox reconnects using the TR-064 interface. Runs via cron at 3:00 AM and logs to stdout.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published