22 lines
763 B
Markdown
22 lines
763 B
Markdown
# openclaw2 workspace
|
|
|
|
This repository contains the OpenClaw workspace for Alex (Alexander Wärme).
|
|
It includes configuration files, agent definitions, and helper scripts.
|
|
|
|
Setup notes
|
|
|
|
- A deploy SSH key has been generated at ~/.ssh/openclaw_deploy_ed25519 (private) and the public key added to GitHub to allow automated pushes from the environment.
|
|
- Daily backup script: scripts/daily-commit.sh (runs via cron at 07:00 by default). It commits local changes and pushes to origin/main.
|
|
|
|
Security
|
|
|
|
- Private keys and secrets are excluded in .gitignore. Keep private keys secure and rotate them if exposed.
|
|
|
|
Contributing
|
|
|
|
- Make changes locally and push to origin/main. If remote contains changes, pull/rebase first.
|
|
|
|
Contact
|
|
|
|
- Owner: Alexander Wärme (alexpolo)
|