Vylinev0.8.0-beta

UNOFFICIAL LINE CLIENT / MIT

LINE,运行在自己的环境中。

Vyline 是非官方 LINE 第三方客户端。Web UI、Bun/Hono 后端和 @vyline/protocol 运行在 Docker 中,状态保存在主机侧的 data/storage/

~/vylinedocker compose
$ curl -LO https://raw.githubusercontent.com/tqmane/vyline/main/docker-compose.yml
$ docker compose pull
$ docker compose up -d
$ docker compose logs --tail=100
# http://127.0.0.1:3000
0.8.0-betarepository version
amd64 / arm64GHCR container platforms
Bun 1.4+runtime requirement
MITlicense
01 / DOCS

Documentation

安装、运维和内部实现按用途分开。第一次使用请从“快速开始”进入;需要阅读实现时,从“架构”和“子模块”开始。