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:
parent
050caba4f2
commit
3b2cc49734
4 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Streama for YunoHost
|
# Streama for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/streama)  
|
[](https://dash.yunohost.org/appci/app/streama)  
|
||||||
[](https://install-app.yunohost.org/?app=streama)
|
[](https://install-app.yunohost.org/?app=streama)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[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)
|
* [Official demo](https://streama.demo-version.net)
|
||||||
|
|
||||||
**User**: demoUser
|
**User**: demoUser
|
||||||
**Password**: demoUser
|
**Password**: demoUser
|
||||||
|
|
||||||
## Installation guide
|
## Installation guide
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Streama pour YunoHost
|
# Streama pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/streama)  
|
[](https://dash.yunohost.org/appci/app/streama)  
|
||||||
[](https://install-app.yunohost.org/?app=streama)
|
[](https://install-app.yunohost.org/?app=streama)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Self hosted streaming media server",
|
"en": "Self hosted streaming media server",
|
||||||
"fr": "Serveur de streaming auto-hébergé"
|
"fr": "Serveur de streaming auto-hébergé"
|
||||||
},
|
},
|
||||||
"version": "1.9.2~ynh2",
|
"version": "1.9.2~ynh3",
|
||||||
"url": "https://streamaserver.org/",
|
"url": "https://streamaserver.org/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
"email": "liberodark@gmail.com"
|
"email": "liberodark@gmail.com"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 3.8.1"
|
"yunohost": ">= 4.0.0"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
|
@ -52,7 +52,7 @@ ynh_app_setting_set --app=$app --key=is_public --value=$is_public
|
||||||
#=================================================
|
#=================================================
|
||||||
# FIND AND OPEN A PORT
|
# 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
|
# Find a free port
|
||||||
port=$(ynh_find_port --port=8095)
|
port=$(ynh_find_port --port=8095)
|
||||||
|
|
Loading…
Add table
Reference in a new issue