Skip to content

Fix/clawd computer no ttyd#32

Open
Solizardking wants to merge 5 commits into
mainfrom
fix/clawd-computer-no-ttyd
Open

Fix/clawd computer no ttyd#32
Solizardking wants to merge 5 commits into
mainfrom
fix/clawd-computer-no-ttyd

Conversation

@Solizardking

Copy link
Copy Markdown
Owner

No description provided.

…oft + PUSH guide

- clawd-computer/: drop ttyd program from supervisord.conf, drop /terminal/
  websocket proxy from nginx.conf, drop ttyd install from Dockerfile, replace
  <iframe src=/terminal/> in web/index.html with a static homebase + Jupiter
  plugin (locked to $CLAWD) + HF Router model panel. Add RECOVERY.md and
  APPEAL_EMAIL.txt.

- cheshire-terminal/: clean reference build of the live
  cheshire-clawd-terminal.fly.dev (Dockerfile, nginx.conf, fly.toml, web/).
  Brand is 'Cheshire Terminal' everywhere user-facing; legacy Fly slug is
  preserved with a documented rename command.

- solanaclawd-pump-soft/: new static HF Space — read-only soft mirror of
  ordlibrary/pump-mcp. Matrix-rain landing, Jupiter quote box, no signing,
  no custody.

- PUSH.md: combined push instructions for HF_TOKEN-less deploys.
…y.toml, web, README)

Re-create the cheshire-terminal reference build that was lost in the prior
session. Includes:
  - Dockerfile        (nginx 1.27-alpine, serves on 8080 + 7860)
  - nginx.conf        (security headers, gzip, /health)
  - fly.toml          (app=cheshire-clawd-terminal, brand-stable env)
  - web/index.html    (Cheshire Terminal landing, CLAWD brand)
  - README.md         (deploy + rename instructions)
  - .gitignore, .gitattributes

User-facing brand: 'Cheshire Terminal — Powered by $CLAWD', primary
domain: cheshireterminal.ai. Legacy Fly slug 'cheshire-clawd-terminal'
preserved with documented rename command.
…t for new Space

v1 of PUSH.md assumed 'git init inside the subdir' would work, but:
  - For clawd-computer, that produced a fresh root-commit which the remote
    main (with v1) rejected as 'stale info' on --force-with-lease.
  - For pump-soft, git push can't auto-create a new HF Space; the repo
    must be created first via 'hf repos create --repo-type space'.

New PUSH.md:
  - Defensive 'rm -rf .git' before starting
  - Clone HF repo to $TMP, rsync v2 files in, commit, push
  - For pump-soft, run 'hf repos create' first (--space-sdk static)
  - Optional: --force is correct for clawd-computer (v1 is the only
    commit on main; v2 is a full replacement)

Also add spaces/.gitignore to block any future nested .git dirs from
breaking the monorepo's 'git add spaces/'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant