Commit Graph

11 Commits

Author SHA1 Message Date
efim 59c3b1ce59 feat: initial nixos module impl 2023-10-08 13:36:31 +00:00
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
efim 769fe603c7 feat: Makefile for building and running
yay, tailwindcss is only executed when templates or config has changed
i can remove out.css from the repository!
2023-10-07 03:20:24 +00:00
efim f69cb661dc feat: enable tailwind, committing out.css for now 2023-10-06 14:19:27 +00:00
efim ffd74c4222 refactor: adding base template for header & nav 2023-10-06 13:42:20 +00:00
efim 2676b87d5b feat: page reload on auth event 2023-10-06 12:38:09 +00:00
efim bb418101dd feat: serving static files
for example htmx library
in the future tailwindcss out.css file as well
2023-10-06 10:31:50 +00:00
efim a9fce1bcbf feat: moving dialog script to head
this way htmx page switch would keep it.
and calling on event DOM loaded means elements should be found
2023-10-06 09:40:28 +00:00
efim e1346e2f96 feat: logout route and login dialog 2023-10-06 09:20:00 +00:00
efim c87abb6956 initial hardcoded github oauth button 2023-10-06 06:49:22 +00:00
efim 8c255ed812 init: adding pocketbase as a framework 2023-10-06 05:34:15 +00:00