Skip to content

Commit

Permalink
Add documentation about Scaleway credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
remyleone committed May 2, 2019
1 parent d6a1fb9 commit 9cdc7a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ After this process completes, the Algo VPN server will contain only the users li
- Configure [Azure](docs/cloud-azure.md)
- Configure [DigitalOcean](docs/cloud-do.md)
- Configure [Google Cloud Platform](docs/cloud-gce.md)
- Configure [Scaleway](docs/cloud-scaleway.md)
- Configure [Vultr](docs/cloud-vultr.md)
* Advanced Deployment
- Deploy to your own [FreeBSD](docs/deploy-to-freebsd.md) server
Expand Down
6 changes: 6 additions & 0 deletions docs/cloud-scaleway.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### Configuration file

Algo requires an API key from your Scaleway account to create a server.
The API key is generated by going to your Scaleway credentials at [https://console.scaleway.com/account/credentials](https://console.scaleway.com/account/credentials), and then selecting "Generate new token" on the right side of the box labeled "API Tokens".

This information will be pass as the `algo_scaleway_token` variable when asked for in the Algo prompt.

0 comments on commit 9cdc7a2

Please sign in to comment.