Skip to content

Instantly share code, notes, and snippets.

@tyzbit
Last active August 19, 2025 20:49
Show Gist options
  • Save tyzbit/b94a712fa01e76007ccae9c9dbc1ed8f to your computer and use it in GitHub Desktop.
Save tyzbit/b94a712fa01e76007ccae9c9dbc1ed8f to your computer and use it in GitHub Desktop.
acars-proc example config
# yaml-language-server: $schema=https://raw.githubusercontent.com/tyzbit/acars-processor/refs/heads/22-25-processing-steps/schema.json
ACARSProcessorSettings:
ColorOutput: true
LogLevel: debug
LogHideTimestamps: false
Database:
Enabled: true
Type: sqlite
ACARSHub:
MaxConcurrentRequests: 1
ACARS:
Host: &acarshubhost acars-acarshub
Port: 15550
VDLM2:
Host: *acarshubhost
Port: 15555
Steps:
- Filter: {Builtin: {DictionaryPhraseLengthMinimum: 2}}
- Filter: {Builtin: {FreetextTermPresent: true}}
- Filter:
Builtin:
PreviousMessageSimilarity:
Similarity: 0.95
MaximumLookBehind: 10000
DontFilterIfLonger: true
- Send:
Discord:
Embed: true
EmbedColorFacetFields: [from]
URL: "${discord_webhook_url}"
FormatText: true
FormatTimestamps: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment