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

* Update manifest.json

* Auto-update README

Co-authored-by: Yunohost-Bot <>
This commit is contained in:
Éric Gaspar 2022-01-08 22:25:40 +01:00 committed by GitHub
parent 5cc6dd8f7c
commit de0557f0e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 13 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Self hosted streaming media server Self hosted streaming media server
**Shipped version:** 1.10.3~ynh2 **Shipped version:** 1.10.4~ynh1
**Demo:** https://streama.demo-version.net **Demo:** https://streama.demo-version.net

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Serveur de streaming auto-hébergé Serveur de streaming auto-hébergé
**Version incluse :** 1.10.3~ynh2 **Version incluse :** 1.10.4~ynh1
**Démo :** https://streama.demo-version.net **Démo :** https://streama.demo-version.net

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/streamaserver/streama/releases/download/v1.10.3/streama-1.10.3.jar SOURCE_URL=https://github.com/streamaserver/streama/releases/download/v1.10.4/streama-1.10.4.jar
SOURCE_SUM=9d99acb55883e39be3604d5a1e8730c219acf59dfcdfbe8a36fb6ed1cbab615d SOURCE_SUM=a1071ab783f4d47553ac38a5357b7ce801c8cfe3e523280feead865e23b7da2e
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=jar SOURCE_FORMAT=jar
SOURCE_IN_SUBDIR=false SOURCE_IN_SUBDIR=false

View file

@ -1,10 +1,5 @@
location __PATH__/ { location __PATH__/ {
# Force usage of https
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
proxy_pass http://127.0.0.1:__PORT__; proxy_pass http://127.0.0.1:__PORT__;
proxy_redirect off; proxy_redirect off;
proxy_set_header Host $host; proxy_set_header Host $host;

View file

@ -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.10.3~ynh2", "version": "1.10.4~ynh1",
"url": "https://streamaserver.org/", "url": "https://streamaserver.org/",
"upstream": { "upstream": {
"license": "MIT", "license": "MIT",
@ -21,7 +21,7 @@
"email": "liberodark@gmail.com" "email": "liberodark@gmail.com"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.2.4" "yunohost": ">= 4.3.0"
}, },
"multi_instance": false, "multi_instance": false,
"services": [ "services": [

View file

@ -35,8 +35,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path)
#================================================= #=================================================
ynh_script_progression --message="Validating restoration parameters..." --weight=3 ynh_script_progression --message="Validating restoration parameters..." --weight=3
test ! -d "$final_path" \ test ! -d "$final_path" || ynh_die --message="There is already a directory: $final_path "
|| ynh_die --message="There is already a directory: $final_path "
#================================================= #=================================================
# STANDARD RESTORATION STEPS # STANDARD RESTORATION STEPS