Skip to content

Fix #48: Make Clyde ready to be deployed by anyone#50

Merged
max-tet merged 4 commits intomainfrom
clayde/issue-48-generic-configurable-deployment
Mar 20, 2026
Merged

Fix #48: Make Clyde ready to be deployed by anyone#50
max-tet merged 4 commits intomainfrom
clayde/issue-48-generic-configurable-deployment

Conversation

@ClaydeCode
Copy link
Copy Markdown
Owner

Closes #48

Made Clayde deployable by anyone by removing all hardcoded instance-specific values (name, email, GitHub username, whitelisted users, ntfy URL). Added CLAYDE_GIT_NAME and CLAYDE_GIT_EMAIL settings to config.py with CLAYDE_GIT_NAME defaulting to CLAYDE_GITHUB_USERNAME. Replaced build-time git config in Dockerfile with a runtime entrypoint.sh script. Updated config.env.template with generic placeholders. Removed apprise/ntfy references from CLAUDE.md and gh-issue.md. Added a 'Deploying Your Own Instance' section to README.md with step-by-step instructions for new deployers including GitHub bot account creation, PAT generation, and config setup. Updated tests to match new empty defaults.

- Add CLAYDE_GIT_NAME and CLAYDE_GIT_EMAIL settings to config.py;
  git_name defaults to github_username via effective_git_name property
- Remove hardcoded defaults from github_username and whitelisted_users
- Move git identity config from Dockerfile build-time RUN to a
  runtime entrypoint.sh that reads env vars at container startup
- Update config.env.template with generic placeholders and new fields
- Update CLAUDE.md to remove instance-specific values and apprise references
- Update README.md with a "Deploying Your Own Instance" section and
  add CLAYDE_GIT_NAME/CLAYDE_GIT_EMAIL to the configuration table
- Update tests to reflect removed hardcoded defaults and add coverage
  for the effective_git_name property

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
ClaydeCode and others added 3 commits March 20, 2026 19:43
…gration note

- CLAUDE.md: change "Fine-grained PAT" to "Classic PAT with full repo scope"
- CLAUDE.md: remove the "Interactive Issue Work (gh-issue.md)" section entirely
- README.md: change "fine-grained PAT" to "classic personal access token with full repo scope"
- README.md: remove migration note (to be posted as a PR comment instead)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@max-tet max-tet merged commit 7547523 into main Mar 20, 2026
2 checks passed
@max-tet max-tet deleted the clayde/issue-48-generic-configurable-deployment branch March 20, 2026 19:51
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.

Make Clyde ready to be deployed by anyone

2 participants