Pixelfed: Difference between revisions
Add instruction paragraph |
Add instructions on how to add inital admin account |
||
| Line 14: | Line 14: | ||
};</syntaxhighlight>Reference [[Nginx]] page for instructions on how to configure SSL and ACME. | };</syntaxhighlight>Reference [[Nginx]] page for instructions on how to configure SSL and ACME. | ||
To create an administrator account that can also be used to log into Pixelfed, run the following commands.<syntaxhighlight lang="bash"> | |||
pixelfed-manage user:create --name=test --username=test --email=test@test.com --password=test | |||
pixelfed-manage user:admin test | |||
</syntaxhighlight> | |||
[[Category:Web Applications]] | [[Category:Web Applications]] | ||