Dogfood .249: enable Spaces / Shares / Deleted files (v2 sidebar views) #50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First dogfood of the v2 UI (v0.3.5/v0.3.6) surfaced that the
.249instance (cairn-enc) runs with none of the sidebar-backing features enabled — the UI correctly hides them since v0.3.6, but that means the flagship views aren't exercised in daily use.To light them up, the
cairn-enc-configsecret (manual, not in git) needs:auth.perUserHomes: true→ Personal becomes/home/<user>, Spaces appears for OIDC group membership (/spaces/<group>; needs the groups claim mapped in the Keycloak client)sharesconfig → Shares view + Share/Copy-link row actionsstorage.trash.enabled: true→ Deleted files view. ⚠ this instance is S3 (Garage): trash moves are copy-heavy on directory trees (#23 decision record) — acceptable at dogfood scale, but worth watchingLayout note: flipping
perUserHomeson an existing flat bucket changes the virtual layout — current root files (e.g.sovereignty-check.txt) stay at backend root, visible to admins only. Content may want a one-time move into/home/<user>/.Nothing here is code; tracking so the dogfood eventually exercises the full v2 surface.
Done 2026-07-30: Nikola flipped
auth.perUserHomes,shares.enabled, andstorage.trash.enabledin thecairn-enc-configsecret; confirmed live in the startup log (shares=true) and carried through the v0.3.14–v0.3.16 rollouts.Notes from the flip:
nikola-testis admin (cairn-admins) and therefore unscoped — to see the member view (private/home+/spaces/<group>), use a non-admin Keycloak user.<space>-roKeycloak group grants read-only space membership (#64) — worth exercising as part of the #59 demo walk-through, which this unblocks.