First data
This commit is contained in:
commit
f5a209bb4a
13 changed files with 811 additions and 0 deletions
17
mcp/opnsense/.env.example
Normal file
17
mcp/opnsense/.env.example
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Required
|
||||
OPNSENSE_HOST=https://your-opnsense-host:port
|
||||
OPNSENSE_API_KEY=your-api-key
|
||||
OPNSENSE_API_SECRET=your-api-secret
|
||||
OPNSENSE_VERIFY_SSL=false
|
||||
|
||||
# Optional - package version pin used by compose build
|
||||
OPNSENSE_MCP_VERSION=0.8.2
|
||||
SUPERGATEWAY_VERSION=3.4.3
|
||||
MCP_HTTP_PORT=8811
|
||||
|
||||
# Optional - SSH features
|
||||
# OPNSENSE_SSH_HOST=your-opnsense-host
|
||||
# OPNSENSE_SSH_USERNAME=root
|
||||
# OPNSENSE_SSH_PASSWORD=your-password
|
||||
# HOST_SSH_KEY_PATH=C:/Users/your-user/.ssh/id_rsa
|
||||
# OPNSENSE_SSH_KEY_PATH=/run/secrets/opnsense_ssh_key
|
||||
Loading…
Add table
Add a link
Reference in a new issue