All Projects → iShift → docker-compose-mtproxy

iShift / docker-compose-mtproxy

Licence: other
docker-compose file for telegram mtproto proxy autoupdate

Projects that are alternatives of or similar to docker-compose-mtproxy

mtproxy autoinstaller
MTProxy autoinstaller for Ubuntu
Stars: ✭ 25 (-56.9%)
Mutual labels:  mtproto, mtproto-proxy
mtproto-proxy-server
Web Server & MTProxy MTPROTO is proxy for Telegram
Stars: ✭ 26 (-55.17%)
Mutual labels:  mtproto, mtproto-proxy
nimgram
An MTProto client written in Nim 👑
Stars: ✭ 61 (+5.17%)
Mutual labels:  mtproto, mtproto-proxy
tgcalls
Voice chats, private incoming and outgoing calls in Telegram for Developers
Stars: ✭ 408 (+603.45%)
Mutual labels:  mtproto
python-tdlib
full oop python 3 tdlib wrapper, fast, thread safe
Stars: ✭ 20 (-65.52%)
Mutual labels:  mtproto
john feedbackbot
A simple feedback bot with message response support
Stars: ✭ 22 (-62.07%)
Mutual labels:  mtproto
mtcute
Work-in-progress library for MTProto in TypeScript
Stars: ✭ 38 (-34.48%)
Mutual labels:  mtproto
mtproto-js
🚀 Fastest ever MTProto JavaScript implementation
Stars: ✭ 23 (-60.34%)
Mutual labels:  mtproto
WTelegramClient
Telegram client API library written 100% in C# and .NET Standard
Stars: ✭ 192 (+231.03%)
Mutual labels:  mtproto
LyricsPyRobot
A Telegram bot for searching lyrics.
Stars: ✭ 29 (-50%)
Mutual labels:  mtproto
tgEasy
tgEasy | Easy for a Brighter Shine | Monkey Patcher Addon for Pyrogram
Stars: ✭ 36 (-37.93%)
Mutual labels:  mtproto
mtproxy
Alpine-based Docker Image for Telegram MTProto Proxy
Stars: ✭ 89 (+53.45%)
Mutual labels:  mtproto
tdlight-telegram-bot-api
The TDLight Telegram Bot API is an actively enhanced fork of the original Bot API, featuring experimental user support, proxies, unlimited files size, and more.
Stars: ✭ 71 (+22.41%)
Mutual labels:  mtproto
aiotdlib
Python asyncio Telegram client based on TDLib https://github.com/tdlib/td
Stars: ✭ 63 (+8.62%)
Mutual labels:  mtproto
PyroGramBot
pluggable Telegram Bot based on Pyrogram
Stars: ✭ 168 (+189.66%)
Mutual labels:  mtproto
TelegramCommunicationJS
A pure script to communicate with Telegram server without any Third-party tools and library.
Stars: ✭ 21 (-63.79%)
Mutual labels:  mtproto
tgcf
The ultimate tool to automate custom telegram message forwarding. Live-syncer, Auto-poster, backup-bot, cloner, chat-forwarder, duplicator, ... Call it whatever you like! tgcf can fulfill your custom needs.
Stars: ✭ 378 (+551.72%)
Mutual labels:  mtproto
vpns
A collection of vpns
Stars: ✭ 112 (+93.1%)
Mutual labels:  mtproto
duagram
Telegram Framework for userbot and bot api, using nodejs.
Stars: ✭ 24 (-58.62%)
Mutual labels:  mtproto
gotgproto
A helper package for Go Telegram Client, i.e. gotd/td.
Stars: ✭ 32 (-44.83%)
Mutual labels:  mtproto

docker-compose-mtproxy

With docker-compose file you can easy install telegram mtproto proxy and configure it.

Also build in watchdog check for update telegram-proxy server and if new version come - update it and restart without any action from you.

Docker

If you have one, read next, if not:

curl -sSL https://get.docker.com/ | sh

install docker-compose On Ubuntu/Debian:

sudo apt-get update

sudo apt-get install docker-compose

or

sudo apt-get -y install python-pip

sudo pip install docker-compose

Clone repository

git clone https://github.com/iShift/docker-compose-mtproxy.git

Edit config.env

In that file you can configure:

  • TAG Value, for promote channel
  • Preset SECRET, UP TO 16
  • Secret count for generate, UP TO 16
  • Workers count

Change proxy port

By default, proxy start at 443 port, if you want another - edit docker-compose.yml:

  • "443:443"

Start proxy

go to folder with that repository:

cd docker-compose-mtproxy

and run:

docker-compose up -d

Get logs and connections info

docker-compose logs

Stop proxy

From repository folder:

docker-compose down

Error ERROR: Couldn't connect to Docker daemon at http+docker://localhost - is it running?

Use sudo with docker comands or add your account to docker group: sudo usermod -aG docker $(whoami)

Links

Telegram docker hub: https://hub.docker.com/r/telegrammessenger/proxy/

Source Code: https://github.com/TelegramMessenger/MTProxy

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].