diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/01_General/06_Public_Hosts.md | 2 | ||||
-rw-r--r-- | docs/10_Bridge_Specific/Telegram.md | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/docs/01_General/06_Public_Hosts.md b/docs/01_General/06_Public_Hosts.md index 7d921d20..10a9871d 100644 --- a/docs/01_General/06_Public_Hosts.md +++ b/docs/01_General/06_Public_Hosts.md @@ -3,7 +3,7 @@ | Country | Address | Status | Contact | Comment | |:-------:|---------|--------|----------|---------| |  | https://rss-bridge.org/bridge01 |  | [@dvikan](https://github.com/dvikan) | London, Digital Ocean| -|  | https://rssbridge.flossboxin.org.in |  | [@vdbhb59](https://github.com/vdbhb59) | Hosted with OVH SAS (Maintained in India) | +|  | https://rssbridge.flossboxin.org.in |  | [@vdbhb59](https://github.com/vdbhb59) | Hosted with Netcup Germany (Maintained in India) | |  | https://rss-bridge.cheredeprince.net |  | [@La_Bécasse](https://cheredeprince.net/contact) | Self-Hosted at home in France | |  | https://rss-bridge.sans-nuage.fr |  | [@Alsace Réseau Neutre](https://arn-fai.net/contact) | Hosted in Alsace, France | |  | https://rss-bridge.lewd.tech |  | [@Erisa](https://github.com/Erisa) | Hosted in London, protected by Cloudflare Rate Limiting | diff --git a/docs/10_Bridge_Specific/Telegram.md b/docs/10_Bridge_Specific/Telegram.md new file mode 100644 index 00000000..528de788 --- /dev/null +++ b/docs/10_Bridge_Specific/Telegram.md @@ -0,0 +1,12 @@ +# TelegramBridge + +By default, it fetches a single page with up to 20 messages. + +To increase this limit, tweak the `max_pages` config: + +```ini +[TelegramBridge] + +; Fetch a maximum of 3 pages (requires 3 http requests) +max_pages = 3 +``` |