Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create docker-compose.yml #28

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions Apps/fritzbox-wlan-password-rotator/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
name: fritzbox-wlan-password-rotator
services:
fb-pw-rotator:
cpu_shares: 90
deploy:
resources:
limits:
memory: 8M
environment:
- CRONTAB_EXPRESSION=0 3 * * *
- FB_ADDRESS=192.168.178.1
- FB_PASSWORD=
- FB_USER=
- TZ=Africa/Tunis
- WEB_PASSWORD=password
- WLAN_CONFIGURATION=WLANConfiguration3
image: philippehmeier/fritzbox-wlan-password-rotator:latest
labels:
icon: https://icon.casaos.io/main/all/fb-pw-rotator.png
ports:
- target: 5000
published: "5001"
protocol: tcp
restart: always
volumes:
- /DATA/AppData/fritzboxwlanqrcod:/app/data
x-casaos:
architectures:
- amd64
- arm
- arm64
author: Cp0204
developer: philippehmeier
category: Network Tools
description: >
A simple tool that automatically updates the guest WLAN password of a FRITZ!Box
after a defined interval and displays the updated credentials and QR code on
a central webpage in your home network.
tagline: >
A tool for automatically updating the guest WLAN password on FRITZ!Box.
tips:
- Ensure your FRITZ!Box is running a firmware version that supports remote administration and password changes.
- Modify the CRON expression in the environment variables to adjust the password rotation schedule to your needs.
- Ensure the device has proper network access and communication with the router for the password rotation process to work smoothly.
icon_url: https://icon.casaos.io/main/all/fb-pw-rotator.png
screenshot_urls:
- "URL_TO_SCREENSHOT_1"
- "URL_TO_SCREENSHOT_2"
network_mode: bridge
privileged: false
x-casaos:
author: Cp0204
developer: philippehmeier
hostname: 192.168.178.8
icon: https://icon.casaos.io/main/all/fb-pw-rotator.png
port_map: "5001"
scheme: http
store_app_id: fritzbox-wlan-password-rotator
title:
en_us: fb-pw-rotator

volumes:
fritzboxwlanqrcod:
driver: local
Binary file added Apps/fritzbox-wlan-password-rotator/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading