diff --git a/README.md b/README.md
index 8516305..8f20b3b 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# Galène for YunoHost
-[![Integration level](https://dash.yunohost.org/integration/galene.svg)](https://dash.yunohost.org/appci/app/galene) ![](https://ci-apps.yunohost.org/ci/badges/galene.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/galene.maintain.svg)
+[![Integration level](https://dash.yunohost.org/integration/galene.svg)](https://dash.yunohost.org/appci/app/galene) ![Working status](https://ci-apps.yunohost.org/ci/badges/galene.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/galene.maintain.svg)
[![Install Galène with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=galene)
*[Lire ce readme en français.](./README_fr.md)*
@@ -50,7 +50,7 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th
## Screenshots
-![](./doc/screenshots/screenshot.png)
+![Screenshot of Galène](./doc/screenshots/screenshot.png)
## Disclaimers / important information
@@ -106,22 +106,23 @@ Make sure allow-recording is set in your group configuration. Log-in as an opera
## Documentation and resources
-* Official app website: https://galene.org/
-* Official user documentation: https://galene.org/faq.html
-* Official admin documentation: https://galene.org/
-* Upstream app code repository: https://github.com/jech/galene
-* YunoHost documentation for this app: https://yunohost.org/app_galene
-* Report a bug: https://github.com/YunoHost-Apps/galene_ynh/issues
+* Official app website:
+* Official user documentation:
+* Official admin documentation:
+* Upstream app code repository:
+* YunoHost documentation for this app:
+* Report a bug:
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/galene_ynh/tree/testing).
To try the testing branch, please proceed like that.
-```
+
+``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/galene_ynh/tree/testing --debug
or
sudo yunohost app upgrade galene -u https://github.com/YunoHost-Apps/galene_ynh/tree/testing --debug
```
-**More info regarding app packaging:** https://yunohost.org/packaging_apps
\ No newline at end of file
+**More info regarding app packaging:**
diff --git a/README_fr.md b/README_fr.md
index 7442f36..32c5ab6 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -1,10 +1,14 @@
+
+
# Galène pour YunoHost
-[![Niveau d'intégration](https://dash.yunohost.org/integration/galene.svg)](https://dash.yunohost.org/appci/app/galene) ![](https://ci-apps.yunohost.org/ci/badges/galene.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/galene.maintain.svg)
+[![Niveau d'intégration](https://dash.yunohost.org/integration/galene.svg)](https://dash.yunohost.org/appci/app/galene) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/galene.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/galene.maintain.svg)
[![Installer Galène avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=galene)
*[Read this readme in english.](./README.md)*
-*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer Galène rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
@@ -29,7 +33,7 @@ Galène est un serveur de visioconférence (un « SFU ») facile à déployer et
## Captures d'écran
-![](./doc/screenshots/screenshot.png)
+![Capture d'écran de Galène](./doc/screenshots/screenshot.png)
## Avertissements / informations importantes
@@ -84,22 +88,23 @@ Assurez-vous que l'autorisation d'enregistrement est définie dans la configurat
## Documentations et ressources
-* Site officiel de l'app : https://galene.org/
-* Documentation officielle utilisateur : https://galene.org/faq.html
-* Documentation officielle de l'admin : https://galene.org/
-* Dépôt de code officiel de l'app : https://github.com/jech/galene
-* Documentation YunoHost pour cette app : https://yunohost.org/app_galene
-* Signaler un bug : https://github.com/YunoHost-Apps/galene_ynh/issues
+* Site officiel de l'app :
+* Documentation officielle utilisateur :
+* Documentation officielle de l'admin :
+* Dépôt de code officiel de l'app :
+* Documentation YunoHost pour cette app :
+* Signaler un bug :
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/galene_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
-```
+
+``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/galene_ynh/tree/testing --debug
ou
sudo yunohost app upgrade galene -u https://github.com/YunoHost-Apps/galene_ynh/tree/testing --debug
```
-**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
\ No newline at end of file
+**Plus d'infos sur le packaging d'applications :**
diff --git a/scripts/install b/scripts/install
index 56b92ff..5a89c69 100755
--- a/scripts/install
+++ b/scripts/install
@@ -35,7 +35,7 @@ app=$YNH_APP_INSTANCE_NAME
#=================================================
ynh_script_progression --message="Validating installation parameters..." --weight=1
-final_path=/opt/yunohost/$app
+final_path=/var/www/$app
test ! -e "$final_path" || ynh_die --message="This path already contains a folder"
# Register (book) web path
@@ -49,7 +49,7 @@ ynh_script_progression --message="Storing installation settings..." --weight=4
ynh_app_setting_set --app=$app --key=domain --value=$domain
ynh_app_setting_set --app=$app --key=path --value=$path_url
ynh_app_setting_set --app=$app --key=admin --value=$admin
-ynh_app_setting_set --app=$app --key=password --value=$password
+ynh_app_setting_set --app=$app --key=password --value="$password"
ynh_app_setting_set --app=$app --key=group_name --value="$group_name"
ynh_app_setting_set --app=$app --key=group_description --value="$group_description"
diff --git a/scripts/upgrade b/scripts/upgrade
index 25994c6..24a2846 100755
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -63,7 +63,8 @@ fi
# If final_path doesn't exist, create it
if [ -z "$final_path" ]; then
- final_path=/opt/yunohost/$app
+ final_path=/var/www/$app
+ mkdir -p $final_path
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
fi