diff --git a/fritzbox/dyndns_ovh.secret.yaml b/fritzbox/dyndns_ovh.secret.yaml new file mode 100644 index 0000000..33bbac8 Binary files /dev/null and b/fritzbox/dyndns_ovh.secret.yaml differ diff --git a/fritzbox/dyndns_ovh_setup.md b/fritzbox/dyndns_ovh_setup.md index 21cb618..ba13fff 100644 --- a/fritzbox/dyndns_ovh_setup.md +++ b/fritzbox/dyndns_ovh_setup.md @@ -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. ## OVH DynHost Settings (Reference) -In your OVH account, you should have generated: -1. **Domain**: `dyndns.moritzgraf.de` -2. **DynHost Username**: Usually ends with a suffix like `moritzgraf.de-fritzbox` -3. **DynHost Password**: The password you generated specifically for this DynHost username. +The credentials for the DynHost are securely stored in the encrypted `dyndns_ovh.secret.yaml` file located in this directory. +Ensure you have unlocked `git-crypt` to view the `username` and `password`. *(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**: - *(Enter your OVH DynHost Username here)* + *(Get the `username` value from `dyndns_ovh.secret.yaml`)* - **Password**: - *(Enter your OVH DynHost Password here)* + *(Get the `password` value from `dyndns_ovh.secret.yaml`)* 6. Click **Apply** (Übernehmen) to save the settings.