diff --git a/app/static/provider-lightsail.vue b/app/static/provider-lightsail.vue new file mode 100644 index 0000000..b0fd906 --- /dev/null +++ b/app/static/provider-lightsail.vue @@ -0,0 +1,57 @@ + + + diff --git a/app/static/provider-setup.vue b/app/static/provider-setup.vue index 6a2394f..3a28cb6 100644 --- a/app/static/provider-setup.vue +++ b/app/static/provider-setup.vue @@ -57,7 +57,8 @@ module.exports = { } }, components: { - 'digitalocean': window.httpVueLoader('/static/provider-do.vue') + 'digitalocean': window.httpVueLoader('/static/provider-do.vue'), + 'lightsail': window.httpVueLoader('/static/provider-lightsail.vue') } }; diff --git a/app/static/status-done.vue b/app/static/status-done.vue index 5391163..fba4f9c 100644 --- a/app/static/status-done.vue +++ b/app/static/status-done.vue @@ -4,7 +4,7 @@

Config files and certificates are in the ./configs/ directory.

Go to https://whoer.net/ after connecting and ensure that all your traffic passes through the VPN.

-

Local DNS resolver {{result.local_service_ip}}

+

Local DNS resolver {{result.local_service_ip}}

The p12 and SSH keys password for new users is {{result.p12_export_password}}

The CA key password is {{result.CA_password}}

Shell access: ssh -F configs/{{result.ansible_ssh_host}}/ssh_config {{config.server_name}}