Infrastructure: - Created LXC 224 (openclaw-lxc) at 10.10.0.224 - 2 CPU cores, 4GB RAM, 32GB disk - Docker-in-LXC with AppArmor unconfined - OpenClaw installed via npm with MiniMax M2.1 and Discord integration Documentation: - productivity/openclaw/CONTEXT.md - Comprehensive technology overview - productivity/openclaw/troubleshooting.md - Complete troubleshooting guide - productivity/openclaw/README.md - Quick reference - productivity/openclaw/DEPLOYMENT_STATUS.md - Deployment checklist and status Configuration: - Added OpenClaw keywords to CLAUDE.md auto-loading rules - Updated server-configs/hosts.yml with openclaw host entry - Backed up LXC config to server-configs/proxmox/lxc/224.conf - Created .env.example template in server-configs/openclaw/ Status: Fully operational - Gateway accessible at http://10.10.0.224:18789 (SSH tunnel required) - Discord bot connected and online - MiniMax M2.1 model configured (200K context window) - Daemon running as systemd service Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
17 lines
496 B
Plaintext
17 lines
496 B
Plaintext
# OpenClaw Environment Variables
|
|
# Copy this file to .env and fill in your actual values
|
|
# NEVER commit the .env file to version control
|
|
|
|
# MiniMax AI Provider
|
|
# Get your API key from: https://platform.minimax.io/
|
|
MINIMAX_API_KEY=sk-your_minimax_api_key_here
|
|
|
|
# Discord Bot
|
|
# Create bot at: https://discord.com/developers/applications
|
|
# Enable intents: Message Content, Server Members
|
|
DISCORD_BOT_TOKEN=your_discord_bot_token_here
|
|
|
|
# Optional Configuration
|
|
# LOG_LEVEL=info
|
|
# NODE_ENV=production
|