From d525cbb85150d60eb5fc9c538d07a16dc3bd9d51 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 6 Nov 2022 15:00:06 +0000 Subject: [PATCH] Auto-update README --- README.md | 8 ++++---- README_fr.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a6a0061..aac6e52 100644 --- a/README.md +++ b/README.md @@ -40,19 +40,19 @@ For user friendly details about Pleroma: [see here](https://blog.soykaf.com/post * LDAP supported but HTTP auth not. ## Admin Tasks -Go to **cd /var/www/pleroma/pleroma**. +Go to **cd /var/www/pleroma/live**. ### Adding users **Run:** - $ ( cd /var/www/pleroma/pleroma && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user new ) + $ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user new ) ### Password reset **Run:** - $ ( cd /var/www/pleroma/pleroma && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user reset_password ) + $ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user reset_password ) This will generate a **password reset link** that you can then send to the user. @@ -62,7 +62,7 @@ You can make users **moderators**. They will then be able to **delete any post** **Run:** - $ ( cd /var/www/pleroma/pleroma && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user set --[no-]admin ) + $ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user set --[no-]admin ) **--admin** option will **make the user moderator** and **--no-admin** will **take away the moderator privileges** from the user. diff --git a/README_fr.md b/README_fr.md index d627db2..5929a4b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -40,19 +40,19 @@ For user friendly details about Pleroma: [see here](https://blog.soykaf.com/post * LDAP supported but HTTP auth not. ## Admin Tasks -Go to **cd /var/www/pleroma/pleroma**. +Go to **cd /var/www/pleroma/live**. ### Adding users **Run:** - $ ( cd /var/www/pleroma/pleroma && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user new ) + $ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user new ) ### Password reset **Run:** - $ ( cd /var/www/pleroma/pleroma && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user reset_password ) + $ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user reset_password ) This will generate a **password reset link** that you can then send to the user. @@ -62,7 +62,7 @@ You can make users **moderators**. They will then be able to **delete any post** **Run:** - $ ( cd /var/www/pleroma/pleroma && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user set --[no-]admin ) + $ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user set --[no-]admin ) **--admin** option will **make the user moderator** and **--no-admin** will **take away the moderator privileges** from the user.