17 lines
515 B
Text
17 lines
515 B
Text
|
|
# 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
|