Browse Source

Update docs/quick-start.md: add a link to docs/registering-users.md for an instruction to add user accounts

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3801/head
Suguru Hirahara 1 year ago
parent
commit
713db870a7
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      docs/quick-start.md

+ 2
- 0
docs/quick-start.md View File

@@ -132,6 +132,8 @@ ansible-playbook -i inventory/hosts setup.yml --extra-vars='username=YOUR_USERNA
# Example: ansible-playbook -i inventory/hosts setup.yml --extra-vars='username=john password=secret-password admin=yes' --tags=register-user
```

ℹ️ *For an instruction to add other user accounts than yours, see [Registering users](registering-users.md).*

## Finalize server installation

<sup>This section is optimized for this quick-start guide and is derived from the following full-documentation page: [Server Delegation](howto-server-delegation.md)</sup>


Loading…
Cancel
Save