From bc577fe40572ecb3b195b658630d33baf7f3bab9 Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Tue, 5 Aug 2025 19:32:11 +1000 Subject: [PATCH] docs: emphasize passwordless sudo in requirements --- website/docs/2-getting-started/2-deploy-demo-app.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/website/docs/2-getting-started/2-deploy-demo-app.md b/website/docs/2-getting-started/2-deploy-demo-app.md index 84a21dee..1766beaf 100644 --- a/website/docs/2-getting-started/2-deploy-demo-app.md +++ b/website/docs/2-getting-started/2-deploy-demo-app.md @@ -9,8 +9,8 @@ infrastructure with secure internet access. Before you begin, you'll need: - **Uncloud CLI** [installed](1-install-cli.md) on your local machine -- A **Ubuntu or Debian server** with **public IP address** and **SSH access** (as `root` or a user with `sudo` - privileges) using a **private key**. +- A **Ubuntu or Debian server** with **public IP address** and **SSH access** using a **private key** (as `root` or a + user with **passwordless** `sudo` privileges). :::tip Need a server? @@ -273,9 +273,11 @@ Add a CNAME record `excalidraw.example.com` in your DNS provider (Cloudflare, Na :::info note -These instructions set up your own domain _in addition to_ uncloud's managed DNS service. +These instructions set up your own domain **in addition to** the Uncloud managed DNS name +`excalidraw.7za6s7.cluster.uncloud.run`. -If you want to avoid the managed service altogether, add `--no-dns` to your `uc machine init` command, and point an `A`-type DNS record to your server(s)'s IP(s). +If you want to avoid the managed service altogether, add `--no-dns` to your `uc machine init` command, and point an A +DNS record to your server(s)'s IP(s). :::