From 8e77b29d6ff7d3e62dee47537a7addfdbf5ee8b9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 20 Apr 2021 22:45:35 +0200 Subject: [PATCH] Cleaning up --- README.md | 4 ++-- README_fr.md | 4 ++-- manifest.json | 2 +- scripts/install | 3 --- scripts/upgrade | 3 --- 5 files changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index fab1e38..a2d2357 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ Default local video directory is: `/home/yunohost.app/streama/upload` (must be m #### Supported architectures -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/streama%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/streama/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/streama%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/streama/) +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/streama.svg)](https://ci-apps.yunohost.org/ci/apps/streama/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/streama.svg)](https://ci-apps-arm.yunohost.org/ci/apps/streama/) ## Limitations diff --git a/README_fr.md b/README_fr.md index 733bb48..e361caa 100644 --- a/README_fr.md +++ b/README_fr.md @@ -43,8 +43,8 @@ Le répertoire vidéo local par défaut est : `/home/yunohost.app/streama/upload #### Architectures supportées -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/streama%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/streama/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/streama%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/streama/) +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/streama.svg)](https://ci-apps.yunohost.org/ci/apps/streama/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/streama.svg)](https://ci-apps-arm.yunohost.org/ci/apps/streama/) ## Limitations diff --git a/manifest.json b/manifest.json index 867909d..1b2f0f6 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self hosted streaming media server", "fr": "Serveur de streaming auto-hébergé" }, - "version": "1.10.3~ynh1", + "version": "1.10.3~ynh2", "url": "https://streamaserver.org/", "license": "MIT", "maintainer": { diff --git a/scripts/install b/scripts/install index 08583de..f3c99bf 100644 --- a/scripts/install +++ b/scripts/install @@ -94,9 +94,6 @@ ynh_add_nginx_config #================================================= ynh_script_progression --message="Configuring a systemd service..." --weight=1 -# This can be removed as the variable is dynamically replaced by ynh_add_systemd_config helper -ynh_replace_string --match_string="__PORT__" --replace_string="$port" --target_file="../conf/systemd.service" - ynh_add_systemd_config #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 3b73011..7a45d61 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -99,9 +99,6 @@ ynh_install_app_dependencies $pkg_dependencies #================================================= ynh_script_progression --message="Configuring a systemd service..." --weight=3 -# This can be removed as the variable is dynamically replaced by ynh_add_systemd_config helper -ynh_replace_string --match_string="__PORT__" --replace_string="$port" --target_file="../conf/systemd.service" - ynh_add_systemd_config #=================================================