docs(fritzbox): add encrypted DynHost credentials and update docs
This commit is contained in:
parent
c2262b4679
commit
e90ad7b4df
Binary file not shown.
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue