Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

ustclug/telegram-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

💀Telegram Web Client (deprecated)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages