mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[enh) Move gandi and ovh page again
This commit is contained in:
parent
8f5c8d96ad
commit
0bac32fe7f
3 changed files with 0 additions and 53 deletions
|
@ -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'
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
3. In the next page, click on '(re)Generate the API key'.
|
|
||||||
|
|
||||||

|
|
|
@ -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/*`
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
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
|
|
Loading…
Add table
Reference in a new issue