ソースを参照

Edit docs: minor edits

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4097/head
Suguru Hirahara 1年前
コミット
7448b4728c
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E4F9743DAB4B7B75
3個のファイルの変更3行の追加3行の削除
  1. +1
    -1
      docs/installing.md
  2. +1
    -1
      docs/prerequisites.md
  3. +1
    -1
      docs/quick-start.md

+ 1
- 1
docs/installing.md ファイルの表示

@@ -157,7 +157,7 @@ The upstream projects, which this playbook makes use of, occasionally if not oft

Since it is unsafe to keep outdated services running on the server connected to the internet, please consider to update the playbook and re-run it periodically, in order to keep the services up-to-date.

For more information about upgrading or maintaining services with the playbook, take at look at this page: [Upgrading the Matrix services](maintenance-upgrading-services.md)
For more information about upgrading or maintaining services with the playbook, take a look at this page: [Upgrading the Matrix services](maintenance-upgrading-services.md)

Feel free to **re-run the setup command any time** you think something is wrong with the server configuration. Ansible will take your configuration and update your server to match.



+ 1
- 1
docs/prerequisites.md ファイルの表示

@@ -27,7 +27,7 @@ We will be using `example.com` as the domain in the following instruction. Pleas

- [`git`](https://git-scm.com/) as the recommended way to download the playbook. `git` may also be required on the server if you will be [self-building](self-building.md) components.

- [`just`](https://github.com/casey/just) for running `just roles`, `just update`, etc. (see [`justfile`](../justfile)), although you can also run these commands manually. Take at look at this documentation for more information: [Running `just` commands](just.md).
- [`just`](https://github.com/casey/just) for running `just roles`, `just update`, etc. (see [`justfile`](../justfile)), although you can also run these commands manually. Take a look at this documentation for more information: [Running `just` commands](just.md).

- Strong password (random strings) generator. The playbook often requires you to create a strong password and use it for settings on `vars.yml`, components, etc. As any tools should be fine, this playbook has adopted [`pwgen`](https://linux.die.net/man/1/pwgen) (running `pwgen -s 64 1`). [Password Tech](https://pwgen-win.sourceforge.io/), formerly known as "PWGen for Windows", is available as free and open source password generator for Windows. Generally, using a random generator available on the internet is not recommended.



+ 1
- 1
docs/quick-start.md ファイルの表示

@@ -207,4 +207,4 @@ While this playbook helps you to set up Matrix services and maintain them, it wi

Since it is unsafe to keep outdated services running on the server connected to the internet, please consider to update the playbook and re-run it periodically, in order to keep the services up-to-date.

For more information about upgrading or maintaining services with the playbook, take at look at this page: [Upgrading the Matrix services](maintenance-upgrading-services.md)
For more information about upgrading or maintaining services with the playbook, take a look at this page: [Upgrading the Matrix services](maintenance-upgrading-services.md)

読み込み中…
キャンセル
保存