mirror of
https://github.com/YunoHost-Apps/conduit_ynh.git
synced 2024-09-03 18:16:30 +02:00
commit
54379cfc7e
7 changed files with 7 additions and 7 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~ynh1
|
||||
**Shipped version:** 0.7.0~ynh2
|
||||
## Documentation and resources
|
||||
|
||||
- Official app website: <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~ynh1
|
||||
**Paketatutako bertsioa:** 0.7.0~ynh2
|
||||
## 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~ynh1
|
||||
**Version incluse :** 0.7.0~ynh2
|
||||
## 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~ynh1
|
||||
**Versión proporcionada:** 0.7.0~ynh2
|
||||
## 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~ynh1
|
||||
**分发版本:** 0.7.0~ynh2
|
||||
## 文档与资源
|
||||
|
||||
- 官方应用网站: <https://conduit.rs/>
|
||||
|
|
|
@ -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~ynh1"
|
||||
version = "0.7.0~ynh2"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd"
|
|||
#=================================================
|
||||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||
|
||||
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="conduit.toml"
|
||||
ynh_setup_source --dest_dir="$install_dir" --keep="conduit.toml"
|
||||
|
||||
chown -R $app:root "$install_dir"
|
||||
chmod +x "$install_dir/conduit"
|
||||
|
|
Loading…
Add table
Reference in a new issue