From 219cd74b61a1c59f620972ee3871c9ab7c5f1646 Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 28 May 2020 06:27:39 +0000 Subject: [PATCH] Add admin user instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5c0979c..696ca16 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ config :pleroma, :instance, registrations_open: true, federating: true ``` +Add an instance admin like this: +``` +docker exec pleroma /opt/pleroma/bin/pleroma_ctl user new joeuser joeuser@sld.tld --admin -y +``` The postgres database files are located in `./volumes/pleroma-db/pgdata`. You can also insert postgres startup scripts inside `./volumes/pleroma-db/pginit`