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
**Shipped version:** 3.5.0~ynh1
**Demo:** https://otp.akkoma.dev/
**Demo:** https://otp.akkoma.dev
## Screenshots
@ -37,19 +39,19 @@ Akkoma is a microblogging server software that can federate (= exchange messages
- LDAP supported but HTTP auth not.
## Admin Tasks
Go to **cd /var/www/akkoma/live**.
Go to **cd /var/www/pleroma/live**.
### Adding users
**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
**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.
@ -59,15 +61,15 @@ You can make users **moderators**. They will then be able to **delete any post**
**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.
## Documentation and resources
* Official app website: <https://akkoma.social/>
* Official admin documentation: <https://docs.akkoma.social/>
* Upstream app code repository: <https://git.akkoma.social/akkoma/akkoma/>
* Official admin documentation: <https://docs.akkoma.dev/stable/>
* Upstream app code repository: <https://akkoma.dev/AkkomaGang/akkoma/>
* YunoHost documentation for this app: <https://yunohost.org/app_akkoma>
* 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
**Version incluse :** 3.5.0~ynh1
**Démo :** https://otp.akkoma.dev/
**Démo :** https://otp.akkoma.dev
## Captures d'écran
@ -37,19 +39,19 @@ Akkoma is a microblogging server software that can federate (= exchange messages
- LDAP supported but HTTP auth not.
## Admin Tasks
Go to **cd /var/www/akkoma/live**.
Go to **cd /var/www/pleroma/live**.
### Adding users
**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
**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.
@ -59,15 +61,15 @@ You can make users **moderators**. They will then be able to **delete any post**
**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.
## Documentations et ressources
* Site officiel de l'app : <https://akkoma.social/>
* Documentation officielle de l'admin : <https://docs.akkoma.social/>
* Dépôt de code officiel de l'app : <https://git.akkoma.social/akkoma/akkoma/>
* Documentation officielle de l'admin : <https://docs.akkoma.dev/stable/>
* Dépôt de code officiel de l'app : <https://akkoma.dev/AkkomaGang/akkoma/>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_akkoma>
* Signaler un bug : <https://github.com/YunoHost-Apps/akkoma_ynh/issues>