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

Small fixes

This commit is contained in:
ericgaspar 2020-10-23 15:21:23 +02:00
parent c64b5973f4
commit d8a9b23e1e
No known key found for this signature in database
GPG key ID: 574F281483054D44
6 changed files with 10 additions and 18 deletions

View file

@ -43,13 +43,11 @@ Default local video directory is: `/home/yunohost.app/streama/upload` (must be m
#### Supported architectures
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logsSTREAMA%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/streama/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/STREAMA%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/streama/)
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/streama%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/streama/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/streama%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/streama/)
## Limitations
* Installation requires a dedicated domain or subdomain.
## Additional information
* After install:

View file

@ -26,7 +26,7 @@ Streama est un serveur de streaming multimédia auto-hébergé gratuit fonctionn
## Guide dinstallation
> :warning: Streama doit être installé dans le domaine racine ou sous-domaine.
> :warning: Streama doit être installé dans le domaine racine ou un sous-domaine dédié.
Le répertoire de téléchargement par défaut est : `/home/yunohost.app/streama` (doit être mentionné dans la page *Paramètres* ou peut être modifié)
@ -43,13 +43,11 @@ Le répertoire vidéo local par défaut est : `/home/yunohost.app/streama/upload
#### Architectures supportées
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logsSTREAMA%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/streama/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/STREAMA%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/streama/)
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/streama%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/streama/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/streama%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/streama/)
## Limitations
* Linstallation nécessite un domaine ou un sous-domaine dédié.
## Informations additionnelles
* Après linstallation :

View file

@ -6,10 +6,8 @@
;; Test complet
; Manifest
domain="domain.tld" (DOMAIN)
path="/" (PATH)
is_public=1 (PUBLIC|public=1|private=0)
# password="pass"
# nextclouddomain="domain.tld"
path="/" (PATH)
is_public=1 (PUBLIC|public=1|private=0)
port="9980" (PORT)
; Checks
pkg_linter=1

View file

@ -58,8 +58,6 @@ ynh_script_progression --message="Configuring firewall..." --weight=3
port=$(ynh_find_port --port=8095)
ynh_app_setting_set --app=$app --key=port --value=$port
ynh_app_setting_set --app=$app --key=port --value=$port
#=================================================
# INSTALL DEPENDENCIES
#=================================================
@ -135,7 +133,7 @@ yunohost service add $app --description "Streama media system" --log "/var/log/$
ynh_script_progression --message="Starting a systemd service..." --weight=2
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Grails application running at" #--timeout="60"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Grails application running at"
#=================================================
# SETUP SSOWAT

View file

@ -84,7 +84,7 @@ yunohost service add "$app" --description "Streama media system" --log "/var/log
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=2
ynh_systemd_action --service_name="$app" --action="start" --log_path="/systemd" --line_match="Grails application running at" #--timeout="60"
ynh_systemd_action --service_name="$app" --action="start" --log_path="/systemd" --line_match="Grails application running at"
#=================================================
# GENERIC FINALIZATION

View file

@ -113,7 +113,7 @@ yunohost service add $app --description "Streama media system" --log "/var/log/$
ynh_script_progression --message="Starting a systemd service..." --weight=5
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Grails application running at" #--timeout="60"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Grails application running at"
#=================================================
# RELOAD NGINX