Offline Mode¶
Deploy OxideShield™ in air-gapped environments without internet access.
Configuration¶
# oxideshield.yaml
offline:
enabled: true
model_path: /opt/oxideshield/models
probe_path: /opt/oxideshield/probes
cache_dir: /opt/oxideshield/cache
fail_on_stale_cache: false
Environment Variables¶
export OXIDESHIELD_OFFLINE=true
export OXIDESHIELD_MODEL_PATH=/opt/oxideshield/models
export OXIDESHIELD_PROBE_PATH=/opt/oxideshield/probes
CLI Commands¶
# Validate offline configuration
oxideshield offline validate
# Create deployment package
oxideshield offline package --output /path/to/package
# Initialize offline directories
oxideshield offline init
# Check status
oxideshield offline status
Deployment Package¶
Creates: