diff --git a/frontend/public/json/pocketbase.json b/frontend/public/json/pocketbase.json index 32d9e653c..0745af81a 100644 --- a/frontend/public/json/pocketbase.json +++ b/frontend/public/json/pocketbase.json @@ -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" + } + ] }