mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
feat(notifications): add support for custom Telegram api url (#1508)
feat(notifications): Add support for reverse proxyed telegram api
This commit is contained in:
parent
72ca7a8a4f
commit
c43e2c76d6
2 changed files with 15 additions and 1 deletions
|
@ -132,6 +132,12 @@ function FormFieldsTelegram() {
|
|||
label="Message Thread ID"
|
||||
help="Message Thread (topic) of a Supergroup"
|
||||
/>
|
||||
<TextFieldWide
|
||||
name="host"
|
||||
label="Telegram Api Proxy"
|
||||
help="Reverse proxy domain for api.telegram.org, only needs to be specified if the network you are using has blocked the Telegram API."
|
||||
placeholder="http(s)://ip:port"
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue