Remote LPA Server
June 17, 2024 ยท View on GitHub
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