Releases: phipzzz/fritzbox-wlan-password-rotator
Releases · phipzzz/fritzbox-wlan-password-rotator
Version 1.3.0
New Features
- Add custom CSS file by @phipzzz
Changes
- Change version information in requirements.txt @phipzzz
- Update compatible FRITZ!OS version 8.02 @phipzzz
Docker images
Images for following architectures are available on docker hub
- linux/amd64
- linux/arm64
Updating (Docker)
- Stop the container
- Pull the new image
docker pull phipzzz/fritzbox-wlan-password-rotator:latest
ordocker pull phipzzz/fritzbox-wlan-password-rotator:1.3.0
- If you wish to use the new features, add the volume mapping to your docker run command or docker-compose.yml file
/path/to/custom.css:/app/static/src/styles/styles-custom.css
- Deploy the container
Version 1.2.0
New Features
- Option to add a custom welcome message by @phipzzz
- Option to add a custom background image by @phipzzz
Changes
- Show footer with version information by @phipzzz
Docker images
Images for following architectures are available on docker hub
- linux/amd64
- linux/arm64
Updating (Docker)
- Stop the container
- Pull the new image
docker pull phipzzz/fritzbox-wlan-password-rotator:latest
ordocker pull phipzzz/fritzbox-wlan-password-rotator:1.2.0
- If you wish to use the new features, update the .env file. Add following lines or replace it with the latest corresponding version.
# Text content of a custom welcome message. HTML tags also work.
# Leave empty or uncomment if you don't want it to appear.
# WEB_WELCOME_MESSAGE_CONTENT = "Hello and welcome to <b>our location</b>. Here you can scan our guest Wi-Fi credentials or enter them manually."
# Use a custom background image to be shown on all pages.
# You will need to bind the backgroung image to the container by
# creating a bind mount. It is important to name the file
# "backgroung.png" (default: false).
#
# Using "docker run" add:
# -v /path/to/file/background.png:/app/static/src/img/background.png
#
# Using "docker compose" add:
# volumes:
# - /path/to/file/background.png:/app/static/src/img/background.png
WEB_CUSTOM_BACKGROUND = False
- Deploy the container
Version 1.1.0
New Features
- Added public page ("/public") to display the QR code and the WLAN credentials without authentication e.g. on public places by @phipzzz
Changes
- Added "WEB_PUBLIC_ENABLED" variable to enable the public page by @phipzzz
- Rename "SSID" to "Network name" by @phipzzz
- Rename "qr"-page to "admin" by @phipzzz
Documentation
- Added FRITZ!Box 7530 to compatibility list by @yassinyl
Docker images
Images for following architectures are available on docker hub
- linux/amd64
- linux/arm64
Updating (Docker)
- Stop the container
- Pull the new image
docker pull phipzzz/fritzbox-wlan-password-rotator:latst
ordocker pull phipzzz/fritzbox-wlan-password-rotator:1.1.0
- If you wish to use the public page, update the .env file. Add following lines or replace it with the latest corresponding version. In case you're doing nothing, the public page is disabled by default. To enable it, you have to set "WEB_PUBLIC_ENABLED" to "True".
# Dislay a publc page without authentication (default: False).
# This page only diplays the Network name, Password and the QR code.
# A manual password re-creation is not possible. It can be useful if
# the system is operated in offices or public places e.g. cafes.
WEB_PUBLIC_ENABLED = True
- Deploy the container
Pre-release 1.1.0-build_1
New features
- Add public page ("/public") to display the QR code and the WLAN credentials without authentication e.g. on public places (see #3 for furhter information)
Changes
- Rename "SSID" to "Network name"
- Rename "qr"-page to "admin"
Docker images
Images for following architectures are available on docker hub
- linux/amd64
- linux/arm64
When using the pre-release, make sure to use "dev-1.1.0-build_1" as tag. You will also need to update your .env-file to the dev version and include the new variable "WEB_PUBLIC_ENABLED". If you like to test the feature, set it to "True".
# Dislay a publc page without authentication (default: False).
# This page only diplays the Network name, Password and the QR code.
# A manual password re-creation is not possible. It can be useful if
# the system is operated in offices or public places e.g. cafes.
WEB_PUBLIC_ENABLED = True
Version 1.0.0 (initial public release)
fritzbox-wlan-password-rotator version 1.0.0
Features
- Automatic re-creation of your guest WLAN password
- Password protected web ui to easily access WLAN credentials
- Dynamic QR code generation for guest WLAN credentials
- Trigger manual guest WLAN password renew
- Automatic data fetching if the guest WLAN credentials were changed directly on your FRITZ!Box (or somewhere else)
Compatibility
- FRITZ!Box 7590 AX
- FRITZ!OS 8.00 - development and testing
- FRITZ!Box 7490
- FRITZ!OS 7.59 - testing
- FRITZ!OS 7.57 - testing
Docker images
Images for following architectures are available on docker hub
- linux/amd64
- linux/arm64