From 96f02bf998af9082298df846dea300e6b69c2281 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 12 Jan 2023 00:24:11 +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 7f5dcba..be0c060 100644 --- a/README.md +++ b/README.md @@ -43,19 +43,19 @@ See [#4](https://github.com/YunoHost-Apps/akkoma_ynh/issues/4) for more explaina - LDAP supported but HTTP auth not. ## Admin Tasks -Go to **cd /var/www/pleroma/live**. +Go to **cd /var/www/akkoma/live**. ### Adding users **Run:** - $ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user new ) + $ ( cd /var/www/akkoma/live && sudo -u akkoma MIX_ENV=prod ./bin/pleroma_ctl user new ) ### Password reset **Run:** - $ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user reset_password ) + $ ( cd /var/www/akkoma/live && sudo -u akkoma MIX_ENV=prod ./bin/pleroma_ctl user reset_password ) This will generate a **password reset link** that you can then send to the user. @@ -65,7 +65,7 @@ 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 --[no-]admin ) + $ ( cd /var/www/akkoma/live && sudo -u akkoma 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 95cda96..c89fd61 100644 --- a/README_fr.md +++ b/README_fr.md @@ -43,19 +43,19 @@ See [#4](https://github.com/YunoHost-Apps/akkoma_ynh/issues/4) for more explaina - LDAP supported but HTTP auth not. ## Admin Tasks -Go to **cd /var/www/pleroma/live**. +Go to **cd /var/www/akkoma/live**. ### Adding users **Run:** - $ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user new ) + $ ( cd /var/www/akkoma/live && sudo -u akkoma MIX_ENV=prod ./bin/pleroma_ctl user new ) ### Password reset **Run:** - $ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user reset_password ) + $ ( cd /var/www/akkoma/live && sudo -u akkoma MIX_ENV=prod ./bin/pleroma_ctl user reset_password ) This will generate a **password reset link** that you can then send to the user. @@ -65,7 +65,7 @@ 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 --[no-]admin ) + $ ( cd /var/www/akkoma/live && sudo -u akkoma 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.