Last active
August 19, 2025 20:49
-
-
Save tyzbit/b94a712fa01e76007ccae9c9dbc1ed8f to your computer and use it in GitHub Desktop.
acars-proc example config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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