1
0
Fork 0
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:
ericgaspar 2021-09-22 00:08:02 +02:00
commit 4404675f30
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 20 additions and 8 deletions

View file

@ -23,13 +23,10 @@ Self hosted streaming media server
## Screenshots
![](./doc/screenshots/96721577-9f216280-13ac-11eb-935c-d083f4b010a2.jpg)
![](./doc/screenshots/screenshot.jpg)
## 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

View file

@ -19,11 +19,18 @@ Serveur de streaming auto-hébergé
## Captures d'écran
![](./doc/screenshots/96721577-9f216280-13ac-11eb-935c-d083f4b010a2.jpg)
![](./doc/screenshots/screenshot.jpg)
## Avertissements / informations importantes
## Guide dinstallation
> :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 linstallation :
@ -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

View file

@ -1,3 +1,11 @@
## Guide dinstallation
> :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 linstallation :

View file

@ -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"