mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-13 16:23:00 +02:00
Complete index.md
As a general rule all docs should be linked to from the index file. No?
This commit is contained in:
parent
b0e029955b
commit
66faa9e0ee
1 changed files with 6 additions and 2 deletions
|
@ -1,18 +1,21 @@
|
||||||
# Algo VPN documentation
|
# Algo VPN documentation
|
||||||
|
|
||||||
* Setup instructions
|
* Deployment instructions
|
||||||
- Documentation for available [Ansible roles](setup-roles.md)
|
- Documentation for available [Ansible roles](setup-roles.md)
|
||||||
- Deploy from [Fedora Workstation (26)](deploy-from-fedora-workstation.md)
|
- Deploy from [Fedora Workstation (26)](deploy-from-fedora-workstation.md)
|
||||||
- Deploy from [RedHat/CentOS 6.x](deploy-from-redhat-centos6.md)
|
- Deploy from [RedHat/CentOS 6.x](deploy-from-redhat-centos6.md)
|
||||||
- Deploy from [Windows](deploy-from-windows.md)
|
- Deploy from [Windows](deploy-from-windows.md)
|
||||||
|
- Deploy from a [Docker container](deploy-from-docker.md)
|
||||||
- Deploy from [Ansible](deploy-from-ansible.md) directly
|
- Deploy from [Ansible](deploy-from-ansible.md) directly
|
||||||
|
- Deploy onto a [cloud server at time of creation](deploy-from-script-or-cloud-init-to-localhost.md)
|
||||||
* Client setup
|
* Client setup
|
||||||
- Setup [Android](client-android.md) clients
|
- Setup [Android](client-android.md) clients
|
||||||
- Setup [Generic/Linux](client-linux.md) clients with Ansible
|
- Setup [Generic/Linux](client-linux.md) clients with Ansible
|
||||||
- Setup Ubuntu clients to use [WireGuard](client-linux-wireguard.md)
|
- Setup Ubuntu clients to use [WireGuard](client-linux-wireguard.md)
|
||||||
- Setup Apple devices to use [IPSEC](client-apple-ipsec.md)
|
- Setup Apple devices to use [IPSEC](client-apple-ipsec.md)
|
||||||
- Setup Macs running macOS 10.13 or older to use [Wireguard](client-macos-wireguard.md)
|
- Setup Macs running macOS 10.13 or older to use [Wireguard](client-macos-wireguard.md)
|
||||||
* Cloud setup
|
- Manual Windows 10 client setup for [IPSEC](client-windows.md)
|
||||||
|
* Cloud provider setup
|
||||||
- Configure [Amazon EC2](cloud-amazon-ec2.md)
|
- Configure [Amazon EC2](cloud-amazon-ec2.md)
|
||||||
- Configure [Azure](cloud-azure.md)
|
- Configure [Azure](cloud-azure.md)
|
||||||
- Configure [DigitalOcean](cloud-do.md)
|
- Configure [DigitalOcean](cloud-do.md)
|
||||||
|
@ -23,4 +26,5 @@
|
||||||
- Deploy to your own [Ubuntu 18.04](deploy-to-ubuntu.md) server
|
- Deploy to your own [Ubuntu 18.04](deploy-to-ubuntu.md) server
|
||||||
- Deploy to an [unsupported cloud provider](deploy-to-unsupported-cloud.md)
|
- Deploy to an [unsupported cloud provider](deploy-to-unsupported-cloud.md)
|
||||||
* [FAQ](faq.md)
|
* [FAQ](faq.md)
|
||||||
|
* [Firewalls](firewalls.md)
|
||||||
* [Troubleshooting](troubleshooting.md)
|
* [Troubleshooting](troubleshooting.md)
|
||||||
|
|
Loading…
Add table
Reference in a new issue