From 3b2cc49734b8f8c911e7cae6bc3e706087b9d0b9 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 12 Jan 2021 11:42:14 +0100 Subject: [PATCH] Update system requirement to Yunohost 4.0.0 (#25) * Set requirement to YunoHost 4.0.0 --- README.md | 4 ++-- README_fr.md | 2 +- manifest.json | 4 ++-- scripts/install | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f4eb85a..da34ff8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Streama for YunoHost [![Integration level](https://dash.yunohost.org/integration/streama.svg)](https://dash.yunohost.org/appci/app/streama) ![](https://ci-apps.yunohost.org/ci/badges/streama.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/streama.maintain.svg) -[![Install Streama with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=streama) +[![Install Streama with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=streama) *[Lire ce readme en français.](./README_fr.md)* @@ -21,7 +21,7 @@ Streama is a free self hosted media streaming server running on Java, that you c * [Official demo](https://streama.demo-version.net) -**User**: demoUser +**User**: demoUser **Password**: demoUser ## Installation guide diff --git a/README_fr.md b/README_fr.md index 20d72da..b4eebc8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,7 +1,7 @@ # Streama pour YunoHost [![Integration level](https://dash.yunohost.org/integration/streama.svg)](https://dash.yunohost.org/appci/app/streama) ![](https://ci-apps.yunohost.org/ci/badges/streama.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/streama.maintain.svg) -[![Install Streama with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=streama) +[![Install Streama with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=streama) *[Read this readme in english.](./README.md)* diff --git a/manifest.json b/manifest.json index 02b2075..7dc4600 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.9.2~ynh2", + "version": "1.9.2~ynh3", "url": "https://streamaserver.org/", "license": "MIT", "maintainer": { @@ -14,7 +14,7 @@ "email": "liberodark@gmail.com" }, "requirements": { - "yunohost": ">= 3.8.1" + "yunohost": ">= 4.0.0" }, "multi_instance": false, "services": [ diff --git a/scripts/install b/scripts/install index 468447c..8b5cd00 100644 --- a/scripts/install +++ b/scripts/install @@ -52,7 +52,7 @@ ynh_app_setting_set --app=$app --key=is_public --value=$is_public #================================================= # FIND AND OPEN A PORT #================================================= -ynh_script_progression --message="Configuring firewall..." --weight=3 +ynh_script_progression --message="Finding an available port..." --weight=3 # Find a free port port=$(ynh_find_port --port=8095)