mirror of
https://github.com/YunoHost-Apps/conduit_ynh.git
synced 2024-09-03 18:16:30 +02:00
commit
18f050dada
8 changed files with 11 additions and 9 deletions
|
@ -19,7 +19,7 @@ It shall NOT be edited by hand.
|
|||
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.
|
||||
|
||||
**Shipped version:** 0.7.0~ynh3
|
||||
**Shipped version:** 0.8.0~ynh1
|
||||
## Documentation and resources
|
||||
|
||||
- Official app website: <https://conduit.rs/>
|
||||
|
|
|
@ -19,7 +19,7 @@ No se debe editar a mano.
|
|||
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~ynh3
|
||||
**Versión actual:** 0.8.0~ynh1
|
||||
## Documentaciones y recursos
|
||||
|
||||
- Sitio web oficial: <https://conduit.rs/>
|
||||
|
|
|
@ -19,7 +19,7 @@ EZ editatu eskuz.
|
|||
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.
|
||||
|
||||
**Paketatutako bertsioa:** 0.7.0~ynh3
|
||||
**Paketatutako bertsioa:** 0.8.0~ynh1
|
||||
## Dokumentazioa eta baliabideak
|
||||
|
||||
- Aplikazioaren webgune ofiziala: <https://conduit.rs/>
|
||||
|
|
|
@ -20,7 +20,7 @@ Conduit est une implémentation de serveur open source légère de la spécifica
|
|||
Conduit garde les choses simples, c'est un binaire unique avec une base de données intégrée et peut être beaucoup plus rapide que d'autres implémentations de serveur dans certains cas.
|
||||
|
||||
|
||||
**Version incluse :** 0.7.0~ynh3
|
||||
**Version incluse :** 0.8.0~ynh1
|
||||
## Documentations et ressources
|
||||
|
||||
- Site officiel de l’app : <https://conduit.rs/>
|
||||
|
|
|
@ -19,7 +19,7 @@ NON debe editarse manualmente.
|
|||
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 proporcionada:** 0.7.0~ynh3
|
||||
**Versión proporcionada:** 0.8.0~ynh1
|
||||
## Documentación e recursos
|
||||
|
||||
- Web oficial da app: <https://conduit.rs/>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
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.
|
||||
|
||||
**分发版本:** 0.7.0~ynh3
|
||||
**分发版本:** 0.8.0~ynh1
|
||||
## 文档与资源
|
||||
|
||||
- 官方应用网站: <https://conduit.rs/>
|
||||
|
|
|
@ -11,4 +11,6 @@ location /_matrix {
|
|||
proxy_read_timeout 600;
|
||||
client_max_body_size 100M;
|
||||
more_set_headers "Access-Control-Allow-Origin: *";
|
||||
|
||||
client_max_body_size 20M;
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Conduit"
|
|||
description.en = "Simple, fast and reliable chat server powered by Matrix"
|
||||
description.fr = "Serveur de chat simple, rapide et fiable alimenté par Matrix"
|
||||
|
||||
version = "0.7.0~ynh3"
|
||||
version = "0.8.0~ynh1"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
@ -63,10 +63,10 @@ ram.runtime = "50M"
|
|||
extract = false
|
||||
rename = "conduit"
|
||||
amd64.url = "https://gitlab.com/api/v4/projects/famedly%2Fconduit/jobs/artifacts/next/raw/x86_64-unknown-linux-musl?job=artifacts"
|
||||
amd64.sha256 = "70ce4d8093263ae54972aa9a3bb89c4b4755d1f5fe7e598b86001f72f1ff3d8e"
|
||||
amd64.sha256 = "b8971d19469d44b732af8d78cb856d9203ee72f8812091b129fe093d2a0231c9"
|
||||
|
||||
arm64.url = "https://gitlab.com/api/v4/projects/famedly%2Fconduit/jobs/artifacts/next/raw/aarch64-unknown-linux-musl?job=artifacts"
|
||||
arm64.sha256 = "d04a9e5fdca06904c60381467f4eaaf878b1e1982ddb7c04a40e2c41d4673c99"
|
||||
arm64.sha256 = "e194debbb9dde3d403eecf5974e4ec2e2de21e3289f60bc512b34a2282d83edf"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue