Improve repository discoverability

This commit is contained in:
A 2026-06-04 01:43:51 +08:00
parent 74992e893f
commit cd09ec0573
2 changed files with 14 additions and 7 deletions

View file

@ -1,13 +1,16 @@
# telesrv # gramsrv (telesrv)
`telesrv` is a Telegram-like MTProto server written in Go. It uses `gramsrv` is the public repository for `telesrv`, a Telegram-like MTProto server
[`github.com/gotd/td`](https://github.com/gotd/td) v0.144.0 / Layer 225 as the TL written in Go. It uses [`github.com/gotd/td`](https://github.com/gotd/td)
and MTProto base, and its first compatibility target is a pinned Telegram v0.144.0 / Layer 225 as the TL and MTProto base, and its first compatibility
Desktop build. target is a pinned Telegram Desktop build.
`telesrv` is an independent, unofficial project. It is not affiliated with, `telesrv` is an independent, unofficial project. It is not affiliated with,
endorsed by, or sponsored by Telegram or the official Telegram team. endorsed by, or sponsored by Telegram or the official Telegram team.
Keywords: `MTProto`, `Telegram Desktop`, `gotd/td`, `Telegram-like server`, `Go`,
`self-hosted chat server`.
[中文 README](README.zh-CN.md) [中文 README](README.zh-CN.md)
![Telegram Desktop Alice/Bob connected to telesrv](docs/assets/tdesktop-dual-session.png) ![Telegram Desktop Alice/Bob connected to telesrv](docs/assets/tdesktop-dual-session.png)

View file

@ -1,11 +1,15 @@
# telesrv # gramsrv (telesrv)
`telesrv` 是一个用 Go 编写的 Telegram-like MTProto server。它以 `gramsrv` 是 `telesrv` 的公开仓库名。`telesrv` 是一个用 Go 编写的
Telegram-like MTProto server,以
[`github.com/gotd/td`](https://github.com/gotd/td) v0.144.0 / Layer 225 作为 [`github.com/gotd/td`](https://github.com/gotd/td) v0.144.0 / Layer 225 作为
TL 与 MTProto 基础,第一兼容目标是固定基线的 Telegram Desktop。 TL 与 MTProto 基础,第一兼容目标是固定基线的 Telegram Desktop。
`telesrv` 是独立的非官方项目,与 Telegram 官方及其团队没有关联,也未获得其背书或赞助。 `telesrv` 是独立的非官方项目,与 Telegram 官方及其团队没有关联,也未获得其背书或赞助。
关键词:`MTProto`、`Telegram Desktop`、`gotd/td`、`Telegram-like server`、`Go`、
`self-hosted chat server`。
[English README](README.md) [English README](README.md)
![Telegram Desktop Alice/Bob connected to telesrv](docs/assets/tdesktop-dual-session.png) ![Telegram Desktop Alice/Bob connected to telesrv](docs/assets/tdesktop-dual-session.png)