mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
fix cli commands
This commit is contained in:
parent
5d6f0c06df
commit
e7561c8e71
4 changed files with 12 additions and 12 deletions
|
@ -97,15 +97,15 @@ Feel free to refer to the [https://docs.gotosocial.org/en/latest/admin/cli/](GoT
|
||||||
To create a new user, proceed as follows:
|
To create a new user, proceed as follows:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
gotosocial admin account create --username some_username --email someuser@example.org --password 'somelongandcomplicatedpassword'
|
./gotosocial admin account create --username some_username --email someuser@example.org --password 'somelongandcomplicatedpassword'
|
||||||
|
|
||||||
gotosocial admin account confirm --username some_username
|
./gotosocial admin account confirm --username some_username
|
||||||
```
|
```
|
||||||
|
|
||||||
And to promote them as an administrator of your instance:
|
And to promote them as an administrator of your instance:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
gotosocial admin account promote --username some_username
|
./gotosocial admin account promote --username some_username
|
||||||
```
|
```
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
|
@ -93,15 +93,15 @@ N'hésitez pas à vous référer à la [https://docs.gotosocial.org/en/latest/ad
|
||||||
Pour créer un nouveau compte utilisateur, procédez comme suit :
|
Pour créer un nouveau compte utilisateur, procédez comme suit :
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
gotosocial admin account create --username nom_dutilisateur --email utilisateur@example.org --password 'UnMotDePasseTrèsComplexe'
|
./gotosocial admin account create --username nom_dutilisateur --email utilisateur@example.org --password 'UnMotDePasseTrèsComplexe'
|
||||||
|
|
||||||
gotosocial admin account confirm --username nom_dutilisateur
|
./gotosocial admin account confirm --username nom_dutilisateur
|
||||||
```
|
```
|
||||||
|
|
||||||
Et pour promouvoir un compte en tant qu'administrateur de votre instance :
|
Et pour promouvoir un compte en tant qu'administrateur de votre instance :
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
gotosocial admin account promote --username nom_dutilisateur
|
./gotosocial admin account promote --username nom_dutilisateur
|
||||||
```
|
```
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
|
@ -61,13 +61,13 @@ Feel free to refer to the [https://docs.gotosocial.org/en/latest/admin/cli/](GoT
|
||||||
To create a new user, proceed as follows:
|
To create a new user, proceed as follows:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
gotosocial admin account create --username some_username --email someuser@example.org --password 'somelongandcomplicatedpassword'
|
./gotosocial admin account create --username some_username --email someuser@example.org --password 'somelongandcomplicatedpassword'
|
||||||
|
|
||||||
gotosocial admin account confirm --username some_username
|
./gotosocial admin account confirm --username some_username
|
||||||
```
|
```
|
||||||
|
|
||||||
And to promote them as an administrator of your instance:
|
And to promote them as an administrator of your instance:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
gotosocial admin account promote --username some_username
|
./gotosocial admin account promote --username some_username
|
||||||
```
|
```
|
||||||
|
|
|
@ -61,13 +61,13 @@ N'hésitez pas à vous référer à la [https://docs.gotosocial.org/en/latest/ad
|
||||||
Pour créer un nouveau compte utilisateur, procédez comme suit :
|
Pour créer un nouveau compte utilisateur, procédez comme suit :
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
gotosocial admin account create --username nom_dutilisateur --email utilisateur@example.org --password 'UnMotDePasseTrèsComplexe'
|
./gotosocial admin account create --username nom_dutilisateur --email utilisateur@example.org --password 'UnMotDePasseTrèsComplexe'
|
||||||
|
|
||||||
gotosocial admin account confirm --username nom_dutilisateur
|
./gotosocial admin account confirm --username nom_dutilisateur
|
||||||
```
|
```
|
||||||
|
|
||||||
Et pour promouvoir un compte en tant qu'administrateur de votre instance :
|
Et pour promouvoir un compte en tant qu'administrateur de votre instance :
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
gotosocial admin account promote --username nom_dutilisateur
|
./gotosocial admin account promote --username nom_dutilisateur
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue