{"id":15357239,"url":"https://github.com/gera2ld/frp-docker","last_synced_at":"2026-03-10T04:01:46.560Z","repository":{"id":77381344,"uuid":"582805486","full_name":"gera2ld/frp-docker","owner":"gera2ld","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-22T07:44:40.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-04T19:45:57.570Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/gera2ld/frp","language":"Dockerfile","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/gera2ld.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}},"created_at":"2022-12-27T23:13:14.000Z","updated_at":"2024-11-22T07:44:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"e8648c3e-a16f-495a-ae12-2d5789d80147","html_url":"https://github.com/gera2ld/frp-docker","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":"0.19999999999999996","last_synced_commit":"609a55e1caba65005a90016024b9cb1f0e4452eb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gera2ld/frp-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Ffrp-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Ffrp-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Ffrp-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Ffrp-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gera2ld","download_url":"https://codeload.github.com/gera2ld/frp-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Ffrp-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30324185,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T01:36:58.598Z","status":"online","status_checked_at":"2026-03-10T02:00:06.579Z","response_time":106,"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":"2024-10-01T12:34:10.511Z","updated_at":"2026-03-10T04:01:46.524Z","avatar_url":"https://github.com/gera2ld.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# frp\n\nThis is an unofficial build for frp.\n\n## Build\n\n```bash\n$ docker build -t frp .\n```\n\n## Usage\n\nCreate a `docker-compose.yml` for server:\n\n```yaml\nversion: \"3.7\"\n\nservices:\n  frp:\n    image: gera2ld/frp:latest\n    restart: unless-stopped\n    ports:\n      - \"7000:7000\"\n      - \"7000:7000/udp\"\n      - \"7001:7001\"\n    volumes:\n      - ./data/frps.toml:/etc/frps.toml\n    command: frps -c /etc/frps.toml\n```\n\nCreate a `docker-compose.yml` for client:\n\n```yaml\nversion: \"3.7\"\n\nservices:\n  frp:\n    image: gera2ld/frp:latest\n    restart: unless-stopped\n    volumes:\n      - ./data/frpc.toml:/etc/frpc.toml\n    command: frpc -c /etc/frpc.toml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgera2ld%2Ffrp-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgera2ld%2Ffrp-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgera2ld%2Ffrp-docker/lists"}