Archived
1
0
Fork 0
Commit graph

3 commits

Author SHA1 Message Date
6445f3f292
chore: Fix typo in example file
Telegram channel name needs an @ and it needs to be escaped in YAML.

Signed-off-by: Julien Riou <julien@riou.xyz>
2022-02-28 14:01:59 +01:00
e511eb89ef
doc: Improve Telegram documentation (#7)
Signed-off-by: Julien Riou <julien@riou.xyz>
2022-02-27 20:30:24 +01:00
d2d1503779
feat: ETC support and notifications tests
- Add ETC to the list of supported coins. A new `coin` setting can be
  configured to avoid conflict with `eth`. Mind the lowercase. By default,
  flexassitant will try to deduce the coin from the miner's address (with eth by
  default, not etc). (#5)

- Add `test` (true/false) to `notifications` section to test notifications with
  random values fetched from the Flexpool API

- Fix typo in the configuration example (#6)

BREAKING CHANGE: `notification-templates` configuration settings have been
renamed to `notifications`, with sections to configure balance, payment, block
and offline workers notifications, with `template` and `test` settings.

Signed-off-by: Julien Riou <julien@riou.xyz>
2022-02-27 20:26:36 +01:00
Renamed from flexassistant.yaml.example (Browse further)