Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 606 Bytes

TASKS.md

File metadata and controls

40 lines (27 loc) · 606 Bytes

Tasks

I want to put all the data into pocketbase and run when the html build from that

run pocketbase

docker run  \
  --name=pocketbase \
  -p 8090:8090 \
  -v ./pb_data:/pb_data \
  -v ./pb_public:/pb_public \
  --restart unless-stopped \
  ghcr.io/muchobien/pocketbase:latest

create super user in docker

/usr/local/bin/pocketbase superuser upsert EMAIL PASSWORD

start stopped container

docker start containerid

stop container

access admin pages

http://localhost:8090/_/