Compare commits

...

2 Commits

Author SHA1 Message Date
6f223d191e Update 2025-12-23 19:45:16 +01:00
db36d2f9e6 Add note for superuser account creation
Added a note for creating a superuser account.
2025-12-23 13:45:20 +01:00

View File

@ -31,5 +31,10 @@
"username": null,
"password": null
},
"notes": []
"notes": [
{
"text": "Type `/opt/pocketbase/pocketbase superuser create YOUREMAIL PASSWORD` to create your superuser account.",
"type": "info"
}
]
}