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:
commit
fe72d3b145
6 changed files with 10 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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 n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||
|
||||
## Vue d’ensemble
|
||||
|
@ -39,8 +39,9 @@ Comment configurer cette application : via le panneau d’administration.
|
|||
|
||||
#### 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
|
||||
|
||||
|
|
|
@ -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/",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue