From 6b662fa0c86c0f383b33bcca2eb6b3486388919d Mon Sep 17 00:00:00 2001 From: Esmail EL BoB Date: Tue, 25 Apr 2023 02:14:12 +0200 Subject: [PATCH 1/2] Change chown to 1000 in uploads folder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 591b252..292b3e6 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Create the upload and config folder and give write permissions for the uploads: ```sh mkdir uploads config -chown -R 911:911 uploads +chown -R 1000:1000 uploads ``` Pleroma needs the `citext` PostgreSQL extension, here is how to add it: From 8969f825c955cbed225a6730f0618c3d7f59ceb6 Mon Sep 17 00:00:00 2001 From: Esmail EL BoB Date: Tue, 25 Apr 2023 02:45:11 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 292b3e6..d6b6a29 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,9 @@ Create the upload and config folder and give write permissions for the uploads: ```sh mkdir uploads config chown -R 1000:1000 uploads +docker exec -it --user root pleroma_web sh +chown -R pleroma /var +chown -R pleroma /tmp ``` Pleroma needs the `citext` PostgreSQL extension, here is how to add it: