1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Merge branch 'testing' into 2.1.2

This commit is contained in:
yalh76 2020-11-03 20:23:40 +01:00
commit e5f1a58774
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ For user friendly details about Pleroma: [see here](https://blog.soykaf.com/post
1. **Pleroma** require a dedicated **root domain**, eg. pleroma.domain.tld
1. **Pleroma** require a valid **certificate** installed on the domain. Yunohost can **install Letsencrypt certificate** on the domain from **admin web-interface** or through **command-line**.
1. This package is **multi-instance** that means you can run **multiple Pleroma instances** on a **single server**.
1. This package is currently set to **single-instance** that means you can run a **single Pleroma instance** on a **single server**.
## Screenshots

View file

@ -227,7 +227,7 @@ pushd $final_path/$app
sleep 60
# Add user
su pleroma -s $SHELL -lc "$final_path/$app/bin/pleroma_ctl user new $admin $admin_email --password $password --moderator --admin -y"
su "$app" -s $SHELL -lc "$final_path/$app/bin/pleroma_ctl user new $admin $admin_email --password $password --moderator --admin -y"
popd
#=================================================