Remote LPA Server
Find a file
2024-07-23 22:10:27 +08:00
.github/workflows chore: simplify image list maker 2024-06-22 13:43:13 +08:00
.vscode docs: add protocol design (draft) 2024-06-17 12:57:20 +08:00
docs docs: add protocol design (draft) 2024-06-17 12:57:20 +08:00
lpac@dace6558b8 feat: add docker support (#1) 2024-06-17 20:24:15 +08:00
scripts feat: add docker support (#1) 2024-06-17 20:24:15 +08:00
.editorconfig docs: add protocol design (draft) 2024-06-17 12:57:20 +08:00
.gitmodules feat: add docker support (#1) 2024-06-17 20:24:15 +08:00
Dockerfile feat: add docker support (#1) 2024-06-17 20:24:15 +08:00
LICENSE Create LICENSE 2024-06-15 22:07:17 +08:00
README.md feat: add docker support (#1) 2024-06-17 20:24:15 +08:00
rlpa-server.php add iOS 10 workaround 2024-07-23 22:10:27 +08:00

Remote LPA Server

Technical details, see Protocol Design

Usage on Docker

You can also run the server using Docker. You can use the following command to run the server:

docker run --detach --name rlpa-server --publish 1888:1888 estkme/rlpa-server:latest
# or use the GitHub Container Registry
docker run --detach --name rlpa-server --publish 1888:1888 ghcr.io/estkme-group/rlpa-server:latest

Community implementation

LICENSE

AGPLv3 LICENSE