Commit the accumulated infrastructure work that was living only in the working tree: monitoring stack, emergency access/bot, gyro allocator, grimmory, adguard, backup audit and the OpenCode agent definitions. Also ignore Python bytecode, local archives and Nix/direnv artifacts. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GTocXkGUUazHdKKd3r9k71
8 lines
401 B
Bash
8 lines
401 B
Bash
EMERGENCY_BOT_TOKEN={{ emergency_bot_token }}
|
|
EMERGENCY_ALLOWED_USER_IDS={{ emergency_bot_allowed_user_ids }}
|
|
EMERGENCY_MINI_PC_HOST={{ emergency_bot_mini_pc_host }}
|
|
EMERGENCY_MINI_PC_USER={{ emergency_bot_mini_pc_user }}
|
|
EMERGENCY_CONTROL_KEY={{ emergency_bot_control_key_path }}
|
|
EMERGENCY_KNOWN_HOSTS={{ emergency_bot_state_dir }}/known_hosts
|
|
EMERGENCY_TELEGRAM_PROXY={{ emergency_telegram_proxy }}
|