mirror of
https://github.com/YunoHost-Apps/streama_ynh.git
synced 2024-09-03 20:26:30 +02:00
Merge remote-tracking branch 'origin/master' into testing
This commit is contained in:
commit
4404675f30
4 changed files with 20 additions and 8 deletions
|
@ -23,13 +23,10 @@ Self hosted streaming media server
|
|||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
## Installation guide
|
||||
|
||||
> :warning: Streama must be installed in the root domain or subdomain.
|
||||
|
@ -72,7 +69,7 @@ This can be changed in settings.
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://docs.streama-project.com
|
||||
* Official app website: https://streamaserver.org/
|
||||
* Official admin documentation: https://docs.streama-project.com/
|
||||
* Upstream app code repository: https://github.com/streamaserver/streama
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_streama
|
||||
|
|
11
README_fr.md
11
README_fr.md
|
@ -19,11 +19,18 @@ Serveur de streaming auto-hébergé
|
|||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
## Guide d’installation
|
||||
|
||||
> :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é)
|
||||
|
||||
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é)
|
||||
|
||||
## Informations additionnelles
|
||||
|
||||
* Après l’installation :
|
||||
|
@ -58,7 +65,7 @@ Ceci pourra être changé dans les paramètres.
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://docs.streama-project.com
|
||||
* Site officiel de l'app : https://streamaserver.org/
|
||||
* Documentation officielle de l'admin : https://docs.streama-project.com/
|
||||
* Dépôt de code officiel de l'app : https://github.com/streamaserver/streama
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_streama
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
## Guide d’installation
|
||||
|
||||
> :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é)
|
||||
|
||||
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é)
|
||||
|
||||
## Informations additionnelles
|
||||
|
||||
* Après l’installation :
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
"fr": "Serveur de streaming auto-hébergé"
|
||||
},
|
||||
"version": "1.10.3~ynh2",
|
||||
"url": "https://docs.streama-project.com",
|
||||
"url": "https://streamaserver.org/",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
"website": "https://docs.streama-project.com",
|
||||
"website": "https://streamaserver.org/",
|
||||
"demo": "https://streama.demo-version.net",
|
||||
"admindoc": "https://docs.streama-project.com/",
|
||||
"code": "https://github.com/streamaserver/streama"
|
||||
|
|
Loading…
Add table
Reference in a new issue