From d0c31f8af5038f9f8460ff58dab9945f23dd08a7 Mon Sep 17 00:00:00 2001 From: imattau Date: Mon, 28 Sep 2020 09:05:44 +1000 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3eda20..f33419e 100644 --- a/README.md +++ b/README.md @@ -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 From aa42216b064dc1a2b3feef183853bb29021065ba Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 1 Nov 2020 18:15:30 +0100 Subject: [PATCH 2/2] fix install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7816a33..fccf3c3 100755 --- a/scripts/install +++ b/scripts/install @@ -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 #=================================================