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

Merge pull request #54 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-04-12 09:35:48 +02:00 committed by GitHub
commit e2036977c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

View file

@ -23,7 +23,7 @@ Modern web IRC client designed for self-hosting
- Responsive interface
- Multi-user support
**Shipped version:** 4.3.0~ynh1
**Shipped version:** 4.3.1~ynh1
**Demo:** https://demo.thelounge.chat/

View file

@ -19,7 +19,7 @@ Client Web IRC moderne conçu pour l'auto-hébergement
- Interface réactive
- Support multi-utilisateurs
**Version incluse :** 4.3.0~ynh1
**Version incluse :** 4.3.1~ynh1
**Démo :** https://demo.thelounge.chat/

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/thelounge/thelounge/archive/v4.3.0.tar.gz
SOURCE_SUM=fa3ced790927e64bfb0917dadd7702b811bcba92207b33f23bb1f7444ad0dfc9
SOURCE_URL=https://github.com/thelounge/thelounge/archive/v4.3.1.tar.gz
SOURCE_SUM=7bf444cc97449d78a74b35c3fea882ddf6e3df265f0e2252a23cc48309b11713
SOURCE_SUM_PRG=sha256sum
ARCH_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Web IRC client",
"fr": "Client Web IRC"
},
"version": "4.3.0~ynh1",
"version": "4.3.1~ynh1",
"url": "https://thelounge.chat/",
"upstream": {
"license": "MIT",

View file

@ -70,7 +70,7 @@ fi
#=================================================
ynh_script_progression --message="Stopping a systemd service..."
ynh_systemd_action --service_name=$app --action="stop" --log_path="/var/log/$app/$app.log"
ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd"
#=================================================
# MODIFY URL IN NGINX CONF

View file

@ -135,7 +135,7 @@ popd
#=================================================
ynh_script_progression --message="Configuring a systemd service..." --weight=1
ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --target_file="../conf/systemd.service"
env_path="$PATH"
ynh_add_systemd_config
#=================================================

View file

@ -142,7 +142,7 @@ fi
#=================================================
ynh_script_progression --message="Upgrading systemd configuration..." --weight=2
ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --target_file="../conf/systemd.service"
env_path="$PATH"
ynh_add_systemd_config
#=================================================