Local rebuild for Telegram

This commit is contained in:
Panagiotis Georgiadis
2021-01-12 19:29:50 +01:00
parent 0f9be8321c
commit 999fd2596f
3 changed files with 35 additions and 0 deletions

View File

@ -12,6 +12,17 @@ matrix_mautrix_telegram_api_id: YOUR_TELEGRAM_APP_ID
matrix_mautrix_telegram_api_hash: YOUR_TELEGRAM_API_HASH
```
**Note**: For architectures different from `amd64` you need to trigger a local rebuild:
```yaml
matrix_mautrix_telegram_container_self_build: true
```
Lastly, to take these changes into effect, re-run the playbook:
```yaml
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start
```
## Set up Double Puppeting