diff --git a/README.md b/README.md index e91ea61..1f7248d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_fr.md b/README_fr.md index 0902fea..22a46fc 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 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 diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index 1e9a61d..386cd8d 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -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 : diff --git a/manifest.json b/manifest.json index 1d38d07..e9c6ef9 100644 --- a/manifest.json +++ b/manifest.json @@ -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"