Skip to content

Commit

Permalink
refactor: reorganize notifiers into a single section with subsections
Browse files Browse the repository at this point in the history
  • Loading branch information
revelaction committed Sep 21, 2024
1 parent 0f15696 commit dcb9c83
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,18 @@ Both `Fetcher Filesystem` and `Fetcher Git` are possible. If both are present, `

**Note**: Only SSH keys without a passphrase are supported.

## Notifier Telegram
## Notifiers

Both `Notifier Desktop` and `Notifier Telegram` can be used simultaneously.

### Notifier Telegram

- **token**: The API token for the Telegram bot.
- Example: `token = "yuu3b3k"`
- **chat_id**: The chat ID to which the notifications will be sent.
- Example: `chat_id = 588488`

## Notifier Desktop
### Notifier Desktop

- **icon**: The path to the icon file used for desktop notifications.
- Example: `icon = "/usr/share/icons/hicolor/48x48/apps/filezilla.png"`

0 comments on commit dcb9c83

Please sign in to comment.