From 0bac32fe7f3f84ad897ac0b3569e6df6cd236572 Mon Sep 17 00:00:00 2001 From: ljf Date: Tue, 21 Sep 2021 02:15:33 +0200 Subject: [PATCH] [enh) Move gandi and ovh page again --- .../13.autodns/01.gandi/gandi.md | 22 ------------- .../13.autodns/02.ovh/ovh.md | 31 ------------------- .../gandi/{gandi.md => autodns.md} | 0 3 files changed, 53 deletions(-) delete mode 100644 pages/01.administrate/07.specific_use_cases/13.autodns/01.gandi/gandi.md delete mode 100644 pages/01.administrate/07.specific_use_cases/13.autodns/02.ovh/ovh.md rename pages/01.administrate/09.providers/01.registrar/gandi/{gandi.md => autodns.md} (100%) diff --git a/pages/01.administrate/07.specific_use_cases/13.autodns/01.gandi/gandi.md b/pages/01.administrate/07.specific_use_cases/13.autodns/01.gandi/gandi.md deleted file mode 100644 index d7fb7a97..00000000 --- a/pages/01.administrate/07.specific_use_cases/13.autodns/01.gandi/gandi.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Obtaining an API key from Gandi -template: docs -taxonomy: - category: docs -routes: - default: '/registar_api_gandi' ---- - -This page is meant to guide you in obtaining an API key from Gandi in order to configure YunoHost's automatic DNS configuration mecanism - -! NB. : **DO NOT share your API tokens with anybody!** A malicious attacker obtaining your tokens could take over your domain, and possibly your server! - -1. Go to https://account.gandi.net/ - -2. You should land on this page. Then click on 'Security' - -![](image://registrar_api_gandi_1.png?resize=800) - -3. In the next page, click on '(re)Generate the API key'. - -![](image://registrar_api_gandi_2.png?resize=800) diff --git a/pages/01.administrate/07.specific_use_cases/13.autodns/02.ovh/ovh.md b/pages/01.administrate/07.specific_use_cases/13.autodns/02.ovh/ovh.md deleted file mode 100644 index 32151a40..00000000 --- a/pages/01.administrate/07.specific_use_cases/13.autodns/02.ovh/ovh.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Obtaining an API key from OVH -template: docs -taxonomy: - category: docs -routes: - default: '/registar_api_ovh' ---- - -This page is meant to guide you in obtaining an API key from OVH in order to configure YunoHost's automatic DNS configuration mecanism - -! NB. : **DO NOT share your API tokens with anybody!** A malicious attacker obtaining your tokens could take over your domain, and possibly your server! - -1. Go to https://eu.api.ovh.com/createToken/ - -2. Fill the form with the required informations as shown below: - -- Account ID or email address: This is your usual OVH login -- Password: This is your usual OVH password -- Script Name: for example `YunoHost Auto DNS` -- Script description: for example `YunoHost Auto DNS` -- Validity: `Unlimited` -- Rights: use the `+` button to add the following lines - - `GET` : `/domain/zone/*` - - `POST` : `/domain/zone/*` - - `PUT` : `/domain/zone/*` - - `DELETE` : `/domain/zone/*` - -![](image://registrar_api_ovh_1.png?resize=800) - -3. You will obtain three tokens (an application key, a secret application key, and a consumer key) which should be used in YunoHost's configuration diff --git a/pages/01.administrate/09.providers/01.registrar/gandi/gandi.md b/pages/01.administrate/09.providers/01.registrar/gandi/autodns.md similarity index 100% rename from pages/01.administrate/09.providers/01.registrar/gandi/gandi.md rename to pages/01.administrate/09.providers/01.registrar/gandi/autodns.md