Skip to content

PointSav Documentation

The engineering library for the PointSav platform — operating systems and services for regulated businesses that own their data, their AI, and their record-keeping outright. Where the monorepo holds the code, this wiki holds the reasoning: architecture, services, security, and the governance commitments that bind future development.

Federate archives via content mounts

Prerequisites

  • Two media-knowledge-* content repositories on the same filesystem (or a shared mount like NFS)
  • Read access from the primary instance's process user to the secondary repository's content directory
  • knowledge.toml write access on the primary instance

Purpose

Read a second instance's articles from a running instance without copying files — the mechanism app-mediakit-knowledge calls a content mount. This is narrower than a "federation" in the isolated, namespaced sense the term usually implies: mounted content joins the same flat slug space as everything else the instance already serves.

Procedure

  1. On the host running the secondary content, confirm the primary instance's process user can read it:

    sudo -u <wiki-process-user> ls /srv/wiki/media-knowledge-projects
    

    If the path is on a remote host, mount it locally first. A path that's absent at startup causes the mount to be skipped, not to error.

  2. Declare the mount in the primary instance's knowledge.toml. See Use declarative knowledge mounts for the full mechanical steps and the real Mount schema (path, role, blueprint_set — no URL-prefix field exists).

  3. Restart the primary instance. Both the config and the mounted content are read once, at startup — changes on either side require a restart to take effect.

  4. Access an article from the mounted repository at the same /wiki/<slug> path pattern the primary uses for its own articles — there is no separate namespace or prefix to navigate to.

Expected outcome

The primary instance serves both its own articles and the mounted repository's articles, indistinguishably, from one merged content index.

Verification

Confirm an article you know exists only in the mounted repository resolves correctly, and — critically — confirm neither repository has an article with a slug the other one also uses. See Use declarative knowledge mounts's verification steps for exactly how to check.

Warning: wikilinks inside mounted articles resolve into the same merged namespace as everything else, with no existence check — a [[some-slug]] link works if that slug exists anywhere across every mount, and produces a dead link if it doesn't, regardless of which repository originally contained it. Don't assume a mounted article's internal links stay scoped to its own source repository.

Rollback

Remove the [[mount]] entry and restart. See Use declarative knowledge mounts for what to check if a slug collision already shadowed an article before you noticed.

Next steps

See also

Cite this record: /wiki/federate-archives-via-content-mounts — revision 9b9339a2, last updated 6 August 2026.

Important Information

Corporate structure. PointSav Digital Systems ("PointSav") is currently a trade name of Woodfine Capital Projects Inc. ("Woodfine"), planned to become a wholly-owned Woodfine subsidiary upon incorporation. PointSav does not itself offer, sell, or solicit any security. Any securities offering associated with Woodfine's real-property direct-hold solutions is made exclusively by Woodfine, and only by means of the applicable Private Placement Memorandum.

No investment advice. This wiki's content is provided for engineering, operational, research, and development purposes. Nothing on this wiki constitutes investment advice or a solicitation to invest in any Woodfine partnership or direct-hold solution.

Intellectual property. The PointSav name, trade name, wordmark, and marks, together with all current and future PointSav- and Totebox-branded products, services, and offerings — and the software, source code, documentation, design system, and all related materials — are proprietary to Woodfine and its affiliates, except for components identified as open source. No rights are granted except as expressly set out in a written license or agreement. The full trademark notice appears in the footer of every page on this site.

Open source components. Portions of the platform are made available under permissive open-source licenses identified in the accompanying repository. Use of those components is governed by their respective license terms.

No warranty; informational use. Content on this wiki is provided for general informational purposes only and does not constitute a representation, warranty, or commitment with respect to product functionality, availability, pricing, or roadmap. Some articles describe planned or intended features, capabilities, and milestones — language such as "planned," "intended," "targeted," "may," and "expected" marks this forward-looking content, which is subject to change and does not constitute a commitment regarding future performance.

Confidentiality. Where an article describes an operational or deployment detail that is not intended for public disclosure, that article is not published on this wiki. Content here is general-purpose engineering documentation, not customer-specific configuration.

Jurisdiction. Woodfine Capital Projects Inc. is organized in British Columbia, Canada. References to the Sovereign Data Foundation on this wiki describe a planned or intended initiative only, not a current equity holder or active governance body.

Changes to this notice. PointSav may update this notice from time to time; the version posted on this page governs.

Not a filing system. This wiki is not a securities filing system, an electronic disclosure repository, or a substitute for SEDAR+ or any other regulatory filing system. Formal securities filings are made through the applicable regulatory filing system, not through this wiki.

Full disclaimer. This notice supplements, and does not replace, the full Disclaimers article. In the event of any conflict, the full Disclaimers article governs.

Read the full disclaimer →