1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/conduit_ynh.git synced 2024-09-03 18:16:30 +02:00

Merge branch 'testing' into pr/32

This commit is contained in:
Éric Gaspar 2024-06-10 21:39:04 +02:00
commit 30993fd95c
4 changed files with 50 additions and 5 deletions

View file

@ -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)

43
README_es.md Normal file
View file

@ -0,0 +1,43 @@
<!--
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
No se debe editar a mano.
-->
# Conduit para Yunohost
[![Nivel de integración](https://dash.yunohost.org/integration/conduit.svg)](https://dash.yunohost.org/appci/app/conduit) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/conduit.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/conduit.maintain.svg)
[![Instalar Conduit con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=conduit)
*[Leer este README en otros idiomas.](./ALL_README.md)*
> *Este paquete le permite instalarConduit 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
Conduit is a lightweight open-source server implementation of the Matrix Specification with a focus on easy setup and low system requirements. That means you can make your own Conduit setup in just a few minutes.
Conduit keeps things simple, it's a single binary with an embedded database and can be much faster than other server implementations in some cases.
**Versión actual:** 0.7.0~ynh2
## Documentaciones y recursos
- Sitio web oficial: <https://conduit.rs/>
- Documentación administrador oficial: <https://gitlab.com/famedly/conduit>
- Repositorio del código fuente oficial de la aplicación : <https://gitlab.com/famedly/conduit>
- Catálogo YunoHost: <https://apps.yunohost.org/app/conduit>
- Reportar un error: <https://github.com/YunoHost-Apps/conduit_ynh/issues>
## Información para desarrolladores
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/conduit_ynh/tree/testing
Para probar la rama `testing`, sigue asÍ:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/conduit_ynh/tree/testing --debug
o
sudo yunohost app upgrade conduit -u https://github.com/YunoHost-Apps/conduit_ynh/tree/testing --debug
```
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>

View file

@ -3,7 +3,7 @@
请勿手动编辑。
-->
# YunoHost 的 Conduit
# YunoHost 的 Conduit
[![集成程度](https://dash.yunohost.org/integration/conduit.svg)](https://dash.yunohost.org/appci/app/conduit) ![工作状态](https://ci-apps.yunohost.org/ci/badges/conduit.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/conduit.maintain.svg)

View file

@ -62,10 +62,11 @@ ram.runtime = "50M"
in_subdir = false
extract = false
rename = "conduit"
amd64.url = "https://gitlab.com/api/v4/projects/famedly%2Fconduit/jobs/artifacts/master/raw/x86_64-unknown-linux-musl?job=artifacts"
amd64.sha256 = "cd40c61b819727687eca827b703aac72b3a2535337896a38dbcea79111c183d5"
arm64.url = "https://gitlab.com/api/v4/projects/famedly%2Fconduit/jobs/artifacts/master/raw/aarch64-unknown-linux-musl?job=artifacts"
arm64.sha256 = "d61879fa4d8075e8829934d45cbce83ba7aa1949fd97decf6f6261077211428c"
amd64.url = "https://gitlab.com/api/v4/projects/famedly%2Fconduit/jobs/artifacts/next/raw/x86_64-unknown-linux-musl?job=artifacts"
amd64.sha256 = "70ce4d8093263ae54972aa9a3bb89c4b4755d1f5fe7e598b86001f72f1ff3d8e"
arm64.url = "https://gitlab.com/api/v4/projects/famedly%2Fconduit/jobs/artifacts/next/raw/aarch64-unknown-linux-musl?job=artifacts"
arm64.sha256 = "d04a9e5fdca06904c60381467f4eaaf878b1e1982ddb7c04a40e2c41d4673c99"
[resources.system_user]