diff --git a/_includes/cloud/cloud-cta.html b/_includes/cloud/cloud-cta.html new file mode 100644 index 0000000..c3da350 --- /dev/null +++ b/_includes/cloud/cloud-cta.html @@ -0,0 +1,17 @@ + +
+
+

+ Register for access to inlets cloud. + Free during beta. +

+ +
+
+ \ No newline at end of file diff --git a/_includes/cloud/cloud-hero.html b/_includes/cloud/cloud-hero.html new file mode 100644 index 0000000..97e8f0d --- /dev/null +++ b/_includes/cloud/cloud-hero.html @@ -0,0 +1,118 @@ +
+
+
+
+

+ Managed Tunnels with Inlets Cloud +

+

+ Get instant HTTPS or SSH tunnels to your local network, without managing infrastructure. +

+ +
+
+
+ +
+
+
+
+
+
+

+ How do managed tunnels work? +

+

+ Bring your domain, and we'll do the rest. Just copy and paste the command or YAML for the inlets client. +

+ +
+
+

+ For self-hosting, sharing work with your team, remote access, and support. +

+
+
+
    + + +
  • +
    + + +
    +

    + Expose reverse proxies like: Caddy, Nginx & Traefik +

    +
  • + +
  • +
    + + +
    +

    + Bring your own custom domains for your tunnels +

    +
  • + + +
  • +
    + + +
    +

    + Connect Kubernetes Ingress or Istio to the Internet +

    +
  • + +
  • +
    + + +
    +

    + Get fast, low-latency connections for EU and US. +

    +
  • + +
  • +
    + + +
    +

    + SSH into any host on your network with sshmux +

    +
  • + +
  • +
    + + +
    +

    + Free support via our Discord community. +

    +
  • + +
+
+
+
+
+ +
\ No newline at end of file diff --git a/_includes/cloud/cloud-tour.html b/_includes/cloud/cloud-tour.html new file mode 100644 index 0000000..0b36ddc --- /dev/null +++ b/_includes/cloud/cloud-tour.html @@ -0,0 +1,63 @@ +
+
+

+ Create new tunnels in seconds ⏱️ +

+

+ The inlets-cloud dashboard +

+

+ From here you can create tunnels, verify new domains and understand your recent usage. +

+
+ + +
+

+ Your tunnel at a glance +

+

+ The inlets-cloud dashboard +

+

+ See how much traffic is passing through your tunnel, and its configuration in one place. +

+
+ + +
+

+ Register custom domains +

+

+ The inlets-cloud dashboard +

+

+ Once you've verified a domain, you can add as many tunnels as you want under it. +

+
+ +
+

+ Kubernetes YAML or CLI command? +

+

+ The inlets-cloud dashboard +

+

+ Whether you're using Kubernetes, and want some YAML to apply, are using a CLI, or systemd, just hit copy/paste and you're all set. +

+
+ +
+

+ Connect to any device with SSH +

+ Video demo of SSH tunnels +

+ There's no need to install a VPN, and each host gets its own custom sub-domain. IP allow lists combined with key-based logins keep your devices secure. Demo of SSH with inlets-cloud +

+
+ + +
\ No newline at end of file diff --git a/_includes/cta.html b/_includes/cta.html deleted file mode 100644 index a38c8f5..0000000 --- a/_includes/cta.html +++ /dev/null @@ -1,23 +0,0 @@ -
-
-
-

- Ready to Start your Journey? -
- Get your licence today. -

- -
-
-
\ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index 8f6f948..843e99f 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -22,8 +22,8 @@
-

Find us on the

- +

Find us on the

+
diff --git a/_includes/header.html b/_includes/header.html index ef18965..f827183 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -22,6 +22,8 @@ About Blog Pricing + Inlets Cloud + Comparison Features FAQ diff --git a/_includes/start.html b/_includes/start.html index dfa3aee..a7abe56 100644 --- a/_includes/start.html +++ b/_includes/start.html @@ -1,8 +1,8 @@
-

- Setup your first HTTP or TCP tunnel. - Completely private, self-hosted, no rate-limits. +

+ Setup your first HTTPS or TCP tunnel today. + It's private, self-hosted with no bandwidth or rate-limits.

diff --git a/cloud/index.html b/cloud/index.html new file mode 100644 index 0000000..ee378be --- /dev/null +++ b/cloud/index.html @@ -0,0 +1,13 @@ +--- +layout: default +title: Inlets Cloud - managed tunnels +--- + +{% include cloud/cloud-hero.html %} + +{% include cloud/cloud-tour.html %} + +{% include cloud/cloud-cta.html %} + + +
diff --git a/images/cloud/connect-yaml.png b/images/cloud/connect-yaml.png new file mode 100644 index 0000000..9ac0366 Binary files /dev/null and b/images/cloud/connect-yaml.png differ diff --git a/images/cloud/domains.png b/images/cloud/domains.png new file mode 100644 index 0000000..55d71c8 Binary files /dev/null and b/images/cloud/domains.png differ diff --git a/images/cloud/tunnel_stats.png b/images/cloud/tunnel_stats.png new file mode 100644 index 0000000..86b7041 Binary files /dev/null and b/images/cloud/tunnel_stats.png differ diff --git a/images/cloud/welcome.png b/images/cloud/welcome.png new file mode 100644 index 0000000..edb1c66 Binary files /dev/null and b/images/cloud/welcome.png differ