scripts/setup-plugins.sh reads sensitive config from .env (gitignored), initialises submodules, installs npm deps, and runs each plugin's own install script. Supports --uninstall, --skip-deps, and per-plugin selection. .env.example documents all available variables.
19 lines
1.1 KiB
Plaintext
19 lines
1.1 KiB
Plaintext
# HangmanLab.Server.T2 — Plugin Configuration
|
|
# Copy to .env and fill in values. This file is gitignored.
|
|
|
|
# ── OpenClaw ─────────────────────────────────────────────────────────────────
|
|
OPENCLAW_PATH=~/.openclaw
|
|
|
|
# ── HarborForge Plugin ───────────────────────────────────────────────────────
|
|
HF_BACKEND_URL=https://hf-api.hangman-lab.top
|
|
HF_API_KEY=
|
|
HF_MONITOR_IDENTIFIER=
|
|
|
|
# ── Yonexus.Server ───────────────────────────────────────────────────────────
|
|
YONEXUS_PORT=18900
|
|
YONEXUS_SECRET=
|
|
|
|
# ── ContractorAgent ──────────────────────────────────────────────────────────
|
|
CONTRACTOR_BRIDGE_PORT=18800
|
|
CONTRACTOR_BRIDGE_API_KEY=
|