Paperclip
Docker 应用程序 from BitCryptic's 2nd Repository
概述
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).
要求
PostgreSQL container (e.g. postgres:16)
运行时参数
- 网络用户界面
http://[IP]:[PORT:3100]/- 网络
bridge- 外壳
sh- 特权
- false
模板配置
WebUI PortPorttcp
Port to access the Paperclip web interface.
- 目标
- 3100
- 默认值
- 3100
- 价值
- 3100
Data PathPathrw
Persistent storage for Paperclip data.
- 目标
- /paperclip
- 默认值
- /mnt/user/appdata/paperclip
- 价值
- /mnt/user/appdata/paperclip
DATABASE_URLVariable
PostgreSQL connection string.
- 默认值
- postgres://paperclip:password@postgres-paperclip:5432/paperclip
- 价值
- 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.
- 默认值
- http://your-server-ip:3100
- 价值
- http://your-server-ip:3100
PAPERCLIP_DEPLOYMENT_MODEVariable
Set to 'authenticated' for private use or 'public' for open access.
- 默认值
- authenticated
- 价值
- authenticated
SERVE_UIVariable
Serve the web UI from the same process.
- 默认值
- true
- 价值
- 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.
下载统计数据
273
下载总数
详细信息
存储库
bitcryptic/paperclip:latest最后更新2026-05-13
初见2026-05-13
在Unraid 上运行 Paperclip 。
Paperclip 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。