From 01376b3e51923fc78457166c5690c49e6f5d0123 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 30 Apr 2026 14:50:33 +0200 Subject: [PATCH] fix(paperclip): trim notes to fit Discord 2000 char limit --- json/paperclip.json | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/json/paperclip.json b/json/paperclip.json index 0ec825a7..187f8a67 100644 --- a/json/paperclip.json +++ b/json/paperclip.json @@ -33,35 +33,15 @@ }, "notes": [ { - "text": "The installer attempts Paperclip authenticated/private onboarding for LAN access. If a Paperclip release falls back to local quickstart behavior, first access will not require login and you can switch modes later with `pnpm paperclipai configure --section server`.", + "text": "Credentials and the initial CEO bootstrap invite are stored in `~/paperclip.creds`. Open the invite link to complete admin setup; generate a new one with `pnpm paperclipai auth bootstrap-ceo` from `/opt/paperclip` after sourcing `.env`.", "type": "info" }, { - "text": "Persistent Paperclip runtime data is stored in `/opt/paperclip-data`, while the application code lives in `/opt/paperclip`.", + "text": "Codex and Claude Code are preinstalled. Authenticate them as root inside the container (`codex` / `claude /login`) so Paperclip can reuse the credentials.", "type": "info" }, { - "text": "Database credentials are stored in `~/paperclip.creds`. These are PostgreSQL credentials generated by the shared helper, not the Paperclip web login or Codex/Claude authentication.", - "type": "info" - }, - { - "text": "If authenticated mode is active, the installer saves the current CEO bootstrap invite in `~/paperclip.creds`. Open that invite to finish the initial admin setup. You can generate a fresh invite later with `cd /opt/paperclip && set -a && source /opt/paperclip/.env && set +a && pnpm paperclipai auth bootstrap-ceo`.", - "type": "info" - }, - { - "text": "If you access Paperclip from a different hostname, update `PAPERCLIP_PUBLIC_URL` in `/opt/paperclip/.env` and restart the `paperclip` service. For authenticated/private hostname access, run `cd /opt/paperclip && set -a && source /opt/paperclip/.env && set +a && pnpm paperclipai allowed-hostname ` after the first startup.", - "type": "info" - }, - { - "text": "If you want to change Paperclip's deployment mode later, run `cd /opt/paperclip && set -a && source /opt/paperclip/.env && set +a && pnpm paperclipai configure --section server`.", - "type": "info" - }, - { - "text": "Codex and Claude Code are preinstalled. Because the Paperclip service runs as root, authenticate them as root inside the container so Paperclip can reuse those credentials.", - "type": "info" - }, - { - "text": "For Codex, run `codex` and choose ChatGPT login for interactive use, or use API-key authentication for more programmatic workflows. Claude Code can be authenticated by running `claude` and using `/login`, or by providing Anthropic API credentials.", + "text": "When accessing from a different hostname, update `PAPERCLIP_PUBLIC_URL` in `/opt/paperclip/.env`, restart the service, and run `pnpm paperclipai allowed-hostname `.", "type": "info" } ]