From d242eb7e47eb80ddb8951281a1e47dee89808a88 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 22 Jun 2022 07:16:31 +0000 Subject: [PATCH] Auto-update README --- README.md | 14 +++++++++++--- README_fr.md | 9 +++++++-- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dcfb8de..15bf4fd 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,13 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Web-based cross-platform XMPP client +Movim is a social and chat platform that act as a frontend for the XMPP network. +Once deployed Movim offers a complete social and chat experience for the decentralized XMPP network users. It can easily connect to several XMPP servers at the same time. -**Shipped version:** 0.19~ynh4 +With a simple configuration it can also be restricted to one XMPP server and will then act as a powerful frontend for it. Movim is fully compatible with the most used XMPP servers such as ejabberd or Prosody. + +**Shipped version:** 0.20~ynh1 **Demo:** https://nl.movim.eu/?login @@ -30,8 +33,13 @@ Web-based cross-platform XMPP client ## Configuration - * After installing the app, it can be configured at https://example.com/movim/?admin using the username and password defined during the installation. +* The admin panel is available directly from the Movim UI once an admin user is logged in. To set a user admin login at least once (to register it in the database). You can then set him admin using the following command. +``` +sudo php8.0 /var/www/movim/daemon.php setAdmin {jid} +``` + +The administrators will be listed on the login page of the instance. ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index e4339ec..f2b0d7a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Client XMPP multiplateforme basé sur le Web -**Version incluse :** 0.19~ynh4 +**Version incluse :** 0.20~ynh1 **Démo :** https://nl.movim.eu/?login @@ -30,8 +30,13 @@ Client XMPP multiplateforme basé sur le Web ## Configuration - * Après l'installation, l'application peut être configurée sur https://example.com/movim/?admin en utilisant le nom d'utilisateur et le mot de passe définis lors de l'installation. +* Le panneau d'administration est disponible directement à partir de l'interface utilisateur MOVIM une fois qu'un utilisateur administrateur est connecté. Pour définir un administrateur, connectez-vous au moins une fois (pour l'enregistrer dans la base de données). Vous pouvez ensuite le régler comme administrateur à l'aide de la commande suivante : +``` +sudo php8.0 /var/www/movim/daemon.php setAdmin {jid} +``` + +Les administrateurs seront inscrits sur la page de connexion de l'instance. ## Documentations et ressources * Site officiel de l'app :