Sign inSign up

zzeneg/web-telegram

By zzeneg

•Updated over 6 years ago

Mirror of the official web client for Telegram

Image
0

3.5K

zzeneg/web-telegram repository overview

⁠docker-web-telegram

Containerized telegram web client (@zhukov/webogram⁠)

This image allows to quickly create a mirror of the official Telegram web client. You can deploy it on your own server if the official client is blocked.

⁠Requirements

  • you should obtain your own api_id and api_hash from Telegram using this guide⁠

⁠Usage

  • specify environment variables:
    • HOST - your domain
    • APP_ID - your app_id from Telegram
    • APP_HASH - your app_hash from Telegram
  • docker-compose example
    telegram:
      container_name: telegram
      image: zzeneg/web-telegram
      restart: unless-stopped
      ports:
        - 80:80
      environment:
        HOST: telegram.mydomain.eu
        APP_ID: your_app_id
        APP_HASH: your_app_hash
    

Tag summary

Content type

Image

Digest

Size

13.5 MB

Last updated

over 6 years ago

docker pull zzeneg/web-telegram