Commit Graph

3 Commits

Author SHA1 Message Date
brutsalvadi 83f48f09d4 Add image upload support: assets dir, POST /api/assets, editor drop zone 2026-05-04 13:22:08 +02:00
brutsalvadi 0f8bd3dba6 - bincio_wiki/pages/ — new home for all wiki content (2 wiki pages + _docs/ with 13 docs pages), tracked by the
container repo
  - bincio_wiki/blog/ — new home for all blog content
  - site/src/content.config.ts — base: '../pages' (was ./src/content/entries)
  - site/astro.config.mjs — added vite.server.fs.allow: ['..'] so Vite serves files from outside the project root;
  updated the delete watcher to watch ../pages/
  - edit/server.py — default WIKI_PAGES_DIR is now pages (was site/src/content/entries)

  Content is now versioned in bincio_wiki. The submodule stays clean — it's just the engine.
2026-05-04 12:06:53 +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