1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/thelounge_ynh.git synced 2024-09-03 20:35:54 +02:00

Merge remote-tracking branch 'upstream/testing' into v4.2.0

This commit is contained in:
ericgaspar 2020-08-09 14:33:45 +02:00
commit fe72d3b145
6 changed files with 10 additions and 8 deletions

View file

@ -40,8 +40,9 @@ How to configure this app: by an admin panel.
#### Supported architectures
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/thelounge%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/thelounge/)
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/thelounge%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/thelounge/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/thelounge%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/thelounge/)
* Buster x86-64 - [![](https://ci-buster.nohost.me/ci/logs/thelounge%20%28Apps%29.svg)](https://ci-buster.nohost.me/ci/apps/thelounge/)
## Links

View file

@ -5,7 +5,7 @@
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer The Lounge rapidement et simplement sur un serveur Yunohost.
> *Ce package vous permet d'installer The Lounge rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue densemble
@ -39,8 +39,9 @@ Comment configurer cette application : via le panneau dadministration.
#### Architectures supportées
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/thelounge%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/thelounge/)
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/thelounge%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/thelounge/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/thelounge%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/thelounge/)
* Buster x86-64 - [![](https://ci-buster.nohost.me/ci/logs/thelounge%20%28Apps%29.svg)](https://ci-buster.nohost.me/ci/apps/thelounge/)
## Liens

View file

@ -3,8 +3,8 @@
"id": "thelounge",
"packaging_format": 1,
"description": {
"en": "Self-hosted web IRC client.",
"fr": "Client Web IRC auto-hébergé."
"en": "Web IRC client.",
"fr": "Client Web IRC."
},
"version": "4.2.0~ynh1",
"url": "https://thelounge.chat/",

View file

@ -152,7 +152,7 @@ chown -R $app: $config_path
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description "Self-hosted web IRC client" --log_type "systemd"
yunohost service add $app --description "Client Web IRC auto-hébergé" --log_type "systemd"
#=================================================
# START SYSTEMD SERVICE

View file

@ -108,7 +108,7 @@ systemctl enable $app.service
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description "Self-hosted web IRC client" --log_type "systemd"
yunohost service add $app --description "Client Web IRC auto-hébergé" --log_type "systemd"
#=================================================
# START SYSTEMD SERVICE

View file

@ -186,7 +186,7 @@ chown -R $app: $config_path
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description "Self-hosted web IRC client" --log_type "systemd"
yunohost service add $app --description "Client Web IRC auto-hébergé" --log_type "systemd"
#=================================================
# SETUP SSOWAT