Make Stuffbox the exclusive media provider and simplify encrypted messaging copy
Hop-State: A_06FPCP16ZEAQDRH1JF5JRZG Hop-Proposal: R_06FPCP0618KWV4X8SK82048 Hop-Task: T_06FPCM7MFZHQDCR4JBRHMG0 Hop-Attempt: AT_06FPCM7MFW92T7J4T312R08
This commit is contained in:
@@ -61,9 +61,7 @@ Uninstalling preserves the database and environment by default. Pass `--purge-da
|
||||
|
||||
The node database is a local embedded Turso/SQLite file. Media remains in storage controlled by each user, so exported accounts retain portable media URLs and can move between Synapsis nodes without requiring the old node to transfer a shared upload directory.
|
||||
|
||||
Stuffbox is the default integration. New installs use `https://stuffbox.xyz`; set `STUFFBOX_URL` to a different public URL when using another or self-hosted Stuffbox service. Each Synapsis install registers its callback automatically the first time a user connects, so node operators do not need to create or configure a Stuffbox client ID. Synapsis uses a consent and PKCE flow, keeps the resulting tokens encrypted with `AUTH_SECRET`, and sends file bytes directly from the user's browser to Stuffbox.
|
||||
|
||||
User-owned S3-compatible storage remains available as an advanced fallback. Supported providers include AWS S3, Cloudflare R2, Backblaze B2, Wasabi, and Contabo.
|
||||
Stuffbox is the exclusive media-storage integration. New installs use `https://stuffbox.xyz`; set `STUFFBOX_URL` to a different public URL when using another or self-hosted Stuffbox service. Each Synapsis install registers its callback automatically the first time a user connects, so node operators do not need to create or configure a Stuffbox client ID. Synapsis uses a consent and PKCE flow, keeps the resulting tokens encrypted with `AUTH_SECRET`, and sends file bytes directly from the user's browser to Stuffbox.
|
||||
|
||||
## Encrypted direct messages
|
||||
|
||||
@@ -99,7 +97,7 @@ npm run build
|
||||
- **Framework:** Next.js 16 and React 19
|
||||
- **Database:** embedded Turso with Drizzle ORM's relational-query v2 API
|
||||
- **Identity:** DIDs and per-user signing keys
|
||||
- **Media:** user-owned Stuffbox or S3-compatible storage
|
||||
- **Media:** user-owned Stuffbox storage
|
||||
- **Federation:** Synapsis Swarm discovery and signed interactions
|
||||
- **Deployment:** native Node.js process managed by systemd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user