Skip to content

Player Push Routing (optional)

Create local configs under config/ as needed (formats follow the *.example.json templates in the same directory; these files are .gitignored):

  • push_map.json — player ID → push method: the value can be "telegram", a Bark alias, "none" (no push), or a combination like ["alias", "telegram"] / "alias+tg". Unconfigured players default to telegram.

    json
    {
      "1234567890123456789": ["telegram"],
      "1234567890123456790": ["telegram", "klee"]
    }
  • bark_map.json — Bark alias → device key:

    json
    { "klee": "paste-your-bark-key-here" }

Configuration templates

FilePurposeTemplate
config/push_map.jsonplayer ID → push method routingconfig/push_map.example.json
config/bark_map.jsonBark alias → device keyconfig/bark_map.example.json