Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 982 Bytes

File metadata and controls

35 lines (27 loc) · 982 Bytes

🛡️ Permissions Setup Guide

Core Adjustments

Ownership Fix

  • Adjusted ownership to the current user:
    sudo chown -R $USER:$USER ~/.openclaw/workspace
    This prevents permission issues during workspace actions.

Symlink Bridge Setup

  • Linked Gmail automation bot for ease of access:
    ln -s /home/zen/projects/gmail-bot ~/.openclaw/workspace/Gmail-Automation-Bot

Secure Secrets Handling

Docker Key Injection

  • Secrets securely added and environment refreshed:
    docker compose up -d
    This ensures .env variables and Docker keys are correctly injected.

GitHub CLI Configuration

  • Set up GitHub CLI for secure command-line operations. Installed tools include:
    • gh
    • jq

Himalaya Integration

  • Configured Himalaya for parsing email tasks, including Gmail App Password setup for automation workflows.

Ensure these steps are followed to maintain a seamless and secure OpenClaw environment.