We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20896e commit c42be9cCopy full SHA for c42be9c
TASKS.md
@@ -0,0 +1,31 @@
1
+# Tasks
2
+
3
+I want to put all the data into pocketbase and run when the html build from that
4
5
+## run pocketbase
6
7
+```bash
8
+docker run \
9
+ --name=pocketbase \
10
+ -p 8090:8090 \
11
+ -v ./pb_data:/pb_data \
12
+ -v ./pb_public:/pb_public \
13
+ --restart unless-stopped \
14
+ ghcr.io/muchobien/pocketbase:latest
15
+```
16
17
+## create super user in docker
18
19
20
+/usr/local/bin/pocketbase superuser upsert EMAIL PASSWORD
21
22
23
+## start stopped container
24
25
26
+docker start containerid
27
28
29
+## access admin pages
30
31
+<http://localhost:8090/\_/>
pb_data/auxiliary.db
168 KB
pb_data/data.db
156 KB
0 commit comments