Attempting to get barebones application on top of PocketBase that uses Server Side Rendering with html and gotempl
Go to file
efim 4a64f2186f feat: nix build enabled
nix build
will put binary into nix store, and symlink to ./result
running with
./result/bin/auth-pocketbase-attempt serve --dir=./pb_data

if i understood migrations correctly, when using as a framework
migrations will be generated as go files, and will be packaged into the binary
2023-10-08 07:20:48 +00:00
middleware feat: page reload on auth event 2023-10-06 12:38:09 +00:00
pages feat: Makefile for building and running 2023-10-07 03:20:24 +00:00
.envrc init: adding pocketbase as a framework 2023-10-06 05:34:15 +00:00
.gitignore feat: nix build enabled 2023-10-08 07:20:48 +00:00
.project init: adding pocketbase as a framework 2023-10-06 05:34:15 +00:00
Makefile feat: Makefile for building and running 2023-10-07 03:20:24 +00:00
auth-notes.org feat: nix build enabled 2023-10-08 07:20:48 +00:00
flake.lock feat: nix build enabled 2023-10-08 07:20:48 +00:00
flake.nix feat: nix build enabled 2023-10-08 07:20:48 +00:00
go.mod initial hardcoded github oauth button 2023-10-06 06:49:22 +00:00
go.sum init: adding pocketbase as a framework 2023-10-06 05:34:15 +00:00
main.go initial hardcoded github oauth button 2023-10-06 06:49:22 +00:00
tailwind.config.js feat: enable tailwind, committing out.css for now 2023-10-06 14:19:27 +00:00