Pocketbase: Add note for superuser account creation (#10245)

This commit is contained in:
Slaviša Arežina
2025-12-24 14:22:33 +01:00
committed by GitHub
parent 5730506c03
commit 7a44080eda

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"
}
]
}