docs(fritzbox): add encrypted DynHost credentials and update docs

This commit is contained in:
Moritz Graf 2026-05-17 10:40:29 +02:00
parent c2262b4679
commit e90ad7b4df
2 changed files with 4 additions and 6 deletions

Binary file not shown.

View File

@ -4,10 +4,8 @@ This document describes how to configure your FritzBox to automatically update a
Since you have already set up `dyndns.moritzgraf.de` as a DynHost in your OVH control panel, the remaining step is to configure the FritzBox to push IP updates to OVH. Since you have already set up `dyndns.moritzgraf.de` as a DynHost in your OVH control panel, the remaining step is to configure the FritzBox to push IP updates to OVH.
## OVH DynHost Settings (Reference) ## OVH DynHost Settings (Reference)
In your OVH account, you should have generated: The credentials for the DynHost are securely stored in the encrypted `dyndns_ovh.secret.yaml` file located in this directory.
1. **Domain**: `dyndns.moritzgraf.de` Ensure you have unlocked `git-crypt` to view the `username` and `password`.
2. **DynHost Username**: Usually ends with a suffix like `moritzgraf.de-fritzbox`
3. **DynHost Password**: The password you generated specifically for this DynHost username.
*(Note: These are not your main OVH account credentials, but the specific credentials generated for the DynHost record!)* *(Note: These are not your main OVH account credentials, but the specific credentials generated for the DynHost record!)*
@ -31,10 +29,10 @@ In your OVH account, you should have generated:
``` ```
- **Username**: - **Username**:
*(Enter your OVH DynHost Username here)* *(Get the `username` value from `dyndns_ovh.secret.yaml`)*
- **Password**: - **Password**:
*(Enter your OVH DynHost Password here)* *(Get the `password` value from `dyndns_ovh.secret.yaml`)*
6. Click **Apply** (Übernehmen) to save the settings. 6. Click **Apply** (Übernehmen) to save the settings.