Add example curl command to Post-install guide
The post-install guide tells users to send a POST request to the server before setting up a reverse proxy to create a user. However the page doesn't mention setting the headers that .NET expects. It could be helpful to provide an example command like:
curl -X 'POST' \
'http://localhost:3000/api/iceshrimp/auth/register' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-H 'Host: <webdomain>' \
-d '{
"username": "",
"password": ""
}'
State: Untriaged → Triaged
Target version: v2024.1-beta1
State: Triaged → Completed
Type: Usability → Task
State: Completed → Completed
Released in version: v2024.1-beta1
Released in version: v2024.1-beta1
Released in version: v2024.1-beta1
Project
Iceshrimp.NETPriority
NormalN
Type
TaskT
State
CompletedC
Assignee
Laura HausmannSubsystem
DocumentationD
Component
No componentTarget version
v2024.1-beta1V
Released in version
v2024.1-beta1V