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:
parent
c64b5973f4
commit
d8a9b23e1e
6 changed files with 10 additions and 18 deletions
|
@ -43,13 +43,11 @@ Default local video directory is: `/home/yunohost.app/streama/upload` (must be m
|
|||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/streama/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/streama/)
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/streama/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/streama/)
|
||||
|
||||
## Limitations
|
||||
|
||||
* Installation requires a dedicated domain or subdomain.
|
||||
|
||||
## Additional information
|
||||
|
||||
* After install:
|
||||
|
|
|
@ -26,7 +26,7 @@ Streama est un serveur de streaming multimédia auto-hébergé gratuit fonctionn
|
|||
|
||||
## Guide d’installation
|
||||
|
||||
> :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 - [](https://ci-apps.yunohost.org/ci/apps/streama/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/streama/)
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/streama/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/streama/)
|
||||
|
||||
## Limitations
|
||||
|
||||
* L’installation nécessite un domaine ou un sous-domaine dédié.
|
||||
|
||||
## Informations additionnelles
|
||||
|
||||
* Après l’installation :
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue