UNOFFICIAL LINE CLIENT / MIT
LINE,on your own host.
Vyline is an unofficial third-party LINE client. Its Web UI, Bun/Hono backend, and @vyline/protocol run in Docker, while state is stored in the host-side data/ and storage/ directories.
~/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
Installation, operations, and internals are kept separate. Start with Quick Start; for implementation details, begin with Architecture and Submodules.