tldev3000 / teamgram-server

Open source mtproto server written in golang with compatible telegram client

Home Page:https://nebula.chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teamgram - Open source mtproto server written in golang

open source mtproto server implemented in golang with compatible telegram client.

English | 简体中文

Introduce

Open source mtproto server written in golang

Architecture

Architecture

Documents

Diffie–Hellman key exchange

Creating an Authorization Key

Mobile Protocol: Detailed Description (v.1.0, DEPRECATED)

Encrypted CDNs for Speed and Security Translate By @steedfly

Quick start with Docker

TODO...

Manual Build and Install

Depends

Run dpends with docker-compose
# pull docker images
docker-compose pull

# run docker-compose
docker-compose up -d

Install Teamgram

  • Get source code
git clone https://github.com/teamgram/teamgram-server.git
cd teamgram-server
  • init database
1. create database teamgram
2. init teamgram database
   mysql -uroot teamgram < teamgramd/sql/teamgram2.sql
  • init minio buckets, bucket names:

    • documents
    • encryptedfiles
    • photos
    • videos
  • Build

cd scripts
./build.sh
  • Run
cd ../teamgramd/bin
./runall2.sh

Compatible clients

Important: default signIn and signOut verify code is 12345

Android client for Teamgram

iOS client for Teamgram

tdesktop for Teamgram

Feedback

Please report bugs, concerns, suggestions by issues, or join telegram group Teamgram中文社区 Or Teamgram to discuss problems around source code.

Notes

If need enterprise edition, please PM the author

Give a Star!

If you like or are using this project to learn or start your solution, please give it a star. Thanks!

About

Open source mtproto server written in golang with compatible telegram client

https://nebula.chat

License:Apache License 2.0


Languages

Language:Go 99.6%Language:Shell 0.4%