docs: v0.10 operators handbook updates

This commit is contained in:
2025-04-21 20:02:42 +02:00
parent a87e54a1d1
commit 4bcc5a7f04
2 changed files with 22 additions and 12 deletions

View File

@ -129,16 +129,15 @@ It is important to note that `<server-domain>` here is a publicy accessible doma
??? warning "Can I use arbitrary server names?"
Yes, this is possible. You need to pass `-D` to `server add` and ensure
that your `Host ...` entry in your SSH configuration includes the name.
So, for example:
Yes, this is possible. Snsure that your `Host ...` entry in your SSH
configuration includes the name. So, for example:
Host example.com example
...
And then:
abra server add -D example
abra server add example
You will now have a new `~/.abra/` folder on your local file system which stores all the configuration of your Co-op Cloud instance.