Paperclip
Aplicación Docker from BitCryptic's 2nd Repository
Visión general
Paperclip is an open-source AI coding agent platform. This image is maintained by BitCryptic and built from the official Paperclip source with Unraid compatibility in mind.
Requires a PostgreSQL database (e.g. a separate Postgres container). Set DATABASE_URL to your connection string before starting.
BETTER_AUTH_SECRET must be set to a securely generated random string (e.g. openssl rand -base64 32).
ANTHROPIC_API_KEY is required for Claude-based agents.
PAPERCLIP_PUBLIC_URL should be set to the URL users will access Paperclip from (e.g. http://your-server-ip:3100).
Requisitos
PostgreSQL container (e.g. postgres:16)
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:3100]/- Red
bridge- Concha
sh- Privilegiado
- false
Configuración de plantillas
WebUI PortPorttcp
Port to access the Paperclip web interface.
- Objetivo
- 3100
- Por defecto
- 3100
- Valor
- 3100
Data PathPathrw
Persistent storage for Paperclip data.
- Objetivo
- /paperclip
- Por defecto
- /mnt/user/appdata/paperclip
- Valor
- /mnt/user/appdata/paperclip
DATABASE_URLVariable
PostgreSQL connection string.
- Por defecto
- postgres://paperclip:password@postgres-paperclip:5432/paperclip
- Valor
- postgres://paperclip:password@postgres-paperclip:5432/paperclip
BETTER_AUTH_SECRETVariable
Random secret for session signing. Generate with: openssl rand -base64 32
ANTHROPIC_API_KEYVariable
Anthropic API key for Claude-based agents.
PAPERCLIP_PUBLIC_URLVariable
The URL users will access Paperclip from. Must match your reverse proxy or direct IP.
- Por defecto
- http://your-server-ip:3100
- Valor
- http://your-server-ip:3100
PAPERCLIP_DEPLOYMENT_MODEVariable
Set to 'authenticated' for private use or 'public' for open access.
- Por defecto
- authenticated
- Valor
- authenticated
SERVE_UIVariable
Serve the web UI from the same process.
- Por defecto
- true
- Valor
- true
BETTER_AUTH_TRUSTED_ORIGINSVariable
Comma-separated list of trusted origins for auth (e.g. http://your-server-ip:3100). Required if accessing from multiple URLs.
Categorías
Descargar estadísticas
273
Descargas totales
Detalles
Repositorio
bitcryptic/paperclip:latestÚltima actualización2026-05-13
Visto por primera vez2026-05-13
Ejecute Paperclip en Unraid.
Paperclip se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.