mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[enh] Move gandi autodns page
This commit is contained in:
parent
de09c051ff
commit
50c883d202
2 changed files with 27 additions and 3 deletions
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
title: Obtaining an API key from Gandi
|
||||
template: docs
|
||||
taxonomy:
|
||||
category: docs
|
||||
routes:
|
||||
default: '/providers/registrar/gandi/autodns'
|
||||
aliases:
|
||||
- '/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)
|
|
@ -19,8 +19,8 @@ However, some registrar are not compatible/tested with this feature or are more
|
|||
The list bellow can help you to choose a registrar if you plan to buy a domain name to use it with YunoHost.
|
||||
|
||||
|
||||
| Registrar | Compatibility | Easy setup process |
|
||||
| Registrar | Compatibility | Easy to obtain an API key |
|
||||
| --------- | ------------- | ------------------ |
|
||||
| [Gandi](https://www.gandi.net) | ✔ (tested) | ✔ |
|
||||
| [OVH](https://www.ovh.com/domaines/) | ✔ (tested) | ✘ [Tutorial](/providers/registrar/ovh) |
|
||||
| [Gandi](https://www.gandi.net) | ✔ (tested) | ✔ [Tutorial](/providers/registrar/gandi/autodns) |
|
||||
| [OVH](https://www.ovh.com/domaines/) | ✔ (tested) | ✘ [Tutorial](/providers/registrar/ovh/autodns) |
|
||||
| [Namecheap](https://www.namecheap.com/) | ✘ (in lexicon but untested) | ✘✘✘ API not available without 50$ on the account |
|
||||
|
|
Loading…
Reference in a new issue