docs: emphasize passwordless sudo in requirements

This commit is contained in:
Pasha Sviderski
2025-08-05 19:32:11 +10:00
parent 6cc0611d75
commit bc577fe405
@@ -9,8 +9,8 @@ infrastructure with secure internet access.
Before you begin, you'll need: Before you begin, you'll need:
- **Uncloud CLI** [installed](1-install-cli.md) on your local machine - **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` - A **Ubuntu or Debian server** with **public IP address** and **SSH access** using a **private key** (as `root` or a
privileges) using a **private key**. user with **passwordless** `sudo` privileges).
:::tip Need a server? :::tip Need a server?
@@ -273,9 +273,11 @@ Add a CNAME record `excalidraw.example.com` in your DNS provider (Cloudflare, Na
:::info note :::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).
::: :::