1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streama_ynh.git synced 2024-09-03 20:26:30 +02:00

Update system requirement to Yunohost 4.0.0 (#25)

* Set requirement to YunoHost 4.0.0
This commit is contained in:
Thomas 2021-01-12 11:42:14 +01:00 committed by GitHub
parent 050caba4f2
commit 3b2cc49734
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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)*

View file

@ -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": [

View file

@ -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)