<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://vidra.yosef.app/docs/blog</id>
    <title>Vidra Blog</title>
    <updated>2026-08-28T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://vidra.yosef.app/docs/blog"/>
    <subtitle>Vidra Blog</subtitle>
    <icon>https://vidra.yosef.app/docs/img/favicon.ico</icon>
    <entry>
        <title type="html"><![CDATA[The docs now describe the product]]></title>
        <id>https://vidra.yosef.app/docs/blog/docs-relaunch</id>
        <link href="https://vidra.yosef.app/docs/blog/docs-relaunch"/>
        <updated>2026-08-28T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[This site has been rebuilt against the product as it exists today. The previous]]></summary>
        <content type="html"><![CDATA[<p>This site has been rebuilt against the product as it exists today. The previous
version described an earlier project, and it described it inaccurately.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-was-wrong">What was wrong<a href="https://vidra.yosef.app/docs/blog/docs-relaunch#what-was-wrong" class="hash-link" aria-label="Direct link to What was wrong" title="Direct link to What was wrong" translate="no">​</a></h2>
<p>The old pages asserted PeerTube REST API compatibility, in-player WebTorrent
peer-to-peer, a cryptocurrency payments integration, Kubernetes manifests and
Terraform configurations, and a <code>k8s/</code> directory. None of those exist. The
prerequisites named versions the project has not used for some time, and the
repository links pointed somewhere else entirely.</p>
<p>A wrong page is worse than a missing one. Anything that could not be verified
against <a href="https://github.com/yegamble/vidra" target="_blank" rel="noopener noreferrer" class=""><code>github.com/yegamble/vidra</code></a> has been
removed rather than softened.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-is-true">What is true<a href="https://vidra.yosef.app/docs/blog/docs-relaunch#what-is-true" class="hash-link" aria-label="Direct link to What is true" title="Direct link to What is true" translate="no">​</a></h2>
<p><strong>Vidra is a clean-room, PeerTube-inspired implementation.</strong> It is not a fork
and it is <strong>not API-compatible with PeerTube</strong> — PeerTube clients, embeds and
plugins do not work against it. What is supported is a one-way importer that
moves an existing PeerTube instance across, and it carries more than the old
docs claimed: bcrypt password hashes come over verbatim, so your users keep the
passwords they already have.</p>
<p><strong>Federation is two protocols doing two jobs.</strong> ActivityPub federates channels
to the fediverse; ATProto carries identity — sign in with Bluesky or any PDS —
and optional cross-posting. Both default to off, both are switchable per channel,
and neither is the other.</p>
<p><strong>IPFS is the shipped distribution offload</strong>, as a dual-tier mirror: a public
gateway tier and a private swarm-keyed tier, with local or S3-compatible storage
staying authoritative. In-player peer-to-peer is deferred by decision, and the
docs now say so.</p>
<p><strong>Deployment is a one-line installer, Docker Compose, and the <code>deploy/*.sh</code>
scripts</strong> that the <code>vidra</code> CLI wraps 1:1. There are no orchestrator manifests to
find, because there are none to ship.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-is-new">What is new<a href="https://vidra.yosef.app/docs/blog/docs-relaunch#what-is-new" class="hash-link" aria-label="Direct link to What is new" title="Direct link to What is new" translate="no">​</a></h2>
<p>A curated information architecture: Start here, Concepts, Install and deploy,
Operate, Migrate from PeerTube, Reference, Contribute. New pages cover
requirements and sizing with the real hardware floor, the operator CLI and its
checks, monitoring, the port matrix, and repository layout.</p>
<p>The theme now follows the
<a href="https://github.com/yegamble/vidra-branding" target="_blank" rel="noopener noreferrer" class="">brand guidelines</a> — Paper and Ink
with Action Cyan — and the architecture diagrams are authored as Mermaid, so
they read correctly in both light and dark rather than being colour-inverted by
a CSS filter.</p>
<p>Start at <a class="" href="https://vidra.yosef.app/docs/start/what-is-vidra">What is Vidra?</a>, or go straight to the
<a class="" href="https://vidra.yosef.app/docs/start/quickstart">Quickstart</a>.</p>]]></content>
        <author>
            <name>Vidra</name>
            <uri>https://github.com/yegamble/vidra</uri>
        </author>
        <category label="documentation" term="documentation"/>
    </entry>
</feed>