Paperclip
Docker-Anwendung from BitCryptic's 2nd Repository
Übersicht
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).
Anforderungen
PostgreSQL container (e.g. postgres:16)
Laufzeit-Argumente
- Web-UI
http://[IP]:[PORT:3100]/- Netzwerk
bridge- Shell
sh- Privilegiert
- false
Konfiguration der Vorlage
WebUI PortPorttcp
Port to access the Paperclip web interface.
- Ziel
- 3100
- Standard
- 3100
- Wert
- 3100
Data PathPathrw
Persistent storage for Paperclip data.
- Ziel
- /paperclip
- Standard
- /mnt/user/appdata/paperclip
- Wert
- /mnt/user/appdata/paperclip
DATABASE_URLVariable
PostgreSQL connection string.
- Standard
- postgres://paperclip:password@postgres-paperclip:5432/paperclip
- Wert
- 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.
- Standard
- http://your-server-ip:3100
- Wert
- http://your-server-ip:3100
PAPERCLIP_DEPLOYMENT_MODEVariable
Set to 'authenticated' for private use or 'public' for open access.
- Standard
- authenticated
- Wert
- authenticated
SERVE_UIVariable
Serve the web UI from the same process.
- Standard
- true
- Wert
- 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.
Kategorien
Statistik herunterladen
273
Downloads insgesamt
Einzelheiten
Repository
bitcryptic/paperclip:latestZuletzt aktualisiert2026-05-13
Erstmals gesehen2026-05-13
Führen Sie Paperclip auf Unraid aus.
Paperclip ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.