Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcobuster/tdlight-telegram-bot-api-traefik
Traefik deployment of TDLight Telegram Bot API
https://github.com/marcobuster/tdlight-telegram-bot-api-traefik
tdlight telegram traefik
Last synced: 4 days ago
JSON representation
Traefik deployment of TDLight Telegram Bot API
- Host: GitHub
- URL: https://github.com/marcobuster/tdlight-telegram-bot-api-traefik
- Owner: MarcoBuster
- License: unlicense
- Created: 2020-11-30T17:44:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T17:44:55.000Z (about 4 years ago)
- Last Synced: 2025-01-11T11:50:12.457Z (5 days ago)
- Topics: tdlight, telegram, traefik
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TDLight Telegram Bot API traefik deployment
This repository contains the necessary compose files for
deploying [TDLight Telegram Bot API](https://github.com/tdlight-team/tdlight-telegram-bot-api)
in a production environment.## Requirements
- Docker
- docker-compose
- 80 and 443 port access## Usage
1. Edit the files `traefik.conf`, `botapi.conf` and `traefik/confs/middlewares.conf` with your domains and passwords
2. Enter `traefik/` and run `docker-compose up -d`
3. Enter `botapi/` and run `docker-compose up -d`## Tips
- If you already use another reverse proxy service or your ports are already used by another proccesses update
the configuration accordingly
- You need access to Docker socket, check the permissions
- Check the DNS records
- Don't use the "Cloudflare orange cloud" for the botapi domain. Free accounts are limited to max 50MB per request.
Cloudflare is useless for this setup anyway.