Fix/clawd computer no ttyd#32
Open
Solizardking wants to merge 5 commits into
Open
Conversation
…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/'.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.