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
|
||||
|
||||
- [Read the README in English](README.md)
|
||||
- [Lea el README en español](README_es.md)
|
||||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.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)  
|
||||
|
||||
|
|
|
@ -127,10 +127,8 @@ services = ["__APP__"]
|
|||
name = "Advanced Settings"
|
||||
services = ["__APP__"]
|
||||
|
||||
[advanced.help]
|
||||
[advanced.general.helptext]
|
||||
name = "SETTINGS FOR EXPERTS IN SERVER ADMINISTRATION"
|
||||
|
||||
[advanced.help.text]
|
||||
ask = "!! There are **security and privacy risks** if you change these settings without knowing what you do !!"
|
||||
type = "markdown"
|
||||
|
||||
|
@ -197,4 +195,3 @@ services = ["__APP__"]
|
|||
help = "Defaults to: '8000'. The path is always /metrics"
|
||||
bind = "metrics>listen_port:__INSTALL_DIR__/config.yaml"
|
||||
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"
|
||||
|
||||
# Remove the log files
|
||||
ynh_secure_remove --file="/var/log/$app"
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
|
|
Loading…
Add table
Reference in a new issue