1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/akkoma_ynh.git synced 2024-09-03 20:36:17 +02:00

Auto-update README

This commit is contained in:
yunohost-bot 2022-12-20 16:59:23 +00:00
parent f9281eea60
commit 342893e0b1
2 changed files with 20 additions and 16 deletions

View file

@ -19,9 +19,11 @@ Akkoma is a microblogging server software that can federate (= exchange messages
**Mastodon web front-end for Akkoma:** Add **/web** in front of your Akkoma domain, eg. akkoma.domain.tld/web **Mastodon web front-end for Akkoma:** Add **/web** in front of your Akkoma domain, eg. akkoma.domain.tld/web
**Shipped version:** 3.5.0~ynh1 **Shipped version:** 3.5.0~ynh1
**Demo:** https://otp.akkoma.dev/ **Demo:** https://otp.akkoma.dev
## Screenshots ## Screenshots
@ -37,19 +39,19 @@ Akkoma is a microblogging server software that can federate (= exchange messages
- LDAP supported but HTTP auth not. - LDAP supported but HTTP auth not.
## Admin Tasks ## Admin Tasks
Go to **cd /var/www/akkoma/live**. Go to **cd /var/www/pleroma/live**.
### Adding users ### Adding users
**Run:** **Run:**
$ ( cd /var/www/akkoma/live && sudo -u akkoma MIX_ENV=prod ./bin/pleroma_ctl user new <NICKNAME> <EMAIL> ) $ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user new <NICKNAME> <EMAIL> )
### Password reset ### Password reset
**Run:** **Run:**
$ ( cd /var/www/akkoma/live && sudo -u akkoma MIX_ENV=prod ./bin/pleroma_ctl user reset_password <NICKNAME> ) $ ( 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.
@ -59,15 +61,15 @@ You can make users **moderators**. They will then be able to **delete any post**
**Run:** **Run:**
$ ( cd /var/www/akkoma/live && sudo -u akkoma MIX_ENV=prod ./bin/pleroma_ctl user set <NICKNAME> --[no-]admin ) $ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user set <NICKNAME> --[no-]admin )
**--admin** option will **make the user moderator** and **--no-admin** will **take away the moderator privileges** from the user. **--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
* Official app website: <https://akkoma.social/> * Official app website: <https://akkoma.social/>
* Official admin documentation: <https://docs.akkoma.social/> * Official admin documentation: <https://docs.akkoma.dev/stable/>
* Upstream app code repository: <https://git.akkoma.social/akkoma/akkoma/> * Upstream app code repository: <https://akkoma.dev/AkkomaGang/akkoma/>
* YunoHost documentation for this app: <https://yunohost.org/app_akkoma> * YunoHost documentation for this app: <https://yunohost.org/app_akkoma>
* Report a bug: <https://github.com/YunoHost-Apps/akkoma_ynh/issues> * Report a bug: <https://github.com/YunoHost-Apps/akkoma_ynh/issues>

View file

@ -19,9 +19,11 @@ Akkoma is a microblogging server software that can federate (= exchange messages
**Mastodon web front-end for Akkoma:** Add **/web** in front of your Akkoma domain, eg. akkoma.domain.tld/web **Mastodon web front-end for Akkoma:** Add **/web** in front of your Akkoma domain, eg. akkoma.domain.tld/web
**Version incluse :** 3.5.0~ynh1 **Version incluse :** 3.5.0~ynh1
**Démo :** https://otp.akkoma.dev/ **Démo :** https://otp.akkoma.dev
## Captures d'écran ## Captures d'écran
@ -37,19 +39,19 @@ Akkoma is a microblogging server software that can federate (= exchange messages
- LDAP supported but HTTP auth not. - LDAP supported but HTTP auth not.
## Admin Tasks ## Admin Tasks
Go to **cd /var/www/akkoma/live**. Go to **cd /var/www/pleroma/live**.
### Adding users ### Adding users
**Run:** **Run:**
$ ( cd /var/www/akkoma/live && sudo -u akkoma MIX_ENV=prod ./bin/akkoma_ctl user new <NICKNAME> <EMAIL> ) $ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user new <NICKNAME> <EMAIL> )
### Password reset ### Password reset
**Run:** **Run:**
$ ( cd /var/www/akkoma/live && sudo -u akkoma MIX_ENV=prod ./bin/akkoma_ctl user reset_password <NICKNAME> ) $ ( 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.
@ -59,15 +61,15 @@ You can make users **moderators**. They will then be able to **delete any post**
**Run:** **Run:**
$ ( cd /var/www/akkoma/live && sudo -u akkoma MIX_ENV=prod ./bin/akkoma_ctl user set <NICKNAME> --[no-]admin ) $ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user set <NICKNAME> --[no-]admin )
**--admin** option will **make the user moderator** and **--no-admin** will **take away the moderator privileges** from the user. **--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
* Site officiel de l'app : <https://akkoma.social/> * Site officiel de l'app : <https://akkoma.social/>
* Documentation officielle de l'admin : <https://docs.akkoma.social/> * Documentation officielle de l'admin : <https://docs.akkoma.dev/stable/>
* Dépôt de code officiel de l'app : <https://git.akkoma.social/akkoma/akkoma/> * Dépôt de code officiel de l'app : <https://akkoma.dev/AkkomaGang/akkoma/>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_akkoma> * Documentation YunoHost pour cette app : <https://yunohost.org/app_akkoma>
* Signaler un bug : <https://github.com/YunoHost-Apps/akkoma_ynh/issues> * Signaler un bug : <https://github.com/YunoHost-Apps/akkoma_ynh/issues>