{"id":28349945,"url":"https://github.com/piterweb/libreremoteplayeasyconnectserver","last_synced_at":"2025-10-10T05:13:47.495Z","repository":{"id":290346711,"uuid":"972190925","full_name":"PiterWeb/LibreRemotePlayEasyConnectServer","owner":"PiterWeb","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-12T20:48:26.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T08:44:06.825Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PiterWeb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-24T17:15:41.000Z","updated_at":"2025-06-10T17:32:20.000Z","dependencies_parsed_at":"2025-05-21T14:22:43.425Z","dependency_job_id":"42ede12c-8de4-48a6-98d0-a80b19a9fcbe","html_url":"https://github.com/PiterWeb/LibreRemotePlayEasyConnectServer","commit_stats":null,"previous_names":["piterweb/libreremoteplayeasyconnectserver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PiterWeb/LibreRemotePlayEasyConnectServer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiterWeb%2FLibreRemotePlayEasyConnectServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiterWeb%2FLibreRemotePlayEasyConnectServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiterWeb%2FLibreRemotePlayEasyConnectServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiterWeb%2FLibreRemotePlayEasyConnectServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PiterWeb","download_url":"https://codeload.github.com/PiterWeb/LibreRemotePlayEasyConnectServer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiterWeb%2FLibreRemotePlayEasyConnectServer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002796,"owners_count":26083468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-27T20:41:03.264Z","updated_at":"2025-10-10T05:13:47.490Z","avatar_url":"https://github.com/PiterWeb.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LibreRemotePlay EasyConnect Server\n\n## Description\n\nLibreRemotePlay EasyConnect Server is a server that allows you to connect between devices using LibreRemote Play. It is designed to be easy to set up and self-host, providing a simple way to connect devices without the need to passing codes between devices.\n\n## Features\n\n- Easy to set up and use it, is a binary that can be run on any platform that Go supports.\n- Self-host first (Includes a Dockerfile)\n\n## Usage with Docker\n\n1. Build the Docker image:\n\nMake sure you have Docker or Podman installed and running on your machine. Then, navigate to the directory containing the `Dockerfile` and run the following command to build the Docker image:\n\n- Docker:\n```bash\ndocker build -t lrpec:latest .\n```\n\n- Podman:\n```bash\npodman build -t lrpec:latest .\n```\n\nThis command will create a Docker image named `lrpec` with the `latest` tag.\n\n2. Run the Docker container:\n\nUse the following command to run the container, replacing `\u003cport\u003e` with the desired port number:\n\n- Docker:\n```bash\ndocker run -p \u003cport\u003e:80 --name lrpec lrpec:latest\n```\n\n- Podman:\n```bash\npodman run -p \u003cport\u003e:80 --name lrpec lrpec:latest\n```\nThis command will start the container and map the specified port on your host machine to port 80 in the container.\n\n# Usage without Docker\n\n1. Donwload Go from https://go.dev/dl/\n\n2. Clone the repository:\n```bash\ngit clone https://github.com/PiterWeb/LibreRemotePlayEasyConnectServer\ncd LibreRemotePlayEasyConnectServer\n```\n\n3. Build the project:\n```bash\ngo build -o lrpec\n```\n4. Run the server:\n```bash\n./lrpec --port \u003cport\u003e\n```\n\nReplace `\u003cport\u003e` with the desired port number. The server will start and listen for incoming connections on the specified port.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiterweb%2Flibreremoteplayeasyconnectserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiterweb%2Flibreremoteplayeasyconnectserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiterweb%2Flibreremoteplayeasyconnectserver/lists"}