BOSWatch3 Server Config Editor

Client-seitig • YAML Import/Export • Router/Route Punkte • Module/Plugins Formulare || created with AI by MrMurdog
Server-Konfiguration bereit
YAML Import/Export
Beispiel-Startkonfig
Klicke „Neu“ um diese Konfig zu laden.
server:
  port: 8080
  name: "BOSWatch3-Server"
  useBroadcast: no
  logging: false

alarmRouter:
  - "Default"

router:
  - name: "Default"
    route:
      - type: module
        res: filter.modeFilter
        name: "Filter FMS/POC"
        config:
          allowed:
            - fms
            - pocsag

      - type: plugin
        res: telegram
        name: "Telegram"
        config:
          botToken: "BOT_TOKEN"
          chatIds:
            - "CHAT_ID"
          parse_mode: "HTML"
          message_pocsag: |
            POCSAG Alarm:
            RIC: {RIC} ({SRIC})
            {MSG}
Self-Tests (Debug)
Diese Tests laufen automatisch beim Start.
Noch nicht ausgeführt