diff --git a/README.md b/README.md index 5bd9eea..cf64162 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Algo VPN is a set of Ansible scripts that simplify the setup of a personal WireG * Blocks ads with a local DNS resolver (optional) * Sets up limited SSH users for tunneling traffic (optional) * Based on current versions of Ubuntu and strongSwan -* Installs to DigitalOcean, Amazon Lightsail, Amazon EC2, Vultr, Microsoft Azure, Google Compute Engine, Scaleway, OpenStack, CloudStack, Hetzner Cloud, or [your own Ubuntu server](docs/deploy-to-ubuntu.md) +* Installs to DigitalOcean, Amazon Lightsail, Amazon EC2, Vultr, Microsoft Azure, Google Compute Engine, Scaleway, OpenStack, CloudStack, Hetzner Cloud, or [your own Ubuntu server (for more advanced users)](docs/deploy-to-ubuntu.md) ## Anti-features diff --git a/docs/deploy-to-ubuntu.md b/docs/deploy-to-ubuntu.md index c96d8e0..55a37ae 100644 --- a/docs/deploy-to-ubuntu.md +++ b/docs/deploy-to-ubuntu.md @@ -1,10 +1,10 @@ # Local Installation -You can use Algo to configure a pre-existing server as an AlgoVPN rather than using it to create and configure a new server on a supported cloud provider. This is referred to as a **local** installation rather than a **cloud** deployment. +You can use Algo to configure a pre-existing server as an AlgoVPN rather than using it to create and configure a new server on a supported cloud provider. This is referred to as a **local** installation rather than a **cloud** deployment. If you're new to Algo or unfamiliar with Linux you'll find a cloud deployment to be easier. -Install the Algo scripts following the normal installation instructions, then choose: +To perform a local installation, install the Algo scripts following the normal installation instructions, then choose: ``` -Install to existing Ubuntu 18.04, 19.04, or 19.10 server (Advanced) +Install to existing Ubuntu 18.04 or 19.10 server (for more advanced users) ``` Make sure your target server is running an unmodified copy of the operating system version specified. The target can be the same system where you've installed the Algo scripts, or a remote system that you are able to access as root via SSH without needing to enter the SSH key passphrase (such as when using `ssh-agent`). diff --git a/input.yml b/input.yml index 8dd5ae7..cc1794b 100644 --- a/input.yml +++ b/input.yml @@ -21,7 +21,7 @@ - { name: Scaleway, alias: scaleway} - { name: OpenStack (DreamCompute optimised), alias: openstack } - { name: CloudStack (Exoscale optimised), alias: cloudstack } - - { name: "Install to existing Ubuntu 18.04, 19.04, or 19.10 server (Advanced)", alias: local } + - { name: "Install to existing Ubuntu 18.04 or 19.10 server (for more advanced users)", alias: local } vars_files: - config.cfg