Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

zzeneg/docker-web-telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dockerized Telegram web client (@zhukov/webogram)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published