first commit: Pocketbase setup, basic commands

This commit is contained in:
2025-03-29 16:04:27 +01:00
commit a3b3f353f0
8 changed files with 351 additions and 0 deletions

8
auth.example.json Normal file
View File

@@ -0,0 +1,8 @@
{
"CLIENT_ID": "",
"CLIENT_SECRET": "",
"ACCESS_TOKEN": "",
"REFRESH_TOKEN": "",
"EXPIRESIN": 0,
"OBTAINMENTTIMESTAMP": 0
}