Skip to content

Commit

Permalink
feat: Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
0neTx committed Mar 24, 2024
1 parent bc686e3 commit 8cadeac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -148,6 +148,20 @@ echo BW_PASSWORD > ./.secrets/.bwpassword

![compose sample](docs/assets/infisical4.png)

### Notification in Telegram

In order to receive notifications on Telegram, we must inform the following variable by replacing the values of $BOT_TOKEN and $CHAT_ID with the token of our bot and the chat id of our user:

```bash
NOTIFICATION_URL=telegram://$BOT_TOKEN@telegram/?channels=$CHAT_ID
```

Example:

```bash
NOTIFICATION_URL=telegram://1009999999:AAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@telegram/?channels=19599999999
```


## Run in Unraid

Expand Down

0 comments on commit 8cadeac

Please sign in to comment.