Telegram Web Save Abandoned

?Telegram Web Client (deprecated)

Project README

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

Open Source Agenda is not affiliated with "Telegram Web" Project. README Source: ustclug/telegram-web
Stars
45
Open Issues
0
Last Commit
6 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating