brutsalvadi
713a9fc9d7
whatevs
2026-05-02 15:43:06 +02:00
brutsalvadi
2b440b02e6
Add shared auth, deployment config, and dev tooling
2026-05-01 21:55:55 +02:00
brutsalvadi
c416dbc226
reorg: no symlinks, just real files. This works on mac
2026-05-01 14:51:05 +02:00
brutsalvadi
6056d255a1
Bump content sentinel on delete to trigger Astro loader re-run
2026-04-23 22:50:58 +02:00
brutsalvadi
875ac4ca51
Fix rebuild blocking FastAPI event loop
...
Switch /rebuild endpoint from subprocess.run (blocks event loop) to
asyncio.create_subprocess_exec, preventing auth failures on concurrent
requests during build. Update site submodule pointer.
2026-04-23 21:37:53 +02:00
brutsalvadi
db265fc8d1
Add stories/ dir, /stories API endpoints, dev.sh blog symlink
2026-04-23 17:03:34 +02:00
brutsalvadi
f41e8cb40e
Add page editor UI: PageEditor drawer, fix slug regex for _docs/ paths, proxy /pages to API
2026-04-23 16:48:40 +02:00
brutsalvadi
3632ab3e9a
Add session auth: FastAPI login/logout/me endpoints, uv-managed deps, fix cookie on JSONResponse
2026-04-23 15:29:56 +02:00
brutsalvadi
c01def696c
Initialize bincio_wiki project structure
...
- Add brutsalvadi/astro-bloomz as git submodule at site/
- Add edit/ FastAPI sidecar (read/write markdown pages, trigger rebuild)
- Add scripts/dev.sh and scripts/build.sh (symlink pages/, run Astro + Pagefind)
- Add .gitignore
2026-04-22 22:54:19 +02:00