mirror of
https://github.com/estkme-group/rlpa-server.git
synced 2026-04-26 09:25:56 +03:00
Remote LPA Server
| .github/workflows | ||
| .vscode | ||
| docs | ||
| lpac@dace6558b8 | ||
| scripts | ||
| .editorconfig | ||
| .gitmodules | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| rlpa-server.php | ||
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