mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
Add README_fr
This commit is contained in:
parent
3711512397
commit
9787454308
2 changed files with 95 additions and 10 deletions
20
README.md
20
README.md
|
@ -9,7 +9,8 @@
|
|||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||
|
||||
## Overview
|
||||
Movim is a decentralized social network, written in PHP and HTML5 and based on the XMPP standard protocol: https://movim.eu
|
||||
|
||||
(Movim)[https://movim.eu] is a decentralized social network, written in PHP and HTML5 and based on the XMPP standard protocol.
|
||||
|
||||
**Shipped version:** 0.18rc14
|
||||
|
||||
|
@ -34,8 +35,8 @@ How to configure this app: From an admin panel, a plain file with SSH, or any ot
|
|||
|
||||
#### Multi-user support
|
||||
|
||||
* Are LDAP and HTTP auth supported?
|
||||
* Can the app be used by multiple users?
|
||||
* Are LDAP and HTTP auth supported? **No**
|
||||
* Can the app be used by multiple users? **Yes**
|
||||
|
||||
#### Supported architectures
|
||||
|
||||
|
@ -50,13 +51,12 @@ How to configure this app: From an admin panel, a plain file with SSH, or any ot
|
|||
|
||||
**Options**
|
||||
|
||||
* domain : Your domain name.
|
||||
* path : Path to the Movim pod.
|
||||
* admin : Allowed acces to /?admin (pod advanced options), must exist in Yunohost.
|
||||
* password : Password to access /?admin.
|
||||
* language : Pod language.
|
||||
* enable sso : Automatic login.
|
||||
* port : Local port for Movim daemon (no firewall configuration needed).
|
||||
* domain: Your domain name.
|
||||
* path: Path to the Movim pod.
|
||||
* admin: Allowed acces to `/?admin` (pod advanced options), must exist in YunoHost.
|
||||
* password: Password to access `/?admin`.
|
||||
* language: Pod language.
|
||||
* enable sso: Automatic login.
|
||||
|
||||
**Pod advanced configuration**
|
||||
|
||||
|
|
85
README_fr.md
Normal file
85
README_fr.md
Normal file
|
@ -0,0 +1,85 @@
|
|||
# Movim pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/movim)  
|
||||
[](https://install-app.yunohost.org/?app=movim)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *Ce package vous permet d'installer REPLACEBYYOURAPP rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.*
|
||||
|
||||
## Vue d'ensemble
|
||||
|
||||
(Movim)[https://movim.eu] est un réseau social décentralisé, écrit en PHP et HTML5 et basé sur le protocole standard XMPP.
|
||||
|
||||
**Version incluse :** 0.18rc14
|
||||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||
|
||||
## Démo
|
||||
|
||||
* [Démo officielle](https://nl.movim.eu/?login)
|
||||
|
||||
## Configuration
|
||||
|
||||
Comment configurer cette application : via le panneau d'administration, un fichier brut en SSH ou tout autre moyen.
|
||||
|
||||
## Documentation
|
||||
|
||||
* Documentation officielle : https://github.com/movim/movim/wiki
|
||||
* Documentation YunoHost : Si une documentation spécifique est nécessaire, n'hésitez pas à contribuer.
|
||||
|
||||
## Caractéristiques spécifiques YunoHost
|
||||
|
||||
#### Support multi-utilisateur
|
||||
|
||||
* L'authentification LDAP et HTTP est-elle prise en charge ? **No**
|
||||
* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui**
|
||||
|
||||
#### Architectures supportées
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/movim/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/movim/)
|
||||
|
||||
## Limitations
|
||||
|
||||
* Limitations connues.
|
||||
|
||||
## Informations additionnelles
|
||||
|
||||
**Options**
|
||||
|
||||
* domain : votre nom de domaine.
|
||||
* path : chemin vers le pod Movim.
|
||||
* admin : Accès autorisé à `/?admin` (options avancées du pod), doit exister dans YunoHost.
|
||||
* mot de passe : mot de passe pour accéder à `/?admin`.
|
||||
* langue : langue du pod.
|
||||
* enable sso : connexion automatique.
|
||||
|
||||
**Configuration avancée du pod**
|
||||
|
||||
https://example.com/movim/?admin
|
||||
|
||||
Le nom d'utilisateur et le mot de passe sont définis lors de l'installation.
|
||||
|
||||
## Liens
|
||||
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/movim_ynh/issues
|
||||
* Site de l'application : https://movim.eu/
|
||||
* Dépôt de l'application principale : https://github.com/movim/movim
|
||||
* Site web YunoHost : https://yunohost.org/
|
||||
|
||||
---
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/movim_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/movim_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade movim -u https://github.com/YunoHost-Apps/movim_ynh/tree/testing --debug
|
||||
```
|
Loading…
Add table
Reference in a new issue