mirror of
https://github.com/YunoHost-Apps/mautrix_telegram_ynh.git
synced 2024-09-03 19:45:55 +02:00
Merge pull request #68 from yunohost-bot/delete-log-removal
This commit is contained in:
commit
d518de46a5
5 changed files with 52 additions and 11 deletions
|
@ -1,6 +1,7 @@
|
||||||
# All available README files by language
|
# All available README files by language
|
||||||
|
|
||||||
- [Read the README in English](README.md)
|
- [Read the README in English](README.md)
|
||||||
|
- [Lea el README en español](README_es.md)
|
||||||
- [Irakurri README euskaraz](README_eu.md)
|
- [Irakurri README euskaraz](README_eu.md)
|
||||||
- [Lire le README en français](README_fr.md)
|
- [Lire le README en français](README_fr.md)
|
||||||
- [Le o README en galego](README_gl.md)
|
- [Le o README en galego](README_gl.md)
|
||||||
|
|
44
README_es.md
Normal file
44
README_es.md
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
<!--
|
||||||
|
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||||
|
No se debe editar a mano.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Matrix-Telegram bridge para Yunohost
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/mautrix_telegram)  
|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=mautrix_telegram)
|
||||||
|
|
||||||
|
*[Leer este README en otros idiomas.](./ALL_README.md)*
|
||||||
|
|
||||||
|
> *Este paquete le permite instalarMatrix-Telegram bridge rapidamente y simplement en un servidor YunoHost.*
|
||||||
|
> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
|
||||||
|
|
||||||
|
## Descripción general
|
||||||
|
|
||||||
|
A puppeting bridge between Matrix and Telegram packaged as a YunoHost service. Messages, notifications (and sometimes media) are bridged between a Telegram user and a Matrix user. Currently the Matrix user can NOT invite other Matrix user in a bridged Telegram room, so only someone with a Telegram account can participate to Telegram group conversations. The ["Mautrix-Telegram"](https://docs.mau.fi/bridges/python/telegram/index.html) bridge is a Synapse App Service and relies on postgresql. Therefore, [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_ynh) should be installed beforehand.
|
||||||
|
|
||||||
|
|
||||||
|
**Versión actual:** 0.15.1~ynh2
|
||||||
|
## Documentaciones y recursos
|
||||||
|
|
||||||
|
- Sitio web oficial: <https://docs.mau.fi/bridges/python/telegram/index.html>
|
||||||
|
- Documentación usuario oficial: <https://docs.mau.fi/bridges/python/telegram/management-commands.html>
|
||||||
|
- Documentación administrador oficial: <https://github.com/YunoHost-Apps/mautrix_telegram_ynh>
|
||||||
|
- Repositorio del código fuente oficial de la aplicación : <https://github.com/mautrix/telegram>
|
||||||
|
- Catálogo YunoHost: <https://apps.yunohost.org/app/mautrix_telegram>
|
||||||
|
- Reportar un error: <https://github.com/YunoHost-Apps/mautrix_telegram_ynh/issues>
|
||||||
|
|
||||||
|
## Información para desarrolladores
|
||||||
|
|
||||||
|
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/mautrix_telegram_ynh/tree/testing
|
||||||
|
|
||||||
|
Para probar la rama `testing`, sigue asÍ:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/mautrix_telegram_ynh/tree/testing --debug
|
||||||
|
o
|
||||||
|
sudo yunohost app upgrade mautrix_telegram -u https://github.com/YunoHost-Apps/mautrix_telegram_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>
|
|
@ -3,7 +3,7 @@
|
||||||
请勿手动编辑。
|
请勿手动编辑。
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# YunoHost 的 Matrix-Telegram bridge
|
# YunoHost 上的 Matrix-Telegram bridge
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/mautrix_telegram)  
|
[](https://dash.yunohost.org/appci/app/mautrix_telegram)  
|
||||||
|
|
||||||
|
|
|
@ -73,7 +73,7 @@ services = ["__APP__"]
|
||||||
[privacy.portal_rooms.text]
|
[privacy.portal_rooms.text]
|
||||||
ask = '''
|
ask = '''
|
||||||
!! Inviting the Bridge in an encrypted room !!
|
!! Inviting the Bridge in an encrypted room !!
|
||||||
!! breaks real End-to-End Encryption (e2ee) !!
|
!! breaks real End-to-End Encryption (e2ee) !!
|
||||||
!! Messages will be unencrypted on the Bridge Server !!
|
!! Messages will be unencrypted on the Bridge Server !!
|
||||||
'''
|
'''
|
||||||
type = "markdown"
|
type = "markdown"
|
||||||
|
@ -85,7 +85,7 @@ services = ["__APP__"]
|
||||||
no = "false"
|
no = "false"
|
||||||
help = "Enable so-called End-to-Bridge (e2b) Encryption. For the Bridge to work in group chat Rooms with End-to-End Encryption (e2ee) enabled."
|
help = "Enable so-called End-to-Bridge (e2b) Encryption. For the Bridge to work in group chat Rooms with End-to-End Encryption (e2ee) enabled."
|
||||||
bind = "encryption>allow:__INSTALL_DIR__/config.yaml"
|
bind = "encryption>allow:__INSTALL_DIR__/config.yaml"
|
||||||
|
|
||||||
[privacy.portal_rooms.encryption_default]
|
[privacy.portal_rooms.encryption_default]
|
||||||
ask = "Force-enable Encryption in all Portal Rooms the Bridge creates?"
|
ask = "Force-enable Encryption in all Portal Rooms the Bridge creates?"
|
||||||
type = "boolean"
|
type = "boolean"
|
||||||
|
@ -127,12 +127,10 @@ services = ["__APP__"]
|
||||||
name = "Advanced Settings"
|
name = "Advanced Settings"
|
||||||
services = ["__APP__"]
|
services = ["__APP__"]
|
||||||
|
|
||||||
[advanced.help]
|
[advanced.general.helptext]
|
||||||
name = "SETTINGS FOR EXPERTS IN SERVER ADMINISTRATION"
|
name = "SETTINGS FOR EXPERTS IN SERVER ADMINISTRATION"
|
||||||
|
ask = "!! There are **security and privacy risks** if you change these settings without knowing what you do !!"
|
||||||
[advanced.help.text]
|
type = "markdown"
|
||||||
ask = "!! There are **security and privacy risks** if you change these settings without knowing what you do !!"
|
|
||||||
type = "markdown"
|
|
||||||
|
|
||||||
[advanced.telegram]
|
[advanced.telegram]
|
||||||
name = "Telegram API MetaData"
|
name = "Telegram API MetaData"
|
||||||
|
@ -160,7 +158,7 @@ services = ["__APP__"]
|
||||||
type = "string"
|
type = "string"
|
||||||
help = "Defaults to 'mautrix-telegram'. 'auto' would set OS name+version"
|
help = "Defaults to 'mautrix-telegram'. 'auto' would set OS name+version"
|
||||||
bind = ":__INSTALL_DIR__/config.yaml"
|
bind = ":__INSTALL_DIR__/config.yaml"
|
||||||
|
|
||||||
[advanced.appservice]
|
[advanced.appservice]
|
||||||
name = "HomeServer Application Service"
|
name = "HomeServer Application Service"
|
||||||
|
|
||||||
|
@ -197,4 +195,3 @@ services = ["__APP__"]
|
||||||
help = "Defaults to: '8000'. The path is always /metrics"
|
help = "Defaults to: '8000'. The path is always /metrics"
|
||||||
bind = "metrics>listen_port:__INSTALL_DIR__/config.yaml"
|
bind = "metrics>listen_port:__INSTALL_DIR__/config.yaml"
|
||||||
visible = "enable_metrics"
|
visible = "enable_metrics"
|
||||||
|
|
||||||
|
|
|
@ -57,7 +57,6 @@ ynh_secure_remove --file="/etc/matrix-$synapse_instance/app-service/$app.yaml"
|
||||||
/opt/yunohost/matrix-$synapse_instance/update_synapse_for_appservice.sh || ynh_die --message="Synapse can't restart with the appservice configuration"
|
/opt/yunohost/matrix-$synapse_instance/update_synapse_for_appservice.sh || ynh_die --message="Synapse can't restart with the appservice configuration"
|
||||||
|
|
||||||
# Remove the log files
|
# Remove the log files
|
||||||
ynh_secure_remove --file="/var/log/$app"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# END OF SCRIPT
|
# END OF SCRIPT
|
||||||
|
|
Loading…
Add table
Reference in a new issue