Skip to content

Telegram MTProto Proxy Docker image with statistics output

License

Notifications You must be signed in to change notification settings

cosmickitten/mtproto_proxy_stat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Go Report Card

mtproto_proxy_stat

Telegram MTProto Proxy Docker image with statistics output

Examples

MTProto Proxy browser output

example of browser output

MTProto Proxy Datadog graph

datadog graph example

Get Started

For start, build docker image from Dockerfile and run with this command

docker run -d \
-p 443:443 \
-p 80:80 \
-e WORKERS=16 \
-v proxy-config:/data \
--restart always \
image_name

and visit http://your_mtproto_server_ip

If you want send metrics to Datadog, start Datadog Docker agent and use this command

docker run -d \
-p 443:443 \
-p 80:80 \
-e WORKERS=16 \
-e DDGIP=datadog_ip \
-e TGN=datadog_tag_name \
-e TIMEOUT=update_period \
-v proxy-config:/data \
--link=dd-agent \
--name=mtproto \
--restart always \
image_name

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Telegram MTProto Proxy Docker image with statistics output

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 87.1%
  • Dockerfile 8.0%
  • Shell 4.9%