Skip to content

estkme-group/rlpa-server

Repository files navigation

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