Skip to content

sergiogomez/docker-webogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

docker-webogram

A Dockerfile that installs a customized version of Webogram

Installation

git clone https://github.com/sergiogomez/docker-webogram.git
cd docker-webogram
docker build -t webogram .

Usage

To spawn a new instance of Webogram:

docker run --name webogram1 -e VIRTUAL_HOST=chat.domain.com -d -t -p 8000:80 webogram

You can visit the following URL in a browser to get started:

http://chat.domain.com/

Thanks to zhukov for their great app to use Telegram from web.

About

Web version of Telegram with Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages