Add admin user instructions #4

Open
lukas wants to merge 1 commit from gitlab-mr-iid-1 into master
Member

This solves #1

This solves #1
Member
docker-compose exec pleroma /opt/pleroma/bin/pleroma_ctl user new joeuser joeuser@sld.tld --admin -y

docker on it's own failed for me. I think docker-compose is the way to go, since the command references the labeled docker-compose container.

```suggestion:-0+0 docker-compose exec pleroma /opt/pleroma/bin/pleroma_ctl user new joeuser joeuser@sld.tld --admin -y ``` `docker` on it's own failed for me. I think `docker-compose` is the way to go, since the command references the labeled docker-compose container.
Member

Any reason this is nor merged? I had to search the issues to find out how to create an admin for my instance.

The docker exec command did work

Any reason this is nor merged? I had to search the issues to find out how to create an admin for my instance. The `docker exec` command did work
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin gitlab-mr-iid-1:gitlab-mr-iid-1
git switch gitlab-mr-iid-1

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff gitlab-mr-iid-1
git switch gitlab-mr-iid-1
git rebase master
git switch master
git merge --ff-only gitlab-mr-iid-1
git switch gitlab-mr-iid-1
git rebase master
git switch master
git merge --no-ff gitlab-mr-iid-1
git switch master
git merge --squash gitlab-mr-iid-1
git switch master
git merge --ff-only gitlab-mr-iid-1
git switch master
git merge gitlab-mr-iid-1
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pleroma/pleroma-docker-compose!4
No description provided.