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
|
||||
|
||||
[](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)*
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Streama pour YunoHost
|
||||
|
||||
[](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)*
|
||||
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue