mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Auto-update README
This commit is contained in:
parent
433e209fc2
commit
a1dea67c96
2 changed files with 41 additions and 34 deletions
26
README.md
26
README.md
|
@ -40,31 +40,35 @@ For user friendly details about Pleroma: [see here](https://blog.soykaf.com/post
|
||||||
- LDAP supported but HTTP auth not.
|
- LDAP supported but HTTP auth not.
|
||||||
|
|
||||||
## Admin Tasks
|
## Admin Tasks
|
||||||
Go to **cd /var/www/pleroma/live**.
|
|
||||||
|
Connect with SSH to your Yunohost server as YNH admin user.
|
||||||
|
For the commands syntax, have in mind the specificities of [Yunohost Pleroma install](./doc/yunohost.md).
|
||||||
|
|
||||||
|
|
||||||
### Adding users
|
### Adding users
|
||||||
|
|
||||||
**Run:**
|
```
|
||||||
|
sudo su pleroma -s $SHELL -lc "/var/www/pleroma/live/bin/pleroma_ctl user new <userName> <userEmail>"
|
||||||
$ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user new <NICKNAME> <EMAIL> )
|
```
|
||||||
|
|
||||||
### Password reset
|
### Password reset
|
||||||
|
|
||||||
**Run:**
|
```
|
||||||
|
sudo su pleroma -s $SHELL -lc "/var/www/pleroma/live/bin/pleroma_ctl user reset_password <userName>"
|
||||||
$ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user reset_password <NICKNAME> )
|
```
|
||||||
|
|
||||||
This will generate a **password reset link** that you can then send to the user.
|
This will generate a **password reset link** that you can then send to the user.
|
||||||
|
|
||||||
### Moderators
|
### Moderators
|
||||||
|
|
||||||
You can make users **moderators**. They will then be able to **delete any post**.
|
You can make users **moderators**. They will then be able to _delete any post_.
|
||||||
|
|
||||||
**Run:**
|
|
||||||
|
|
||||||
$ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user set <NICKNAME> --[no-]admin )
|
```
|
||||||
|
sudo su pleroma -s $SHELL -lc "/var/www/pleroma/live/bin/pleroma_ctl user set <userName> --admin"
|
||||||
|
```
|
||||||
|
|
||||||
**--admin** option will **make the user moderator** and **--no-admin** will **take away the moderator privileges** from the user.
|
Note: `--admin` option will _make the user moderator_ and `--no-admin` will _take away_ the moderator privileges from the user.
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
|
|
49
README_fr.md
49
README_fr.md
|
@ -16,11 +16,11 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
## Vue d’ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
Pleroma is a microblogging server software that can federate (= exchange messages with) other servers that support ActivityPub. What that means is that you can host a server for yourself or your friends and stay in control of your online identity, but still exchange messages with people on larger servers. Pleroma will federate with all servers that implement ActivityPub, like Friendica, GNU Social, Hubzilla, Mastodon, Misskey, Peertube, and Pixelfed.
|
Pleroma est un logiciel serveur de microblog qui peut fédérer (c’est à dire échanger des messages) avec d’autres serveurs qui supportent le protocole ActivityPub. Cela signifie que vous pouvez héberger un serveur pour vous ou vos amis et garder le contrôle de votre identité en ligne, tout en communiquant avec des personnes hébergées sur des serveurs différents et plus importants tel que Friendica, GNU Social, Hubzilla, Mastodon, Misskey, Peertube, ou Pixelfed.
|
||||||
|
|
||||||
For user friendly details about Pleroma: [see here](https://blog.soykaf.com/post/what-is-pleroma/)
|
Pour des informations plus détaillées sur Pleroma voir [What is Pleroma](https://blog.soykaf.com/post/what-is-pleroma/)
|
||||||
|
|
||||||
**Mastodon web front-end for Pleroma:** Add **/web** in front of your Pleroma domain, eg. pleroma.domain.tld/web
|
**Interface utilisateur Mastodon pour Pleroma :** Ajouter `/web` à la fin du nom de domaine (URL) de votre installation, par exemple : `https://pleroma.domain.tld/web`
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 2.5.1~ynh1
|
**Version incluse :** 2.5.1~ynh1
|
||||||
|
@ -33,38 +33,41 @@ For user friendly details about Pleroma: [see here](https://blog.soykaf.com/post
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
- **Pleroma** require a dedicated **root domain**, eg. pleroma.domain.tld
|
- Pleroma doit impérativement s’installer sur son propre **nom de domaine dédié** (ou sous-domaine), par ex. pleroma.domain.tld
|
||||||
- **Pleroma** require a valid **certificate** installed on the domain. Yunohost can **install Letsencrypt certificate** on the domain from **admin web-interface** or through **command-line**.
|
- Pleroma nécessite par ailleurs un **certificat SSL** valide activé sur ce domaine. Yunohost peut installer et configurer un **certificat Letsencrypt** pour le domaine depuis l’interface d'administration de Yunohost ou avec la ligne de commande.
|
||||||
- This package is currently set to **single-instance** that means you can run a **single Pleroma instance** on a **single server**.
|
- Ce paquet est actuellement configuré pour une **instance unique**, c’est-à-dire que l’on ne peut installer _qu’une seule instance_ de Pleroma sur un même serveur Yunohost.
|
||||||
- The admin **password** entered when installing must **not** contain **special characters**. (See [issue #132](https://github.com/YunoHost-Apps/pleroma_ynh/issues/132))
|
- Le **mot de passe** saisi durant l’installation ne doit _en aucun cas_ contenir de **caractères spéciaux**. (Voir [issue #132](https://github.com/YunoHost-Apps/pleroma_ynh/issues/132))
|
||||||
- LDAP supported but HTTP auth not.
|
- L’authentification LDAP fonctionne, mais pas `HTTP auth` en revanche.
|
||||||
|
|
||||||
## Admin Tasks
|
## Tâches d’administration
|
||||||
Go to **cd /var/www/pleroma/live**.
|
|
||||||
|
|
||||||
### Adding users
|
Se connecter avec SSH à votre serveur Yunohost avec le compte admin (nous parlons ici de l’admin YNH pas de l’admin de Pleroma).
|
||||||
|
Pour la syntaxe des commandes, garder en tête les spécificités d’une installations de [Pleroma avec Yunohost](./doc/yunohost_fr.md).
|
||||||
|
|
||||||
**Run:**
|
|
||||||
|
|
||||||
$ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user new <NICKNAME> <EMAIL> )
|
### Ajouter un utilisateur ou utilisatrice
|
||||||
|
|
||||||
### Password reset
|
```
|
||||||
|
sudo su pleroma -s $SHELL -lc "/var/www/pleroma/live/bin/pleroma_ctl user new <userName> <userEmail>"
|
||||||
|
```
|
||||||
|
|
||||||
**Run:**
|
### Changer de mot de passe
|
||||||
|
|
||||||
$ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user reset_password <NICKNAME> )
|
```
|
||||||
|
sudo su pleroma -s $SHELL -lc "/var/www/pleroma/live/bin/pleroma_ctl user reset_password <userName>"
|
||||||
|
```
|
||||||
|
|
||||||
This will generate a **password reset link** that you can then send to the user.
|
Ceci générera un **lien de réinitialisation** (URL) du mot de passe, que vous pouvez envoyer à l’utilisateur ou utilisatrice.
|
||||||
|
|
||||||
### Moderators
|
### Modérateurs
|
||||||
|
|
||||||
You can make users **moderators**. They will then be able to **delete any post**.
|
Vous pouvez donner à des utilisateurs ou utilisatrices les droits de **modération**. Ils ou elles pourront alors _supprimer_ n’importe quel billet publié par n’importe quel autre compte.
|
||||||
|
|
||||||
**Run:**
|
```
|
||||||
|
sudo su pleroma -s $SHELL -lc "/var/www/pleroma/live/bin/pleroma_ctl user set <userName> --admin"
|
||||||
|
```
|
||||||
|
|
||||||
$ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user set <NICKNAME> --[no-]admin )
|
Note : l’option `--admin` donne au compte _les droits de moderation_ et avec l’option `--no-admin` à l’inverse on _enlève_ les privilèges de modération de celui-ci.
|
||||||
|
|
||||||
**--admin** option will **make the user moderator** and **--no-admin** will **take away the moderator privileges** from the user.
|
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue