Skip to content

Commit

Permalink
Use common sentences on documentation regarding installation
Browse files Browse the repository at this point in the history
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
  • Loading branch information
Suguru Hirahara committed Oct 12, 2024
1 parent 5268df9 commit 282e8be
Show file tree
Hide file tree
Showing 47 changed files with 156 additions and 23 deletions.
2 changes: 1 addition & 1 deletion docs/configuring-playbook-alertmanager-receiver.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Steps 3 and 4 need to be done for each new room you'd like the bot to deliver al

## Installation

Now that you've [prepared the bot account and room](#account-and-room-preparation) and have [configured the playbook](#configuration), you can re-run the [installation](./installing.md) process (`just install-all`).
Now that you've [prepared the bot account and room](#account-and-room-preparation) and have [configured the playbook](#configuration), you can run the [installation](installing.md) command: `just install-all`

Then, you can proceed to [Usage](#usage).

Expand Down
6 changes: 6 additions & 0 deletions docs/configuring-playbook-appservice-double-puppet.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ To enable the Appservice Double Puppet service, add the following configuration
matrix_appservice_double_puppet_enabled: true
```
## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Usage

When enabled, double puppeting will automatically be enabled for all bridges that support double puppeting via the appservice method.
2 changes: 1 addition & 1 deletion docs/configuring-playbook-bot-matrix-registration-bot.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The bot account will be created automatically.
## Installing
After configuring the playbook, re-run the [installation](installing.md) command again: `just install-all` or `just setup-all`
After configuring the playbook, re-run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/configuring-playbook-bot-maubot.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can add multiple admins. The admin accounts are only used to access the maub
## Installing
After configuring the playbook, run the [installation](installing.md) command again (`just install-all`):
After configuring the playbook, run the [installation](installing.md) command again: `just install-all`

**Notes**:

Expand Down
6 changes: 6 additions & 0 deletions docs/configuring-playbook-bridge-appservice-irc.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,10 @@ matrix_appservice_irc_ircService_servers:
lineLimit: 3
```
## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Usage

You then need to start a chat with `@irc_bot:YOUR_DOMAIN` (where `YOUR_DOMAIN` is your base domain, not the `matrix.` domain).
8 changes: 7 additions & 1 deletion docs/configuring-playbook-bridge-appservice-kakaotalk.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ matrix_appservice_kakaotalk_enabled: true
You may optionally wish to add some [Additional configuration](#additional-configuration), or to [prepare for double-puppeting](#set-up-double-puppeting) before the initial installation.
After adjusting your `vars.yml` file, re-run the playbook and restart all services: `ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start`
## Installing
After configuring the playbook, run the [installation](installing.md) command:
```
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start
```

To make use of the Kakaotalk bridge, see [Usage](#usage) below.

Expand Down
3 changes: 3 additions & 0 deletions docs/configuring-playbook-bridge-beeper-linkedin.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ matrix_beeper_linkedin_configuration_extension_yaml: |

You may wish to look at `roles/custom/matrix-bridge-beeper-linkedin/templates/config.yaml.j2` to find other things you would like to configure.

## Installing

After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Set up Double Puppeting by enabling Appservice Double Puppet or Shared Secret Auth

Expand Down
3 changes: 3 additions & 0 deletions docs/configuring-playbook-bridge-go-skype-bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ To enable the [Skype](https://www.skype.com/) bridge, add the following configur
matrix_go_skype_bridge_enabled: true
```
## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Usage

Expand Down
4 changes: 4 additions & 0 deletions docs/configuring-playbook-bridge-heisenbridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ That's it! A registration file is automatically generated during the setup phase
Setting the owner is optional as the first local user to DM `@heisenbridge:your-homeserver` will be made the owner.
If you are not using a local user you must set it as otherwise you can't DM it at all.

## Installing

After configuring the playbook, re-run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Usage

After the bridge is successfully running just DM `@heisenbridge:your-homeserver` to start setting it up.
Expand Down
3 changes: 3 additions & 0 deletions docs/configuring-playbook-bridge-matrix-bridge-sms.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ matrix_sms_bridge_provider_android_truststore_password: 123

```
## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Usage

Expand Down
8 changes: 7 additions & 1 deletion docs/configuring-playbook-bridge-mautrix-discord.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ matrix_mautrix_discord_enabled: true
You may optionally wish to add some [Additional configuration](#additional-configuration), or to [prepare for double-puppeting](#set-up-double-puppeting) before the initial installation.
After adjusting your `vars.yml` file, re-run the playbook and restart all services: `ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start`
## Installing
After configuring the playbook, run the [installation](installing.md) command:
```
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start
```

To make use of the bridge, see [Usage](#usage) below.

Expand Down
3 changes: 3 additions & 0 deletions docs/configuring-playbook-bridge-mautrix-facebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ matrix_mautrix_facebook_configuration_extension_yaml: |

You may wish to look at `roles/custom/matrix-bridge-mautrix-facebook/templates/config.yaml.j2` and `roles/custom/matrix-bridge-mautrix-facebook/defaults/main.yml` to find other things you would like to configure.

## Installing

After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Set up Double Puppeting

Expand Down
4 changes: 4 additions & 0 deletions docs/configuring-playbook-bridge-mautrix-gmessages.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ To enable the bridge, add the following configuration to your `inventory/host_va
matrix_mautrix_gmessages_enabled: true
```
## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Set up Double Puppeting

If you'd like to use [Double Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) (hint: you most likely do), you have 2 ways of going about it.
Expand Down
3 changes: 3 additions & 0 deletions docs/configuring-playbook-bridge-mautrix-googlechat.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ To enable the [Google Chat](https://chat.google.com/) bridge, add the following
matrix_mautrix_googlechat_enabled: true
```
## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Set up Double Puppeting

Expand Down
3 changes: 3 additions & 0 deletions docs/configuring-playbook-bridge-mautrix-hangouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ To enable the [Google Hangouts](https://hangouts.google.com/) bridge, add the fo
matrix_mautrix_hangouts_enabled: true
```
## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Set up Double Puppeting

Expand Down
3 changes: 3 additions & 0 deletions docs/configuring-playbook-bridge-mautrix-instagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ matrix_mautrix_instagram_configuration_extension_yaml: |

You may wish to look at `roles/custom/matrix-bridge-mautrix-instagram/templates/config.yaml.j2` and `roles/custom/matrix-bridge-mautrix-instagram/defaults/main.yml` to find other things you would like to configure.

## Installing

After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Usage

Expand Down
4 changes: 4 additions & 0 deletions docs/configuring-playbook-bridge-mautrix-meta-instagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ matrix_mautrix_meta_instagram_bridge_permissions_custom:

You may wish to look at `roles/custom/matrix-bridge-mautrix-meta-instagram/templates/config.yaml.j2` to find more information on the permissions settings and other options you would like to configure.

## Installing

After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Set up Double Puppeting

If you'd like to use [Double Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) (hint: you most likely do), you have 2 ways of going about it.
Expand Down
4 changes: 4 additions & 0 deletions docs/configuring-playbook-bridge-mautrix-meta-messenger.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ matrix_mautrix_meta_messenger_bridge_permissions_custom:

You may wish to look at `roles/custom/matrix-bridge-mautrix-meta-messenger/templates/config.yaml.j2` to find more information on the permissions settings and other options you would like to configure.

## Installing

After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Set up Double Puppeting

If you'd like to use [Double Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) (hint: you most likely do), you have 2 ways of going about it.
Expand Down
4 changes: 4 additions & 0 deletions docs/configuring-playbook-bridge-mautrix-signal.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ matrix_mautrix_signal_bridge_permissions:

You may wish to look at `roles/custom/matrix-bridge-mautrix-signal/templates/config.yaml.j2` to find more information on the permissions settings and other options you would like to configure.

## Installing

After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Set up Double Puppeting

If you'd like to use [Double Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) (hint: you most likely do), you have 2 ways of going about it.
Expand Down
8 changes: 7 additions & 1 deletion docs/configuring-playbook-bridge-mautrix-slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ matrix_mautrix_slack_enabled: true
You may optionally wish to add some [Additional configuration](#additional-configuration), or to [prepare for double-puppeting](#set-up-double-puppeting) before the initial installation.
After adjusting your `vars.yml` file, re-run the playbook and restart all services: `ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start`
## Installing
After configuring the playbook, run the [installation](installing.md) command:
```
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start
```

To make use of the bridge, see [Usage](#usage) below.

Expand Down
4 changes: 4 additions & 0 deletions docs/configuring-playbook-bridge-mautrix-telegram.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ matrix_mautrix_telegram_api_id: YOUR_TELEGRAM_APP_ID
matrix_mautrix_telegram_api_hash: YOUR_TELEGRAM_API_HASH
```
## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Set up Double Puppeting

If you'd like to use [Double Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) (hint: you most likely do), you have 2 ways of going about it.
Expand Down
3 changes: 3 additions & 0 deletions docs/configuring-playbook-bridge-mautrix-twitter.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ To enable the bridge, add the following configuration to your `inventory/host_va
matrix_mautrix_twitter_enabled: true
```
## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Set up Double Puppeting

Expand Down
4 changes: 4 additions & 0 deletions docs/configuring-playbook-bridge-mautrix-whatsapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ matrix_mautrix_whatsapp_bridge_relay_admin_only: false
If you want to activate the relay bot in a room, use `!wa set-relay`.
Use `!wa unset-relay` to deactivate.

## Installing

After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Set up Double Puppeting

If you'd like to use [Double Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) (hint: you most likely do), you have 2 ways of going about it.
Expand Down
3 changes: 3 additions & 0 deletions docs/configuring-playbook-bridge-mautrix-wsproxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ matrix_mautrix_wsproxy_syncproxy_shared_secret: 'secret token from bridge'
Note that the tokens must match what is compiled into the [mautrix-imessage](/~https://github.com/mautrix/imessage) bridge running on your Mac or Android device.
## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Usage

Expand Down
3 changes: 3 additions & 0 deletions docs/configuring-playbook-bridge-mx-puppet-discord.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ To enable the [Discord](https://discordapp.com/) bridge, add the following confi
matrix_mx_puppet_discord_enabled: true
```
## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Usage

Expand Down
3 changes: 3 additions & 0 deletions docs/configuring-playbook-bridge-mx-puppet-groupme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ To enable the [GroupMe](https://groupme.com/) bridge, add the following configur
matrix_mx_puppet_groupme_enabled: true
```
## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Usage

Expand Down
3 changes: 3 additions & 0 deletions docs/configuring-playbook-bridge-mx-puppet-instagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ To enable the [Instagram](https://www.instagram.com/) bridge, add the following
matrix_mx_puppet_instagram_enabled: true
```
## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Usage

Expand Down
3 changes: 3 additions & 0 deletions docs/configuring-playbook-bridge-mx-puppet-steam.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ To enable the [Steam](https://steampowered.com/) bridge, add the following confi
matrix_mx_puppet_steam_enabled: true
```
## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Usage

Expand Down
3 changes: 3 additions & 0 deletions docs/configuring-playbook-bridge-mx-puppet-twitter.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ matrix_mx_puppet_twitter_access_token_secret: ''
matrix_mx_puppet_twitter_environment: ''
```
## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Usage

Expand Down
4 changes: 4 additions & 0 deletions docs/configuring-playbook-bridge-wechat.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ To enable the bridge, add the following configuration to your `inventory/host_va
matrix_wechat_enabled: true
```
## Installing
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Usage

Once the bridge is installed, start a chat with `@wechatbot:YOUR_DOMAIN` (where `YOUR_DOMAIN` is your base domain, not the `matrix.` domain).
Expand Down
3 changes: 1 addition & 2 deletions docs/configuring-playbook-cactus-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ matrix_cactus_comments_client_enabled: true

## Installing

After configuring the playbook, run the [installation](installing.md) command again.

After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Usage

Expand Down
3 changes: 2 additions & 1 deletion docs/configuring-playbook-etherpad.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ etherpad_enabled: true
# etherpad_admin_password: some-password
```

Then, [run the installation process](installing.md) again (e.g. `just install-all`).
## Installing

After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## Usage

Expand Down
9 changes: 6 additions & 3 deletions docs/configuring-playbook-jitsi.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You may also need to open the following ports to your server:
- `10000/udp` - RTP media over UDP. Depending on your firewall/NAT setup, incoming RTP packets on port `10000` may have the external IP of your firewall as destination address, due to the usage of STUN in JVB (see [`jitsi_jvb_stun_servers`](/~https://github.com/mother-of-all-self-hosting/ansible-role-jitsi/blob/main/defaults/main.yml)).


## Installation
## Adjusting the playbook configuration

Add the following configuration to your `inventory/host_vars/matrix.DOMAIN/vars.yml` file:

Expand Down Expand Up @@ -271,10 +271,13 @@ jitsi_disable_gravatar: false
**Beware:** This leaks information to a third party, namely the Gravatar-Service (unless configured otherwise: gravatar.com).
Besides metadata, this includes the matrix user_id and possibly the room identifier (via `referrer` header).

## Apply changes
## Installing

Then re-run the playbook: `ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start`
After configuring the playbook, run the [installation](installing.md) command:

```
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start
```

## Usage

Expand Down
3 changes: 3 additions & 0 deletions docs/configuring-playbook-ma1sd.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ matrix_ma1sd_matrixorg_forwarding_enabled: true
If you'd like to change the default email templates used by ma1sd, take a look at the `matrix_ma1sd_threepid_medium_email_custom_` variables
(in the `roles/custom/matrix-ma1sd/defaults/main.yml` file.

## Installing

After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

## ma1sd-controlled Registration

Expand Down
4 changes: 3 additions & 1 deletion docs/configuring-playbook-matrix-corporal.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ aux_file_definitions:

To learn more about what the policy configuration, see the matrix-corporal documentation on [policy](/~https://github.com/devture/matrix-corporal/blob/master/docs/policy.md).

Each time you update the policy in your `vars.yml` file, you'd need to re-run the playbook and restart matrix-corporal (`--tags=setup-all,start` or `--tags=setup-aux-files,setup-corporal,start`).
## Installing

After configuring the playbook, re-run the [installation](installing.md) command again (`--tags=setup-all,start` or `--tags=setup-aux-files,setup-corporal,start`).


## Matrix Corporal files
Expand Down
3 changes: 3 additions & 0 deletions docs/configuring-playbook-matrix-ldap-registration-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ matrix_ldap_registration_proxy_systemd_wanted_services_list_custom:
- matrix-synapse.service
```

## Installing

After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`
Loading

0 comments on commit 282e8be

Please sign in to comment.