Telegram Web is a self-hosted Telegram Web Client.
The original project webogram is written by zhukov.
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 of docker, you should 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