docs: sync docs and skills updates from backup branch

This commit is contained in:
Dotta
2026-03-02 16:44:10 -06:00
parent 8ee063c4e5
commit cabd16bc70
60 changed files with 209 additions and 246 deletions

View File

@@ -3,8 +3,6 @@ title: Database
summary: Embedded PGlite vs Docker Postgres vs hosted
---
# Database
Paperclip uses PostgreSQL via Drizzle ORM. There are three ways to run the database.
## 1. Embedded PostgreSQL (Default)

View File

@@ -3,8 +3,6 @@ title: Deployment Modes
summary: local_trusted vs authenticated (private/public)
---
# Deployment Modes
Paperclip supports two runtime modes with different security profiles.
## `local_trusted`

View File

@@ -3,8 +3,6 @@ title: Docker
summary: Docker Compose quickstart
---
# Docker
Run Paperclip in Docker without installing Node or pnpm locally.
## Compose Quickstart (Recommended)

View File

@@ -3,8 +3,6 @@ title: Environment Variables
summary: Full environment variable reference
---
# Environment Variables
All environment variables that Paperclip uses for server configuration.
## Server Configuration

View File

@@ -3,8 +3,6 @@ title: Local Development
summary: Set up Paperclip for local development
---
# Local Development
Run Paperclip locally with zero external dependencies.
## Prerequisites

View File

@@ -3,8 +3,6 @@ title: Deployment Overview
summary: Deployment modes at a glance
---
# Deployment Overview
Paperclip supports three deployment configurations, from zero-friction local to internet-facing production.
## Deployment Modes

View File

@@ -3,8 +3,6 @@ title: Secrets Management
summary: Master key, encryption, and strict mode
---
# Secrets Management
Paperclip encrypts secrets at rest using a local master key. Agent environment variables that contain sensitive values (API keys, tokens) are stored as encrypted secret references.
## Default Provider: `local_encrypted`

View File

@@ -3,8 +3,6 @@ title: Storage
summary: Local disk vs S3-compatible storage
---
# Storage
Paperclip stores uploaded files (issue attachments, images) using a configurable storage provider.
## Local Disk (Default)