Skip to content

CoderPush/claw-on-byteplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claw on BytePlus

Build your own self-hosted AI assistant on BytePlus ECS and share the setup as a reproducible workshop playbook.

What This Repository Contains

  • index.html: public walkthrough page with screenshots
  • guide/01-getting-server.md: BytePlus ECS provisioning
  • guide/02-ssh-setup.md: SSH onboarding
  • guide/03-deploy-playbook.md: how to publish this as a public playbook site
  • scripts/setup-vps.sh: base server bootstrap helper

Open Source Readiness Status

As of February 12, 2026, this repository has been prepared for public release:

  • no hardcoded secrets found in tracked text files
  • no secrets found in Git history by trufflehog
  • screenshot EXIF/location metadata cleared
  • high-risk screenshot regions redacted (IDs, hostnames, key-like values)

Before publishing your own fork, run your own checks again:

trufflehog filesystem . --only-verified
trufflehog git file://. --only-verified

Quick Start

# clone
git clone https://github.com/CoderPush/claw-on-byteplus.git
cd claw-on-byteplus

# open the static guide locally
open index.html

Core Guide

  1. Step 1: Getting Your Server
  2. Step 2: SSH Setup
  3. Deployment Playbook

Deployment Recommendation

Use GitHub Pages for this repo because it is fully static and requires zero runtime infrastructure.

The workflow file in .github/workflows/deploy-pages.yml deploys on pushes to main or master.

Security

  • read the reporting process in SECURITY.md
  • never commit credentials, tokens, or personal infrastructure identifiers
  • if you add new screenshots, redact sensitive areas first

License

Released under the MIT License. See LICENSE.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published