Add secrets.yaml example template

This commit is contained in:
2025-12-30 23:28:54 +11:00
parent 76f3fa35e9
commit 0142b0e93b

17
secrets.yaml.example Normal file
View File

@@ -0,0 +1,17 @@
# OPNsense API Configuration
# Copy this file to secrets.yaml and fill in your actual credentials
# NEVER commit secrets.yaml to git!
# OPNsense API Credentials
# Generate these in OPNsense: System > Access > Users > Edit User > API Keys
opnsense_api_key: "your_api_key_here"
opnsense_api_secret: "your_api_secret_here"
# OPNsense Connection
opnsense_host: "10.0.0.254"
opnsense_url: "https://10.0.0.254"
# Required API Permissions:
# - Firewall: Aliases (Read/Write)
# - Firewall: Filter (Read/Write)
# - Diagnostics: Interface (Read)