mirror of
https://github.com/YunoHost-Apps/streama_ynh.git
synced 2024-09-03 20:26:30 +02:00
Add subdomain warning install
This commit is contained in:
parent
958c54a092
commit
8ffa9a827e
2 changed files with 9 additions and 4 deletions
|
@ -15,7 +15,7 @@ Streama is a free self hosted media streaming server running on Java, that you c
|
|||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
|
||||
## Demo
|
||||
|
||||
|
@ -26,6 +26,8 @@ Streama is a free self hosted media streaming server running on Java, that you c
|
|||
|
||||
## Installation guide
|
||||
|
||||
> :warning: Streama must be installed in the root domain or subdomain.
|
||||
|
||||
Default upload directory is: `/home/yunohost.app/streama` (must be mentioned in *Settings* page or can be changed)
|
||||
|
||||
Default local video directory is: `/home/yunohost.app/streama/upload` (must be mentioned in *Settings* page or can be changed)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Streama pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/streama)  
|
||||
[](https://install-app.yunohost.org/?app=streama)
|
||||
|
||||
|
@ -14,7 +15,7 @@ Streama est un serveur de streaming multimédia auto-hébergé gratuit fonctionn
|
|||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Démo
|
||||
|
||||
|
@ -25,9 +26,11 @@ Streama est un serveur de streaming multimédia auto-hébergé gratuit fonctionn
|
|||
|
||||
## Guide d’installation
|
||||
|
||||
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é)
|
||||
> :warning: Streama doit être installé dans le domaine racine ou sous-domaine.
|
||||
|
||||
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é)
|
||||
|
||||
Le répertoire vidéo local par défaut est : `/home/yunohost.app/streama/upload` (doit être mentionné dans la page *Paramètres* ou peut être modifié)
|
||||
Le répertoire vidéo local par défaut est : `/home/yunohost.app/streama/upload` (doit être mentionné dans la page *Paramètres* ou peut être modifié)
|
||||
|
||||
## Documentation
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue