Przeglądaj źródła

Merge pull request #4043 from luixxiul/fix

Update docs: cosmetic edits
pull/4044/head
Slavi Pantaleev 1 rok temu
committed by GitHub
rodzic
commit
1db8254074
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: B5690EEEBB952194
4 zmienionych plików z 0 dodań i 11 usunięć
  1. +0
    -1
      docs/configuring-playbook-bridge-matrix-bridge-sms.md
  2. +0
    -4
      docs/configuring-playbook-matrix-corporal.md
  3. +0
    -2
      docs/configuring-playbook-s3.md
  4. +0
    -4
      docs/maintenance-synapse.md

+ 0
- 1
docs/configuring-playbook-bridge-matrix-bridge-sms.md Wyświetl plik

@@ -30,7 +30,6 @@ matrix_sms_bridge_provider_android_password: supeSecretPassword
# (optional) if your android-sms-gateway-server uses a self signed vertificate, the bridge needs a "truststore". This can be the certificate itself. # (optional) if your android-sms-gateway-server uses a self signed vertificate, the bridge needs a "truststore". This can be the certificate itself.
matrix_sms_bridge_provider_android_truststore_local_path: android-sms-gateway-server.p12 matrix_sms_bridge_provider_android_truststore_local_path: android-sms-gateway-server.p12
matrix_sms_bridge_provider_android_truststore_password: 123 matrix_sms_bridge_provider_android_truststore_password: 123

``` ```


### Extending the configuration ### Extending the configuration


+ 0
- 4
docs/configuring-playbook-matrix-corporal.md Wyświetl plik

@@ -1,12 +1,8 @@
# Setting up Matrix Corporal (optional, advanced) # Setting up Matrix Corporal (optional, advanced)


<hr/>

> [!WARNING] > [!WARNING]
> This is an advanced feature! It requires prior experience with Matrix and a specific need for using [Matrix Corporal](https://github.com/devture/matrix-corporal). If you're unsure whether you have such a need, you most likely don't. > This is an advanced feature! It requires prior experience with Matrix and a specific need for using [Matrix Corporal](https://github.com/devture/matrix-corporal). If you're unsure whether you have such a need, you most likely don't.


<hr/>

The playbook can install and configure [matrix-corporal](https://github.com/devture/matrix-corporal) for you. The playbook can install and configure [matrix-corporal](https://github.com/devture/matrix-corporal) for you.


In short, it's a sort of automation and firewalling service, which is helpful if you're instaling Matrix services in a controlled corporate environment. In short, it's a sort of automation and firewalling service, which is helpful if you're instaling Matrix services in a controlled corporate environment.


+ 0
- 2
docs/configuring-playbook-s3.md Wyświetl plik

@@ -84,9 +84,7 @@ The `keyID` value is your **Access Key** and `applicationKey` is your **Secret K
For configuring [Goofys](configuring-playbook-s3-goofys.md) or [s3-synapse-storage-provider](configuring-playbook-synapse-s3-storage-provider.md) you will need: For configuring [Goofys](configuring-playbook-s3-goofys.md) or [s3-synapse-storage-provider](configuring-playbook-synapse-s3-storage-provider.md) you will need:


- **Endpoint URL** — this is the **Endpoint** value you saw above, but prefixed with `https://` - **Endpoint URL** — this is the **Endpoint** value you saw above, but prefixed with `https://`

- **Region** — use the value you see in the Endpoint (e.g. `us-west-002`) - **Region** — use the value you see in the Endpoint (e.g. `us-west-002`)

- **Storage Class** — use `STANDARD`. Backblaze B2 does not have different storage classes, so it doesn't make sense to use any other value. - **Storage Class** — use `STANDARD`. Backblaze B2 does not have different storage classes, so it doesn't make sense to use any other value.


## Other providers ## Other providers


+ 0
- 4
docs/maintenance-synapse.md Wyświetl plik

@@ -3,13 +3,9 @@
This document shows you how to perform various maintenance tasks related to the Synapse chat server. This document shows you how to perform various maintenance tasks related to the Synapse chat server.


Table of contents: Table of contents:

- [Purging old data with the Purge History API](#purging-old-data-with-the-purge-history-api), for when you wish to delete in-use (but old) data from the Synapse database - [Purging old data with the Purge History API](#purging-old-data-with-the-purge-history-api), for when you wish to delete in-use (but old) data from the Synapse database

- [Compressing state with rust-synapse-compress-state](#compressing-state-with-rust-synapse-compress-state) - [Compressing state with rust-synapse-compress-state](#compressing-state-with-rust-synapse-compress-state)

- [Browse and manipulate the database](#browse-and-manipulate-the-database), for when you really need to take matters into your own hands - [Browse and manipulate the database](#browse-and-manipulate-the-database), for when you really need to take matters into your own hands

- [Make Synapse faster](#make-synapse-faster) - [Make Synapse faster](#make-synapse-faster)


💡 See this page for details about configuring Synapse: [Configuring Synapse](configuring-playbook-synapse.md) 💡 See this page for details about configuring Synapse: [Configuring Synapse](configuring-playbook-synapse.md)


Ładowanie…
Anuluj
Zapisz