Sign inSign up

ustclug/telegram-web

By ustclug

Updated almost 9 years ago

Telegram Web

Image
Security
Web servers
1

5.1K

ustclug/telegram-web repository overview

Telegram Web

FOSSA Status

Telegram Web is a self-hosted Telegram Web Client.

The original project webogram is written by zhukov.

Deploy

First of all, you need to apply an application on my.telegram.org, and get your own API_ID and API_HASH.

Because the project is build via docker, you need to install docker before running the following command:

docker run -itd --restart=always \
	-e API_ID={{your own API_ID}} \
	-e API_HASH={{your own API_HASH}} \
	-e HOSTNAME={{your own hostname, like telegram.example.com}} \
	-e NGINX_RESOLVER={{DNS server, default 8.8.8.8 if not set}} \
	-p 80:80 \
	ustclug/telegram-web

For more detail, please refer to the page.


Maintaining documentation

License

FOSSA Status

Tag summary

Content type

Image

Digest

Size

11.6 MB

Last updated

almost 9 years ago

docker pull ustclug/telegram-web